|
13 | 13 | <style> |
14 | 14 | .bad { color: gray; } |
15 | 15 | </style> |
16 | | - <link class="not-whatwg" href="https://www.w3.org/StyleSheets/TR/W3C-NOTE" rel="stylesheet"> |
| 16 | + <link class="not-whatwg" href="https://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet"> |
17 | 17 |
|
18 | 18 | </head> |
19 | 19 | <body> |
|
35 | 35 |
|
36 | 36 | <div class="not-whatwg"> |
37 | 37 | <h1>HTML5 Differences from HTML4</h1> |
38 | | - <p id="w3c-doctype">W3C Working Group Note 28 August 2014</p> |
| 38 | + <p id="w3c-doctype">W3C Working Draft 29 August 2014</p> |
39 | 39 | </div> |
40 | 40 |
|
41 | 41 | <dl> |
42 | 42 | <dt>This Version:</dt> |
43 | | - <dd class="not-draft not-whatwg"><a href="http://www.w3.org/TR/2014/NOTE-html5-diff-20140828/">http://www.w3.org/TR/2014/NOTE-html5-diff-20140828/</a></dd> |
| 43 | + <dd class="not-draft not-whatwg"><a href="http://www.w3.org/TR/2014/WD-html5-diff-20140829/">http://www.w3.org/TR/2014/WD-html5-diff-20140829/</a></dd> |
44 | 44 | <dt class="not-draft">Latest Version:</dt> |
45 | 45 | <dd class="not-draft"><a href="http://www.w3.org/TR/html5-diff/">http://www.w3.org/TR/html5-diff/</a></dd> |
46 | 46 |
|
@@ -104,7 +104,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2> |
104 | 104 | found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> |
105 | 105 | at http://www.w3.org/TR/.</i></p> |
106 | 106 |
|
107 | | - <p>This is the 28 August 2014 W3C Working Group Note produced by the |
| 107 | + <p>This is the 29 August 2014 W3C Working Draft produced by the |
108 | 108 | <a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the |
109 | 109 | <a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The |
110 | 110 | Working Group intends to publish this document as a |
@@ -747,9 +747,6 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3> |
747 | 747 | the Web page or application itself. They are <em>not</em> intended for |
748 | 748 | data to be consumed by other parties (e.g. user agents). |
749 | 749 |
|
750 | | - <li><p>The <code class="external" title="attr-draggable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#the-draggable-attribute">draggable</a></code> and <code class="external" title="attr-dropzone"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#the-dropzone-attribute">dropzone</a></code> attributes can be used together with |
751 | | - the new drag & drop API. |
752 | | - |
753 | 750 | <li><p>The <code class="external" title="attr-hidden"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#the-hidden-attribute">hidden</a></code> |
754 | 751 | attribute indicates that an element is not yet, or is no longer, relevant. |
755 | 752 |
|
@@ -2019,8 +2016,7 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3> |
2019 | 2016 | <li><p>Editing API in combination with a new global <code class="external" title="attr-contenteditable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#attr-contenteditable">contenteditable</a></code> |
2020 | 2017 | attribute.</li> |
2021 | 2018 |
|
2022 | | - <li><p>Drag & drop API in combination with a <code class="external" title="attr-draggable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#the-draggable-attribute">draggable</a></code> |
2023 | | - attribute.</li> |
| 2019 | + |
2024 | 2020 |
|
2025 | 2021 | <li><p>An API that exposes the components of the document's URL and allows |
2026 | 2022 | scripts to navigate, redirect and reload (the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#location">Location</a></code> interface). |
@@ -2138,7 +2134,11 @@ <h3 id="htmlelement-extensions"><span class="secno">5.4 </span>Extensions to <co |
2138 | 2134 |
|
2139 | 2135 | <ul> |
2140 | 2136 | <li><p><code class="external" title="dom-translate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-translate">translate</a></code>, |
2141 | | - <code class="external" title="dom-hidden"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-hidden">hidden</a></code>, <code class="external" title="dom-tabIndex"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-tabindex">tabIndex</a></code>, <code class="external" title="dom-accessKey"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-accesskey">accessKey</a></code>, <code class="external" title="dom-draggable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-draggable">draggable</a></code>, <code class="external" title="dom-dropzone"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-dropzone">dropzone</a></code>, <code class="external" title="dom-contentEditable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-contenteditable">contentEditable</a></code>, |
| 2137 | + <code class="external" title="dom-hidden"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-hidden">hidden</a></code>, |
| 2138 | + <code class="external" title="dom-tabIndex"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-tabindex">tabIndex</a></code>, |
| 2139 | + <code class="external" title="dom-accessKey"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-accesskey">accessKey</a></code>, |
| 2140 | + |
| 2141 | + <code class="external" title="dom-contentEditable"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-contenteditable">contentEditable</a></code>, |
2142 | 2142 |
|
2143 | 2143 | <code class="external" title="dom-spellcheck"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-spellcheck">spellcheck</a></code> and |
2144 | 2144 | <code class="external" title="dom-style"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-style">style</a></code> reflect content |
|
0 commit comments