Skip to content

Commit

Permalink
[e] (0) try to clarify the effect of the ARIA section based on http:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixie committed Jun 14, 2011
1 parent 7ec2437 commit 4f64fb0
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 10 deletions.
18 changes: 15 additions & 3 deletions complete.html
Expand Up @@ -12000,9 +12000,21 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
<div class=impl>

<p>User agents are required to implement ARIA semantics on all
<a href=#html-elements>HTML elements</a>, as defined in the ARIA
specifications. The <span>implicit ARIA semantics</span> defined
below must be recognized by implementations. <a href=#refsARIAIMPL>[ARIAIMPL]</a></p>
<a href=#html-elements>HTML elements</a>, as defined in the ARIA specifications.
The <span>implicit ARIA semantics</span> defined below must be
recognized by implementations for the purposes of ARIA processing.
<a href=#refsARIAIMPL>[ARIAIMPL]</a></p>

<p class=note>The ARIA attributes defined in the ARIA
specifications, and the <span>strong native semantics</span> and
<span>default implicit ARIA semantics</span> defined below, do not
have any effect on CSS pseudo-class matching, user interface
modalities that don't use assistive technologies, or the default
actions of user interaction events as described in this
specification.</p> <!-- this is a truism, in that there are no
requirements that require that those attributes have such an effect,
and no requirements that relax the requirements on those effects
such that they could be affected by those attributes -->

</div>

Expand Down
18 changes: 15 additions & 3 deletions index
Expand Up @@ -11990,9 +11990,21 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<div class=impl>

<p>User agents are required to implement ARIA semantics on all
<a href=#html-elements>HTML elements</a>, as defined in the ARIA
specifications. The <span>implicit ARIA semantics</span> defined
below must be recognized by implementations. <a href=#refsARIAIMPL>[ARIAIMPL]</a></p>
<a href=#html-elements>HTML elements</a>, as defined in the ARIA specifications.
The <span>implicit ARIA semantics</span> defined below must be
recognized by implementations for the purposes of ARIA processing.
<a href=#refsARIAIMPL>[ARIAIMPL]</a></p>

<p class=note>The ARIA attributes defined in the ARIA
specifications, and the <span>strong native semantics</span> and
<span>default implicit ARIA semantics</span> defined below, do not
have any effect on CSS pseudo-class matching, user interface
modalities that don't use assistive technologies, or the default
actions of user interaction events as described in this
specification.</p> <!-- this is a truism, in that there are no
requirements that require that those attributes have such an effect,
and no requirements that relax the requirements on those effects
such that they could be affected by those attributes -->

</div>

Expand Down
19 changes: 15 additions & 4 deletions source
Expand Up @@ -12575,10 +12575,21 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<div class="impl">

<p>User agents are required to implement ARIA semantics on all
<span>HTML elements</span>, as defined in the ARIA
specifications. The <span>implicit ARIA semantics</span> defined
below must be recognized by implementations. <a
href="#refsARIAIMPL">[ARIAIMPL]</a></p>
<span>HTML elements</span>, as defined in the ARIA specifications.
The <span>implicit ARIA semantics</span> defined below must be
recognized by implementations for the purposes of ARIA processing.
<a href="#refsARIAIMPL">[ARIAIMPL]</a></p>

<p class="note">The ARIA attributes defined in the ARIA
specifications, and the <span>strong native semantics</span> and
<span>default implicit ARIA semantics</span> defined below, do not
have any effect on CSS pseudo-class matching, user interface
modalities that don't use assistive technologies, or the default
actions of user interaction events as described in this
specification.</p> <!-- this is a truism, in that there are no
requirements that require that those attributes have such an effect,
and no requirements that relax the requirements on those effects
such that they could be affected by those attributes -->

</div>

Expand Down

0 comments on commit 4f64fb0

Please sign in to comment.