Skip to content

Commit

Permalink
[e] (0) Make it clearer that 'global attributes' includes the ARIA at…
Browse files Browse the repository at this point in the history
…tributes

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21837
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8020 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 3, 2013
1 parent bddcb00 commit 6d9b473
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -9359,6 +9359,10 @@ <h4 id=global-attributes><span class=secno>3.2.3 </span><dfn>Global attributes</

</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>
Expand Down Expand Up @@ -9451,10 +9455,6 @@ <h4 id=global-attributes><span class=secno>3.2.3 </span><dfn>Global attributes</
<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>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -9359,6 +9359,10 @@ interface <dfn id=htmlunknownelement>HTMLUnknownElement</dfn> : <a href=#htmlele

</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>
Expand Down Expand Up @@ -9451,10 +9455,6 @@ interface <dfn id=htmlunknownelement>HTMLUnknownElement</dfn> : <a href=#htmlele
<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>

Expand Down
15 changes: 8 additions & 7 deletions source
Expand Up @@ -9204,6 +9204,14 @@ interface <dfn>HTMLUnknownElement</dfn> : <span>HTMLElement</span> { };</pre>

<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>

Expand Down Expand Up @@ -9310,13 +9318,6 @@ interface <dfn>HTMLUnknownElement</dfn> : <span>HTMLElement</span> { };</pre>
<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>

Expand Down

0 comments on commit 6d9b473

Please sign in to comment.