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

Commit 0bd1790

Browse files
committed
Remove W3C DnD, change status to WD
1 parent 6c4b3e1 commit 0bd1790

File tree

5 files changed

+41
-32
lines changed

5 files changed

+41
-32
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Overview.whatwg.html: Overview.src.html ../xref Makefile
1515
tr: Overview.src.html ../xref Makefile
1616
$(ANOLIS) --omit-optional-tags --quote-attr-values \
1717
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="html5-diff" \
18-
--filter=".not-tr, .not-w3c" --xref="../xref" --pubdate="$(PUBDATE)" --w3c-status=NOTE \
18+
--filter=".not-tr, .not-w3c" --xref="../xref" --pubdate="$(PUBDATE)" --w3c-status=WD \
1919
$< TR.html

Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<div class="not-whatwg">
3737
<h1>HTML5 Differences from HTML4</h1>
38-
<p id="w3c-doctype">Editor's Draft 28 August 2014</p>
38+
<p id="w3c-doctype">Editor's Draft 29 August 2014</p>
3939
</div>
4040

4141
<dl>
@@ -105,7 +105,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
105105
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
106106
at http://www.w3.org/TR/.</i></p>
107107

108-
<p>This is the 28 August 2014 Editor's Draft produced by the
108+
<p>This is the 29 August 2014 Editor's Draft produced by the
109109
<a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
110110
<a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
111111
Working Group intends to publish this document as a
@@ -748,9 +748,6 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
748748
the Web page or application itself. They are <em>not</em> intended for
749749
data to be consumed by other parties (e.g. user agents).
750750

751-
<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
752-
the new drag &amp; drop API.
753-
754751
<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>
755752
attribute indicates that an element is not yet, or is no longer, relevant.
756753

@@ -2020,8 +2017,7 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>
20202017
<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>
20212018
attribute.</li>
20222019

2023-
<li><p>Drag &amp; 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>
2024-
attribute.</li>
2020+
20252021

20262022
<li><p>An API that exposes the components of the document's URL and allows
20272023
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).
@@ -2139,7 +2135,11 @@ <h3 id="htmlelement-extensions"><span class="secno">5.4 </span>Extensions to <co
21392135

21402136
<ul>
21412137
<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>,
2142-
<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>,
2138+
<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>,
2139+
<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>,
2140+
<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>,
2141+
2142+
<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>,
21432143

21442144
<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
21452145
<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

Overview.src.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ <h3 id="new-attributes">New Attributes</h3>
812812
the Web page or application itself. They are <em>not</em> intended for
813813
data to be consumed by other parties (e.g. user agents).
814814

815-
<li><p>The <code data-anolis-spec=html
815+
<li class=not-w3c><p>The <code data-anolis-spec=html
816816
title=attr-draggable>draggable</code> and <code data-anolis-spec=html
817817
title=attr-dropzone>dropzone</code> attributes can be used together with
818818
the new drag &amp; drop API.
@@ -2179,7 +2179,7 @@ <h3 id="new-apis">New APIs</h3>
21792179
data-anolis-spec=html title=attr-contenteditable>contenteditable</code>
21802180
attribute.</li>
21812181

2182-
<li><p>Drag &amp; drop API in combination with a <code
2182+
<li class=not-w3c><p>Drag &amp; drop API in combination with a <code
21832183
data-anolis-spec=html title=attr-draggable>draggable</code>
21842184
attribute.</li>
21852185

@@ -2390,12 +2390,14 @@ <h3 id="htmlelement-extensions">Extensions to <code>HTMLElement</code></h3>
23902390

