html5/spec Overview.html,1.4324,1.4325

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31076

Modified Files:
	Overview.html 
Log Message:
ARIA for <img src>. (whatwg r5422)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4324
retrieving revision 1.4325
diff -u -d -r1.4324 -r1.4325
--- Overview.html	7 Sep 2010 17:08:33 -0000	1.4324
+++ Overview.html	7 Sep 2010 17:13:54 -0000	1.4325
@@ -9380,6 +9380,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>
@@ -9453,7 +9457,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>&ndash;<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>),

Received on Tuesday, 7 September 2010 17:14:02 UTC