|
5 | 5 | @media screen { code { color: #D93B00; } code :link, code :visited { color: inherit; } } |
6 | 6 | pre, code { font-size: inherit; font-family: monospace; font-variant: normal; } |
7 | 7 | 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; } |
8 | 9 | </style> |
9 | 10 | <link class="not-whatwg" href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet"> |
10 | 11 | </head> |
|
24 | 25 | <!--end-logo--></div> |
25 | 26 | <hgroup> |
26 | 27 | <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> |
28 | 29 | </hgroup> |
29 | 30 |
|
30 | 31 | <dl> |
@@ -92,7 +93,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2> |
92 | 93 | found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> |
93 | 94 | at http://www.w3.org/TR/.</i></p> |
94 | 95 |
|
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 |
96 | 97 | <a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the |
97 | 98 | <a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The |
98 | 99 | 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> |
462 | 463 |
|
463 | 464 | <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> |
464 | 465 | 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> |
466 | 467 |
|
467 | 468 | <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> |
468 | 469 | 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> |
813 | 814 | <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 |
814 | 815 | <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> |
815 | 816 | 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. |
817 | 818 |
|
818 | 819 | <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 |
819 | 820 | whether content can be checked for spelling or not. |
|
0 commit comments