[html5] r4749 - [e] (0) Mention which attributes are being referenced. Fixing http://www.w3.org/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Feb 16 00:50:20 PST 2010


Author: ianh
Date: 2010-02-16 00:50:18 -0800 (Tue, 16 Feb 2010)
New Revision: 4749

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention which attributes are being referenced.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8929

Modified: complete.html
===================================================================
--- complete.html	2010-02-16 08:32:30 UTC (rev 4748)
+++ complete.html	2010-02-16 08:50:18 UTC (rev 4749)
@@ -8028,7 +8028,7 @@
   <hr><p>To enable assistive technology products to expose a more
   fine-grained interface than is otherwise possible with HTML elements
   and attributes, a set of <a href=#annotations-for-assistive-technology-products-(aria)>annotations for assistive technology
-  products</a> can be specified.</p>
+  products</a> can be specified (the ARIA <code title=attr-aria-role>role</code> and <code title=attr-aria-*>aria-*</code> attributes).</p>
 
 
   <h5 id=the-id-attribute><span class=secno>3.2.3.1 </span>The <dfn title=attr-id><code>id</code></dfn> attribute</h5>

Modified: index
===================================================================
--- index	2010-02-16 08:32:30 UTC (rev 4748)
+++ index	2010-02-16 08:50:18 UTC (rev 4749)
@@ -7927,7 +7927,7 @@
   <hr><p>To enable assistive technology products to expose a more
   fine-grained interface than is otherwise possible with HTML elements
   and attributes, a set of <a href=#annotations-for-assistive-technology-products-(aria)>annotations for assistive technology
-  products</a> can be specified.</p>
+  products</a> can be specified (the ARIA <code title=attr-aria-role>role</code> and <code title=attr-aria-*>aria-*</code> attributes).</p>
 
 
   <h5 id=the-id-attribute><span class=secno>3.2.3.1 </span>The <dfn title=attr-id><code>id</code></dfn> attribute</h5>

Modified: source
===================================================================
--- source	2010-02-16 08:32:30 UTC (rev 4748)
+++ source	2010-02-16 08:50:18 UTC (rev 4749)
@@ -7972,7 +7972,9 @@
   <p>To enable assistive technology products to expose a more
   fine-grained interface than is otherwise possible with HTML elements
   and attributes, a set of <span>annotations for assistive technology
-  products</span> can be specified.</p>
+  products</span> can be specified (the ARIA <code
+  title="attr-aria-role">role</code> and <code
+  title="attr-aria-*">aria-*</code> attributes).</p>
 
 
   <h5>The <dfn title="attr-id"><code>id</code></dfn> attribute</h5>




More information about the Commit-Watchers mailing list