File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ This `th` element has an assigned `td` element.
8080Each of the 2 ` span ` elements with role of ` columnheader ` has assigned ` span ` elements with a role of ` cell ` .
8181
8282``` html
83- <div role =" table" >
83+ <div role =" table" aria-label = " Temperatures " >
8484 <div role =" rowgroup" >
8585 <div role =" row" >
8686 <span role =" columnheader" >Month</span >
@@ -125,7 +125,7 @@ Each of the 2 `th` elements has an assigned `td` element because this `td` eleme
125125Each of the 4 ` th ` elements has an assigned ` td ` element, within the same ` table ` element having a [ semantic role] [ ] of ` grid ` .
126126
127127``` html
128- <table role =" grid" >
128+ <table role =" grid" aria-label = " Meal times " >
129129 <thead >
130130 <tr >
131131 <td ></td >
You can’t perform that action at this time.
0 commit comments