Skip to content

Commit 3e65a2c

Browse files
Editorial: make th implied wording consistent with the style of td (#313)
* Editorial: make th implied role wording consistent with the style of td implied role (and others) * make tr role=row implied role have same style as others * match updated wording in spec Co-authored-by: Scott O'Hara <[email protected]>
1 parent 4c8832a commit 3e65a2c

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Diff for: index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -2639,14 +2639,14 @@ <h2 id="docconformance">
26392639
</th>
26402640
<td>
26412641
<p>
2642-
If the ancestor `table` element is exposed as a `role=table`: <code>role=<a href="#index-aria-columnheader">columnheader</a></code>,
2643-
<a href="#index-aria-rowheader">`rowheader`</a> or <a href="#index-aria-rowheader">`cell`</a> according to
2644-
<a data-cite="html-aam-1.0#html-element-role-mappings">HTML AAM</a>.
2642+
<code>role=<a href="#index-aria-columnheader">columnheader</a></code>,
2643+
<a href="#index-aria-rowheader">`rowheader`</a> or <a href="#index-aria-rowheader">`cell`</a> if the ancestor
2644+
`table` element is exposed as a `role=table`.
26452645
</p>
26462646
<p>
2647-
If the ancestor `table` element is exposed as a `role=grid` or `treegrid`: <code>role=<a href="#index-aria-columnheader">columnheader</a></code>,
2648-
<a href="#index-aria-rowheader">`rowheader`</a> or <a href="#index-aria-rowheader">`gridcell`</a> according to
2649-
<a data-cite="html-aam-1.0#html-element-role-mappings">HTML AAM</a>.
2647+
<code>role=<a href="#index-aria-columnheader">columnheader</a></code>,
2648+
<a href="#index-aria-rowheader">`rowheader`</a> or <a href="#index-aria-rowheader">`gridcell`</a> if the ancestor
2649+
`table` element is exposed as a `role=grid` or `treegrid`.
26502650
</p>
26512651
</td>
26522652
<td>
@@ -2666,7 +2666,7 @@ <h2 id="docconformance">
26662666
[^tr^]
26672667
</th>
26682668
<td>
2669-
<a href="#index-aria-row">`role=row`</a>
2669+
<code>role=<a href="#index-aria-row">row</a></code>
26702670
</td>
26712671
<td>
26722672
<p>

Diff for: results/implementation-results.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -3122,15 +3122,15 @@ <h2>Conformance Checker Rule Implementations</h2>
31223122
</th>
31233123
<td>
31243124
<p>
3125-
If the ancestor <code>table</code> element is exposed as a <code>role=table</code>: <code>role=columnheader</code>,
3126-
<code>rowheader</code> or <code>cell</code> according to
3127-
HTML AAM.
3128-
</p>
3129-
<p>
3130-
If the ancestor <code>table</code> element is exposed as a <code>role=grid</code> or <code>treegrid</code>: <code>role=columnheader</code>,
3131-
<code>rowheader</code> or <code>gridcell</code> according to
3132-
HTML AAM.
3133-
</p>
3125+
<code>role=columnheader</code>,
3126+
<code>rowheader</code> or <code>cell</code> if the ancestor
3127+
<code>table</code> element is exposed as a <code>role=table</code>.
3128+
</p>
3129+
<p>
3130+
<code>role=columnheader</code>,
3131+
<code>rowheader</code> or <code>gridcell</code> if the ancestor
3132+
<code>table</code> element is exposed as a <code>role=grid</code> or <code>treegrid</code>.
3133+
</p>
31343134
</td>
31353135
<td>
31363136
<p>

0 commit comments

Comments
 (0)