[html5] r8534 - [giow] (0) Map <th sorted> to aria-sort=''. Fixing https://www.w3.org/Bugs/Publi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Mar 7 14:33:21 PST 2014
Author: ianh
Date: 2014-03-07 14:33:21 -0800 (Fri, 07 Mar 2014)
New Revision: 8534
Modified:
complete.html
index
source
Log:
[giow] (0) Map <th sorted> to aria-sort=''.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24757
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-03-06 23:04:30 UTC (rev 8533)
+++ complete.html 2014-03-07 22:33:21 UTC (rev 8534)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 6 March 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 7 March 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -11766,6 +11766,11 @@
<td><code title=attr-aria-role-rowgroup>rowgroup</code> role
+ <tr><td><code><a href=#the-th-element>th</a></code> element that is a <a href=#sorting-capable-th-element>sorting-capable <code>th</code> element</a> whose <a href=#column-key-ordinality>column key ordinality</a> is 1
+
+ <td><code title=attr-aria-role-columnheader>columnheader</code> role, with the <code title=attr-aria-sort>aria-sort</code> state set to "ascending" if the element's <a href=#column-sort-direction>column
+ sort direction</a> is <i>normal</i>, and "descending" otherwise.
+
<tr><td><code><a href=#the-title-element>title</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
@@ -12066,7 +12071,7 @@
<code title=attr-aria-role-listbox>listbox</code> or
<code title=attr-aria-role-menu>menu</code>
- <tr><td><code><a href=#the-th-element>th</a></code> element
+ <tr><td><code><a href=#the-th-element>th</a></code> element that is not a <a href=#sorting-capable-th-element>sorting-capable <code>th</code> element</a> or whose <a href=#column-key-ordinality>column key ordinality</a> is not 1
<td><code title=attr-aria-role-gridcell>gridcell</code> role
Modified: index
===================================================================
--- index 2014-03-06 23:04:30 UTC (rev 8533)
+++ index 2014-03-07 22:33:21 UTC (rev 8534)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 6 March 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 7 March 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -11766,6 +11766,11 @@
<td><code title=attr-aria-role-rowgroup>rowgroup</code> role
+ <tr><td><code><a href=#the-th-element>th</a></code> element that is a <a href=#sorting-capable-th-element>sorting-capable <code>th</code> element</a> whose <a href=#column-key-ordinality>column key ordinality</a> is 1
+
+ <td><code title=attr-aria-role-columnheader>columnheader</code> role, with the <code title=attr-aria-sort>aria-sort</code> state set to "ascending" if the element's <a href=#column-sort-direction>column
+ sort direction</a> is <i>normal</i>, and "descending" otherwise.
+
<tr><td><code><a href=#the-title-element>title</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
@@ -12066,7 +12071,7 @@
<code title=attr-aria-role-listbox>listbox</code> or
<code title=attr-aria-role-menu>menu</code>
- <tr><td><code><a href=#the-th-element>th</a></code> element
+ <tr><td><code><a href=#the-th-element>th</a></code> element that is not a <a href=#sorting-capable-th-element>sorting-capable <code>th</code> element</a> or whose <a href=#column-key-ordinality>column key ordinality</a> is not 1
<td><code title=attr-aria-role-gridcell>gridcell</code> role
Modified: source
===================================================================
--- source 2014-03-06 23:04:30 UTC (rev 8533)
+++ source 2014-03-07 22:33:21 UTC (rev 8534)
@@ -11963,6 +11963,14 @@
<tr>
+ <td><code>th</code> element that is a <span>sorting-capable <code>th</code> element</span> whose <span>column key ordinality</span> is 1
+
+ <td><code data-x="attr-aria-role-columnheader">columnheader</code> role, with the <code
+ data-x="attr-aria-sort">aria-sort</code> state set to "ascending" if the element's <span>column
+ sort direction</span> is <i>normal</i>, and "descending" otherwise.
+
+ <tr>
+
<td><code>title</code> element
<td><span data-x="concept-role-none">No role</span>
@@ -12385,7 +12393,7 @@
<tr>
- <td><code>th</code> element
+ <td><code>th</code> element that is not a <span>sorting-capable <code>th</code> element</span> or whose <span>column key ordinality</span> is not 1
<td><code data-x="attr-aria-role-gridcell">gridcell</code> role
More information about the Commit-Watchers
mailing list