Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@5998 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 12, 2011
1 parent cf22af8 commit 9101289
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions complete.html
Expand Up @@ -2654,6 +2654,8 @@ <h4 id=restrictions-on-content-models-and-on-attribute-values><span class=secno>
elements, named entity references, and the use of scripts and
style.</blockquote></dd>

<!--(the following is not included in the WHATWG spec for quality reasons)-->

</dl><h2 id=infrastructure><span class=secno>2 </span>Common infrastructure</h2>

<h3 id=terminology><span class=secno>2.1 </span>Terminology</h3>
Expand Down
6 changes: 6 additions & 0 deletions index
Expand Up @@ -1385,6 +1385,10 @@
other documents on the matter because of <a href=http://lists.w3.org/Archives/Public/public-html/2011Mar/0691.html>a
working group decision from March 2011</a>.</li>

<li>The W3C version includes a link to an incomplete document that
contradict this specification because of <a href=http://lists.w3.org/Archives/Public/public-html/2011Feb/0407.html>a
working group decision from Februray 2011</a>.</li><!--HPAAIG-->

</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 @@ -2652,6 +2656,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
elements, named entity references, and the use of scripts and
style.</blockquote></dd>

<!--(the following is not included in the WHATWG spec for quality reasons)-->

</dl><h2 id=infrastructure><span class=secno>2 </span>Common infrastructure</h2>

<h3 id=terminology><span class=secno>2.1 </span>Terminology</h3>
Expand Down
20 changes: 20 additions & 0 deletions source
Expand Up @@ -131,6 +131,11 @@
href="http://lists.w3.org/Archives/Public/public-html/2011Mar/0691.html">a
working group decision from March 2011</a>.</li>

<li>The W3C version includes a link to an incomplete document that
contradict this specification because of <a
href="http://lists.w3.org/Archives/Public/public-html/2011Feb/0407.html">a
working group decision from Februray 2011</a>.</li><!--HPAAIG-->

</ul>

<p>Features that are part of HTML (and this specification) but that
Expand Down Expand Up @@ -1529,6 +1534,18 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
elements, named entity references, and the use of scripts and
style.</p></blockquote></dd>

<!--(the following is not included in the WHATWG spec for quality reasons)-->
<!--END html--><!--END dev-html--><!--END complete--><!--END epub--><!--HPAAIG-->
<dt><cite>HTML to Platform Accessibility APIs Implementation Guide</cite> <a href="#refsHPAAIG">[HPAAIG]</a></dt>

<dd><blockquote><p>This is draft documentation mapping HTML
elements and attributes to accessibility API Roles, States and
Properties on a variety of platforms. It provides recommendations
on deriving the accessible names and descriptions for HTML
elements. It also provides accessible feature implementation
examples.</p></blockquote></dd>
<!--START html--><!--START dev-html--><!--START complete--><!--START epub--><!--HPAAIG-->

</dl>


Expand Down Expand Up @@ -110430,6 +110447,9 @@ interface <span>HTMLDocument</span> {
<dt id="refsHMAC">[HMAC]</dt>
<dd><cite><a href="http://csrc.nist.gov/publications/fips/fips198/fips-198a.pdf">The Keyed-Hash Message Authentication Code (HMAC)</a></cite>. NIST.</dd>

<dt id="refsHPAAIG">[HPAAIG]</dt>
<dd><cite><a href="http://dev.w3.org/html5/html-api-map/overview.html">HTML to Platform Accessibility APIs Implementation Guide</a></cite>. W3C.</dd>

<dt id="refsHTML4">[HTML4]</dt>
<dd>(Non-normative) <cite><a
href="http://www.w3.org/TR/html4/">HTML 4.01
Expand Down

0 comments on commit 9101289

Please sign in to comment.