Skip to content

Commit

Permalink
[e] (0) apply chair request
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11557

git-svn-id: http://svn.whatwg.org/webapps@6046 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 2, 2011
1 parent ebc290a commit bef7b2d
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 20 deletions.
18 changes: 11 additions & 7 deletions complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 29 April 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 2 May 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -11644,18 +11644,22 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
and <code title=attr-aria-*>aria-*</code> attributes on <a href=#html-elements>HTML
elements</a>, in accordance with the requirements described in
the ARIA specifications, except where these conflict with the
<span>strong native semantics</span> or are equal to the
<span>default implied ARIA semantics</span> described below. These
exceptions are intended to prevent authors from making assistive
technology products report nonsensical states that do not represent
the actual state of the document. <a href=#refsARIA>[ARIA]</a></p>

<span>strong native semantics</span>
<!--FORK--><!--bug 11557-->
or are equal to the <span>default implied ARIA semantics</span>
<!--FORK--><!--bug 11557-->
described below. These exceptions are intended to prevent authors
from making assistive technology products report nonsensical states
that do not represent the actual state of the document. <a href=#refsARIA>[ARIA]</a></p>

<!--FORK--><!--bug 11557-->
<p>Authors must not set the ARIA <code title=attr-aria-role>role</code> and <code title=attr-aria-*>aria-*</code> attributes in a manner that
conflicts with the semantics described in the following table,
except that the <code title=attr-aria-role-presentation>presentation</code> role may
always be used. Authors must not set the ARIA <code title=attr-aria-role>role</code> and <code title=attr-aria-*>aria-*</code> attributes to values that match
the <span>default implicit ARIA semantics</span> defined in the
following two tables.</p>
<!--FORK--><!--bug 11557-->

<div class=impl>

Expand Down
23 changes: 16 additions & 7 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 29 April 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 2 May 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -1411,6 +1411,11 @@
<a href=#fallback-content>fallback content</a>, because of <a href=http://lists.w3.org/Archives/Public/public-html/2011Apr/0452.html>a
working group decision from April 2011</a>.</li>

<li>The W3C version is missing a clause that requires conformance
checkers to discourage cargo-cult accessibility authoring because
of <a href=http://lists.w3.org/Archives/Public/public-html/2011May/0018.html>a
working group chair decision from May 2011</a>.</li><!--bug 11557-->

</ul><p>Features that are part of HTML (and this specification) but that
are currently published as separate specifications as well, and are
not included in the W3C HTML5 specification, consist of:</p>
Expand Down Expand Up @@ -11664,18 +11669,22 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
and <code title=attr-aria-*>aria-*</code> attributes on <a href=#html-elements>HTML
elements</a>, in accordance with the requirements described in
the ARIA specifications, except where these conflict with the
<span>strong native semantics</span> or are equal to the
<span>default implied ARIA semantics</span> described below. These
exceptions are intended to prevent authors from making assistive
technology products report nonsensical states that do not represent
the actual state of the document. <a href=#refsARIA>[ARIA]</a></p>

<span>strong native semantics</span>
<!--FORK--><!--bug 11557-->
or are equal to the <span>default implied ARIA semantics</span>
<!--FORK--><!--bug 11557-->
described below. These exceptions are intended to prevent authors
from making assistive technology products report nonsensical states
that do not represent the actual state of the document. <a href=#refsARIA>[ARIA]</a></p>

<!--FORK--><!--bug 11557-->
<p>Authors must not set the ARIA <code title=attr-aria-role>role</code> and <code title=attr-aria-*>aria-*</code> attributes in a manner that
conflicts with the semantics described in the following table,
except that the <code title=attr-aria-role-presentation>presentation</code> role may
always be used. Authors must not set the ARIA <code title=attr-aria-role>role</code> and <code title=attr-aria-*>aria-*</code> attributes to values that match
the <span>default implicit ARIA semantics</span> defined in the
following two tables.</p>
<!--FORK--><!--bug 11557-->

<div class=impl>

Expand Down
23 changes: 17 additions & 6 deletions source
Expand Up @@ -157,6 +157,12 @@
href="http://lists.w3.org/Archives/Public/public-html/2011Apr/0452.html">a
working group decision from April 2011</a>.</li>

<li>The W3C version is missing a clause that requires conformance
checkers to discourage cargo-cult accessibility authoring because
of <a
href="http://lists.w3.org/Archives/Public/public-html/2011May/0018.html">a
working group chair decision from May 2011</a>.</li><!--bug 11557-->

</ul>

<p>Features that are part of HTML (and this specification) but that
Expand Down Expand Up @@ -12094,12 +12100,16 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
and <code title="attr-aria-*">aria-*</code> attributes on <span>HTML
elements</span>, in accordance with the requirements described in
the ARIA specifications, except where these conflict with the
<span>strong native semantics</span> or are equal to the
<span>default implied ARIA semantics</span> described below. These
exceptions are intended to prevent authors from making assistive
technology products report nonsensical states that do not represent
the actual state of the document. <a href="#refsARIA">[ARIA]</a></p>

<span>strong native semantics</span>
<!--END w3c-html--><!--FORK--><!--bug 11557-->
or are equal to the <span>default implied ARIA semantics</span>
<!--START w3c-html--><!--FORK--><!--bug 11557-->
described below. These exceptions are intended to prevent authors
from making assistive technology products report nonsensical states
that do not represent the actual state of the document. <a
href="#refsARIA">[ARIA]</a></p>

<!--END w3c-html--><!--FORK--><!--bug 11557-->
<p>Authors must not set the ARIA <code
title="attr-aria-role">role</code> and <code
title="attr-aria-*">aria-*</code> attributes in a manner that
Expand All @@ -12111,6 +12121,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
title="attr-aria-*">aria-*</code> attributes to values that match
the <span>default implicit ARIA semantics</span> defined in the
following two tables.</p>
<!--START w3c-html--><!--FORK--><!--bug 11557-->

<div class="impl">

Expand Down

0 comments on commit bef7b2d

Please sign in to comment.