[html5] r5422 - [agiow] (1) ARIA for <img src>. Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 7 10:13:48 PDT 2010


Author: ianh
Date: 2010-09-07 10:13:38 -0700 (Tue, 07 Sep 2010)
New Revision: 5422

Modified:
   complete.html
   index
   source
Log:
[agiow] (1) ARIA for <img src>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10485

Modified: complete.html
===================================================================
--- complete.html	2010-09-07 17:08:20 UTC (rev 5421)
+++ complete.html	2010-09-07 17:13:38 UTC (rev 5422)
@@ -10880,6 +10880,10 @@
      <td>No role
      <td>If specified, role must be either <code title=attr-aria-role-application>application</code>, <code title=attr-aria-role-document>document</code>, or <code title=attr-aria-role-image>image</code>
 
+    <tr><td><code><a href=#the-img-element>img</a></code> element whose <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute's value is absent
+     <td><code title=attr-aria-role-img>img</code> role
+     <td>No restrictions
+
     <tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href=#checkbox-state title=attr-input-type-checkbox>Checkbox</a> state
      <td><code title=attr-aria-role-checkbox>checkbox</code> role
      <td>Role must be either <code title=attr-aria-role-checkbox>checkbox</code> or <code title=attr-aria-role-menuitemcheckbox>menuitemcheckbox</code>
@@ -10953,7 +10957,6 @@
     <code><a href=#the-figure-element>figure</a></code>,
     <code><a href=#the-form-element>form</a></code>,
     <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>–<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> in <code><a href=#the-hgroup-element>hgroup</a></code>,
-    <code><a href=#the-img-element>img</a></code> (unless the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute's value is the empty string),
     <code><a href=#the-ins-element>ins</a></code>,
     <code><a href=#the-kbd-element>kbd</a></code>,
     <code><a href=#the-label-element>label</a></code> (unless it has an <a href=#assigned-access-key>assigned access key</a>),

Modified: index
===================================================================
--- index	2010-09-07 17:08:20 UTC (rev 5421)
+++ index	2010-09-07 17:13:38 UTC (rev 5422)
@@ -10857,6 +10857,10 @@
      <td>No role
      <td>If specified, role must be either <code title=attr-aria-role-application>application</code>, <code title=attr-aria-role-document>document</code>, or <code title=attr-aria-role-image>image</code>
 
+    <tr><td><code><a href=#the-img-element>img</a></code> element whose <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute's value is absent
+     <td><code title=attr-aria-role-img>img</code> role
+     <td>No restrictions
+
     <tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href=#checkbox-state title=attr-input-type-checkbox>Checkbox</a> state
      <td><code title=attr-aria-role-checkbox>checkbox</code> role
      <td>Role must be either <code title=attr-aria-role-checkbox>checkbox</code> or <code title=attr-aria-role-menuitemcheckbox>menuitemcheckbox</code>
@@ -10930,7 +10934,6 @@
     <code><a href=#the-figure-element>figure</a></code>,
     <code><a href=#the-form-element>form</a></code>,
     <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>–<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> in <code><a href=#the-hgroup-element>hgroup</a></code>,
-    <code><a href=#the-img-element>img</a></code> (unless the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute's value is the empty string),
     <code><a href=#the-ins-element>ins</a></code>,
     <code><a href=#the-kbd-element>kbd</a></code>,
     <code><a href=#the-label-element>label</a></code> (unless it has an <a href=#assigned-access-key>assigned access key</a>),

Modified: source
===================================================================
--- source	2010-09-07 17:08:20 UTC (rev 5421)
+++ source	2010-09-07 17:13:38 UTC (rev 5422)
@@ -11221,6 +11221,11 @@
      <td>If specified, role must be either <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-document">document</code>, or <code title="attr-aria-role-image">image</code>
 
     <tr>
+     <td><code>img</code> element whose <code title="attr-img-alt">alt</code> attribute's value is absent
+     <td><code title="attr-aria-role-img">img</code> role
+     <td>No restrictions
+
+    <tr>
      <td><code>input</code> element with a <code title="attr-input-type">type</code> attribute in the <span title="attr-input-type-checkbox">Checkbox</span> state
      <td><code title="attr-aria-role-checkbox">checkbox</code> role
      <td>Role must be either <code title="attr-aria-role-checkbox">checkbox</code> or <code title="attr-aria-role-menuitemcheckbox">menuitemcheckbox</code>
@@ -11306,7 +11311,6 @@
     <code>figure</code>,
     <code>form</code>,
     <code>h1</code>–<code>h6</code> in <code>hgroup</code>,
-    <code>img</code> (unless the <code title="attr-img-alt">alt</code> attribute's value is the empty string),
     <code>ins</code>,
     <code>kbd</code>,
     <code>label</code> (unless it has an <span>assigned access key</span>),




More information about the Commit-Watchers mailing list