23912391
<ul>
23922392
<li><p><code data-anolis-spec=html title=dom-translate>translate</code>,
2393-
<code data-anolis-spec=html title=dom-hidden>hidden</code>, <code
2394-
data-anolis-spec=html title=dom-tabIndex>tabIndex</code>, <code
2395-
data-anolis-spec=html title=dom-accessKey>accessKey</code>, <code
2396-
data-anolis-spec=html title=dom-draggable>draggable</code>, <code
2397-
data-anolis-spec=html title=dom-dropzone>dropzone</code>, <code
2398-
data-anolis-spec=html title=dom-contentEditable>contentEditable</code>,
2393+
<code data-anolis-spec=html title=dom-hidden>hidden</code>,
2394+
<code data-anolis-spec=html title=dom-tabIndex>tabIndex</code>,
2395+
<code data-anolis-spec=html title=dom-accessKey>accessKey</code>,
2396+
<span class=not-w3c>
2397+
<code data-anolis-spec=html title=dom-draggable>draggable</code>,
2398+
<code data-anolis-spec=html title=dom-dropzone>dropzone</code>,
2399+
</span>
2400+
<code data-anolis-spec=html title=dom-contentEditable>contentEditable</code>,
23992401
<span title class=not-w3c><code data-anolis-spec=html title=dom-contextMenu>contextMenu</code>,</span>
24002402
<code data-anolis-spec=html title=dom-spellcheck>spellcheck</code> and
24012403
<code data-anolis-spec=html title=dom-style>style</code> reflect content

Overview.whatwg.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<hgroup class="not-w3c">
2626
<h1>Differences from HTML4</h1>
27-
<h2 class="no-num no-toc">Living Document — Last Updated 28 August 2014</h2>
27+
<h2 class="no-num no-toc">Living Document — Last Updated 29 August 2014</h2>
2828
</hgroup>
2929

3030

@@ -83,7 +83,7 @@ <h2 class="no-num no-toc">Living Document — Last Updated 28 August 2014</h2>
8383
<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>
8484
To the extent possible under law, the editors have waived all copyright and
8585
related or neighboring rights to this work. In addition, as of
86-
28 August 2014, the editors have made this specification available
86+
29 August 2014, the editors have made this specification available
8787
under the
8888
<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>,
8989
which is available at
@@ -784,7 +784,7 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
784784
the Web page or application itself. They are <em>not</em> intended for
785785
data to be consumed by other parties (e.g. user agents).
786786

787-
<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
787+
<li class="not-w3c"><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
788788
the new drag &amp; drop API.
789789

790790
<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>
@@ -2064,7 +2064,7 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>
20642064
<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>
20652065
attribute.</li>
20662066

2067-
<li><p>Drag &amp; 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>
2067+
<li class="not-w3c"><p>Drag &amp; 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>
20682068
attribute.</li>
20692069

20702070
<li><p>An API that exposes the components of the document's URL and allows
@@ -2207,7 +2207,14 @@ <h3 id="htmlelement-extensions"><span class="secno">5.4 </span>Extensions to <co
22072207

22082208
<ul>
22092209
<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>,
2210-
<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>,
2210+
<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>,
2211+
<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>,
2212+
<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>,
2213+
<span class="not-w3c">
2214+
<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>,
2215+
<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>,
2216+
</span>
2217+
<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>,
22112218
<span class="not-w3c" title=""><code class="external" title="dom-contextMenu"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-contextmenu">contextMenu</a></code>,</span>
22122219
<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
22132220
<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

TR.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<style>
1414
.bad { color: gray; }
1515
</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">
1717

1818
</head>
1919
<body>
@@ -35,12 +35,12 @@
3535

3636
<div class="not-whatwg">
3737
<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>
3939
</div>
4040

4141
<dl>
4242
<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>
4444
<dt class="not-draft">Latest Version:</dt>
4545
<dd class="not-draft"><a href="http://www.w3.org/TR/html5-diff/">http://www.w3.org/TR/html5-diff/</a></dd>
4646

@@ -104,7 +104,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
104104
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
105105
at http://www.w3.org/TR/.</i></p>
106106

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
108108
<a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
109109
<a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
110110
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>
747747
the Web page or application itself. They are <em>not</em> intended for
748748
data to be consumed by other parties (e.g. user agents).
749749

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 &amp; drop API.
752-
753750
<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>
754751
attribute indicates that an element is not yet, or is no longer, relevant.
755752

@@ -2019,8 +2016,7 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>
20192016
<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>
20202017
attribute.</li>
20212018

2022-
<li><p>Drag &amp; 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+
20242020

20252021
<li><p>An API that exposes the components of the document's URL and allows
20262022
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
21382134

21392135
<ul>
21402136
<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>,
21422142

21432143
<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
21442144
<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

Comments
 (0)