[html5] r8020 - [e] (0) Make it clearer that 'global attributes' includes the ARIA attributes Fi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 3 09:25:48 PDT 2013
Author: ianh
Date: 2013-07-03 09:25:47 -0700 (Wed, 03 Jul 2013)
New Revision: 8020
Modified:
complete.html
index
source
Log:
[e] (0) Make it clearer that 'global attributes' includes the ARIA attributes
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21837
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-07-03 00:05:42 UTC (rev 8019)
+++ complete.html 2013-07-03 16:25:47 UTC (rev 8020)
@@ -9359,6 +9359,10 @@
</div>
+ <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=#wai-aria title=WAI-ARIA>annotations
+ for assistive technology products</a> can be specified (the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code> attributes). <a href=#refsARIA>[ARIA]</a></p>
+
<hr><p>The following <a href=#event-handler-content-attributes>event handler content attributes</a> may be specified on any <a href=#html-elements title="HTML elements">HTML element</a>:</p>
<ul class=brief><li><code title=handler-onabort><a href=#handler-onabort>onabort</a></code></li>
@@ -9451,11 +9455,7 @@
<p class=note>There is no way to serialize the <code title=attr-xml-space>xml:space</code>
attribute on <a href=#html-elements>HTML elements</a> in the <code><a href=#text/html>text/html</a></code> syntax.</p>
- <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=#wai-aria title=WAI-ARIA>annotations
- for assistive technology products</a> can be specified (the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></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>
<p>The <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute specifies its element's <a href=#concept-id title=concept-id>unique identifier (ID)</a>. <a href=#refsDOM>[DOM]</a></p>
Modified: index
===================================================================
--- index 2013-07-03 00:05:42 UTC (rev 8019)
+++ index 2013-07-03 16:25:47 UTC (rev 8020)
@@ -9359,6 +9359,10 @@
</div>
+ <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=#wai-aria title=WAI-ARIA>annotations
+ for assistive technology products</a> can be specified (the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code> attributes). <a href=#refsARIA>[ARIA]</a></p>
+
<hr><p>The following <a href=#event-handler-content-attributes>event handler content attributes</a> may be specified on any <a href=#html-elements title="HTML elements">HTML element</a>:</p>
<ul class=brief><li><code title=handler-onabort><a href=#handler-onabort>onabort</a></code></li>
@@ -9451,11 +9455,7 @@
<p class=note>There is no way to serialize the <code title=attr-xml-space>xml:space</code>
attribute on <a href=#html-elements>HTML elements</a> in the <code><a href=#text/html>text/html</a></code> syntax.</p>
- <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=#wai-aria title=WAI-ARIA>annotations
- for assistive technology products</a> can be specified (the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></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>
<p>The <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute specifies its element's <a href=#concept-id title=concept-id>unique identifier (ID)</a>. <a href=#refsDOM>[DOM]</a></p>
Modified: source
===================================================================
--- source 2013-07-03 00:05:42 UTC (rev 8019)
+++ source 2013-07-03 16:25:47 UTC (rev 8020)
@@ -9204,6 +9204,14 @@
<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 <span title="WAI-ARIA">annotations
+ for assistive technology products</span> can be specified (the ARIA <code
+ title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes). <a
+ href="#refsARIA">[ARIA]</a></p>
+
+ <hr>
+
<p>The following <span>event handler content attributes</span> may be specified on any <span
title="HTML elements">HTML element</span>:</p>
@@ -9310,14 +9318,7 @@
<p class="note">There is no way to serialize the <code title="attr-xml-space">xml:space</code>
attribute on <span>HTML elements</span> in the <code>text/html</code> syntax.</p>
- <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 <span title="WAI-ARIA">annotations
- for assistive technology 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>
<p>The <code title="attr-id">id</code> attribute specifies its element's <span
More information about the Commit-Watchers
mailing list