[html5] r8209 - [giowt] (0) Make inert='' map to aria-hidden rathe than aria-disabled since aria [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 3 12:25:57 PDT 2013


Author: ianh
Date: 2013-10-03 12:25:56 -0700 (Thu, 03 Oct 2013)
New Revision: 8209

Modified:
   complete.html
   index
   source
Log:
[giowt] (0) Make inert='' map to aria-hidden rathe than aria-disabled since aria-disabled only really does anything with interactive content.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23350
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-10-03 19:23:13 UTC (rev 8208)
+++ complete.html	2013-10-03 19:25:56 UTC (rev 8209)
@@ -11509,7 +11509,7 @@
      <td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"
 
     <tr><td>Element that is <a href=#inert>inert</a>
-     <td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"
+     <td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true" <!-- change this to something more appropriate when if something comes along -->
 
     <tr><td>Element with a <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute
      <td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

Modified: index
===================================================================
--- index	2013-10-03 19:23:13 UTC (rev 8208)
+++ index	2013-10-03 19:25:56 UTC (rev 8209)
@@ -11509,7 +11509,7 @@
      <td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"
 
     <tr><td>Element that is <a href=#inert>inert</a>
-     <td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"
+     <td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true" <!-- change this to something more appropriate when if something comes along -->
 
     <tr><td>Element with a <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute
      <td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true"

Modified: source
===================================================================
--- source	2013-10-03 19:23:13 UTC (rev 8208)
+++ source	2013-10-03 19:25:56 UTC (rev 8209)
@@ -11642,7 +11642,7 @@
 
     <tr>
      <td>Element that is <span>inert</span>
-     <td>The <code title="attr-aria-disabled">aria-disabled</code> state set to "true"
+     <td>The <code title="attr-aria-hidden">aria-hidden</code> state set to "true" <!-- change this to something more appropriate when if something comes along -->
 
     <tr>
      <td>Element with a <code title="attr-hidden">hidden</code> attribute




More information about the Commit-Watchers mailing list