- From: poot <cvsmail@w3.org>
- Date: Wed, 8 Sep 2010 02:23:56 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r5423) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4325&r2=1.4326&f=h http://html5.org/tools/web-apps-tracker?from=5422&to=5423 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4325 retrieving revision 1.4326 diff -u -d -r1.4325 -r1.4326 --- Overview.html 7 Sep 2010 17:13:54 -0000 1.4325 +++ Overview.html 7 Sep 2010 17:16:43 -0000 1.4326 @@ -9366,7 +9366,7 @@ <tr><td><code><a href="#the-embed-element">embed</a></code> element <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> + <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-img">img</code> <tr><td><code><a href="#the-footer-element">footer</a></code> element <td>No role @@ -9378,7 +9378,7 @@ <tr><td><code><a href="#the-iframe-element">iframe</a></code> element <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> + <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-img">img</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 @@ -9398,7 +9398,7 @@ <tr><td><code><a href="#the-object-element">object</a></code> element <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> + <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-img">image</code> <tr><td><code><a href="#the-ol-element">ol</a></code> element <td><code title="attr-aria-role-list">list</code> role
Received on Tuesday, 7 September 2010 17:17:24 UTC