Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 67c1682

Browse files
committed
Note differences between specs for aria. https://www.w3.org/Bugs/Public/show_bug.cgi?id=21909
1 parent a09aabc commit 67c1682

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Overview.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
@media screen { code { color: #D93B00; } code :link, code :visited { color: inherit; } }
66
pre, code { font-size: inherit; font-family: monospace; font-variant: normal; }
77
pre strong { color: black; font: inherit; font-weight: bold; background: yellow; }
8+
.XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; }
89
</style>
910
<link class="not-whatwg" href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet">
1011
</head>
@@ -24,7 +25,7 @@
2425
<!--end-logo--></div>
2526
<hgroup>
2627
<h1>HTML differences from HTML4</h1>
27-
<h2 class="no-num no-toc not-whatwg" id="w3c-doctype">Editor's Draft 2 May 2013</h2>
28+
<h2 class="no-num no-toc not-whatwg" id="w3c-doctype">Editor's Draft 3 May 2013</h2>
2829
</hgroup>
2930

3031
<dl>
@@ -92,7 +93,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
9293
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
9394
at http://www.w3.org/TR/.</i></p>
9495

95-
<p>This is the 2 May 2013 Editor's Draft produced by the
96+
<p>This is the 3 May 2013 Editor's Draft produced by the
9697
<a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
9798
<a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
9899
Working Group intends to publish this document as a
@@ -462,7 +463,7 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
462463

463464
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-main-element">main</a></code>
464465
can be used as a container for the dominant contents of another element, such as
465-
the main content of the page.</li>
466+
the main content of the page. In W3C HTML5 and W3C HTML 5.1, only one such element is allowed in a document.</li>
466467

467468
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-aside-element">aside</a></code>
468469
represents a piece of content that is only slightly related to the
@@ -813,7 +814,7 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
813814
<li><p>The <code class="external" title="wai-aria"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#wai-aria">role</a></code> and
814815
<code class="external" title="wai-aria"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#wai-aria">aria-<var>*</var></a></code>
815816
collection attributes which can be used to instruct assistive
816-
technology.</li>
817+
technology. These attributes have slightly different requirements in WHATWG HTML and W3C HTML5/W3C HTML5.1.
817818

818819
<li><p>The <code class="external" title="attr-spellcheck"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#attr-spellcheck">spellcheck</a></code> attribute allows for hinting
819820
whether content can be checked for spelling or not.

Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ <h3 id="new-attributes">New Attributes</h3>
791791
<li><p>The <code data-anolis-spec=html title=wai-aria>role</code> and
792792
<code data-anolis-spec=html title=wai-aria>aria-<var>*</var></code>
793793
collection attributes which can be used to instruct assistive
794-
technology.</li>
794+
technology. These attributes have slightly different requirements in WHATWG HTML and W3C HTML5/W3C HTML5.1.
795795

796796
<li><p>The <code data-anolis-spec=html
797797
title=attr-spellcheck>spellcheck</code> attribute allows for hinting

Overview.whatwg.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<hgroup>
1919
<h1>HTML differences from HTML4</h1>
20-
<h2 class="no-num no-toc not-w3c">Living Document — Last Updated 2 May 2013</h2>
20+
<h2 class="no-num no-toc not-w3c">Living Document — Last Updated 3 May 2013</h2>
2121
</hgroup>
2222

2323
<dl>
@@ -49,7 +49,7 @@ <h2 class="no-num no-toc not-w3c">Living Document — Last Updated 2 May 2013</h
4949
<p class="copyright not-w3c"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
5050
To the extent possible under law, the editors have waived all copyright and
5151
related or neighboring rights to this work. In addition, as of
52-
2 May 2013, the editors have made this specification available
52+
3 May 2013, the editors have made this specification available
5353
under the
5454
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
5555
which is available at
@@ -408,7 +408,7 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
408408

409409
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-main-element">main</a></code>
410410
can be used as a container for the dominant contents of another element, such as
411-
the main content of the page.</li>
411+
the main content of the page. In W3C HTML5 and W3C HTML 5.1, only one such element is allowed in a document.</li>
412412

413413
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-aside-element">aside</a></code>
414414
represents a piece of content that is only slightly related to the
@@ -759,7 +759,7 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
759759
<li><p>The <code class="external" title="wai-aria"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#wai-aria">role</a></code> and
760760
<code class="external" title="wai-aria"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#wai-aria">aria-<var>*</var></a></code>
761761
collection attributes which can be used to instruct assistive
762-
technology.</li>
762+
technology. These attributes have slightly different requirements in WHATWG HTML and W3C HTML5/W3C HTML5.1.
763763

764764
<li><p>The <code class="external" title="attr-spellcheck"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#attr-spellcheck">spellcheck</a></code> attribute allows for hinting
765765
whether content can be checked for spelling or not.

0 commit comments

Comments
 (0)