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

Commit 1f8778b

Browse files
committed
Mention <form accept> and <input usemap>. Move discouraged attributes from Changed to Obsolete. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23335
1 parent bc171e3 commit 1f8778b

File tree

3 files changed

+54
-38
lines changed

3 files changed

+54
-38
lines changed

Overview.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<div class="not-whatwg">
3232
<h1>Differences from HTML4</h1>
33-
<p id="w3c-doctype">Editor's Draft 5 August 2013</p>
33+
<p id="w3c-doctype">Editor's Draft 27 September 2013</p>
3434
</div>
3535

3636
<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 5 August 2013 Editor's Draft produced by the
108+
<p>This is the 27 September 2013 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
@@ -1864,6 +1864,10 @@ <h3 id="obsolete-attributes"><span class="secno">3.6 </span>Obsolete Attributes<
18641864
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-td-element">td</a></code>.
18651865

18661866
<li><p><code class="external" title="attr-table-summary"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-summary">summary</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code>.
1867+
1868+
<li><p><code class="external" title="attr-form-accept"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-form-accept">accept</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element">form</a></code>.
1869+
1870+
<li><p><code class="external" title="attr-input-usemap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-input-usemap">usemap</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>.
18671871
</ul>
18681872

18691873
<p>In addition, HTML has none of the presentational attributes
@@ -3245,7 +3249,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
32453249
Dennis German,
32463250
Frank Ellermann,
32473251
Frank Palinkas,
3248-
Futomi Hatano<!-- 羽田野太巳 -->,
3252+
羽田野太巳 (Futomi Hatano),
32493253
Gordon P. Hemsley,
32503254
Henri Sivonen,
32513255
James Graham,
@@ -3273,8 +3277,9 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
32733277
Randy Peterman,
32743278
Steve Faulkner,
32753279
Toby Inkster,
3276-
Xaxio Brandish, and
3277-
Yngve Spjeld Landro
3280+
Xaxio Brandish,
3281+
Yngve Spjeld Landro and
3282+
Zhong Yu
32783283

32793284
for their contributions to this document as well as to all the people
32803285
who have contributed to HTML over the years for improving the Web!
@@ -3313,7 +3318,7 @@ <h2 class="no-num" id="references">References</h2>
33133318
<dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>. Mozilla.
33143319

33153320
<dt id="refsSELECTORS">[SELECTORS]
3316-
<dd><cite><a href="http://dev.w3.org/csswg/selectors4/">Selectors</a></cite>, Elika J. Etemad. W3C.
3321+
<dd><cite><a href="http://dev.w3.org/csswg/selectors/">Selectors</a></cite>, Elika J. Etemad and Tab Atkins Jr.. W3C.
33173322

33183323
<dt id="refsXHTML1">[XHTML1]
33193324
<dd><cite><a href="http://www.w3.org/TR/xhtml11/">XHTML™ 1.1 - Module-based XHTML - Second Edition</a></cite>, Murray Altheim and Shane McCarron.

Overview.src.html

Lines changed: 32 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,29 +1745,6 @@ <h3 id="changed-attributes">Changed Attributes</h3>
17451745

17461746
</ul>
17471747

1748-
<p>The following attributes are allowed but Web developers are discouraged from
1749-
using them and instead strongly encouraged to use an alternative solution:</p>
1750-
1751-
<ul>
1752-
<li><p>The <code data-anolis-spec=html title=attr-img-border>border</code>
1753-
attribute on <code data-anolis-spec=html>img</code>. It is required to have
1754-
the value "<code>0</code>" when present. Web developers can use CSS
1755-
instead.</p></li>
1756-
1757-
<li><p>The <code data-anolis-spec=html
1758-
title=attr-script-language>language</code> attribute on <code
1759-
data-anolis-spec=html>script</code>. It is required to have the value
1760-
"<code>JavaScript</code>" (case-insensitive) when present and cannot
1761-
conflict with the <code data-anolis-spec=html
1762-
title=attr-script-type>type</code> attribute. Web developers can simply omit it as
1763-
it has no useful function.</p></li>
1764-
1765-
<li><p>The <code data-anolis-spec=html
1766-
title=attr-a-name>name</code> attribute on <code
1767-
data-anolis-spec=html>a</code>. Web developers can use the <code
1768-
data-anolis-spec=html>id</code> attribute instead.</p></li>
1769-
</ul>
1770-
17711748

17721749
<h3 id="obsolete-elements">Obsolete Elements</h3>
17731750

@@ -1873,6 +1850,10 @@ <h3 id="obsolete-attributes">Obsolete Attributes</h3>
18731850
<code data-anolis-spec=html>td</code>.
18741851

18751852
<li><p><code data-anolis-spec=html title=attr-table-summary>summary</code> attribute on <code data-anolis-spec=html>table</code>.
1853+
1854+
<li><p><code data-anolis-spec=html title=attr-form-accept>accept</code> attribute on <code data-anolis-spec=html>form</code>.
1855+
1856+
<li><p><code data-anolis-spec=html title=attr-input-usemap>usemap</code> attribute on <code data-anolis-spec=html>input</code>.
18761857
</ul>
18771858

18781859
<p>In addition, HTML has none of the presentational attributes
@@ -1949,6 +1930,30 @@ <h3 id="obsolete-attributes">Obsolete Attributes</h3>
19491930
and <code data-anolis-spec=html>pre</code>.
19501931
</ul>
19511932

1933+
<p>The following attributes are allowed but Web developers are discouraged from
1934+
using them and instead strongly encouraged to use an alternative solution:</p>
1935+
1936+
<ul>
1937+
<li><p>The <code data-anolis-spec=html title=attr-img-border>border</code>
1938+
attribute on <code data-anolis-spec=html>img</code>. It is required to have
1939+
the value "<code>0</code>" when present. Web developers can use CSS
1940+
instead.</p></li>
1941+
1942+
<li><p>The <code data-anolis-spec=html
1943+
title=attr-script-language>language</code> attribute on <code
1944+
data-anolis-spec=html>script</code>. It is required to have the value
1945+
"<code>JavaScript</code>" (case-insensitive) when present and cannot
1946+
conflict with the <code data-anolis-spec=html
1947+
title=attr-script-type>type</code> attribute. Web developers can simply omit it as
1948+
it has no useful function.</p></li>
1949+
1950+
<li><p>The <code data-anolis-spec=html
1951+
title=attr-a-name>name</code> attribute on <code
1952+
data-anolis-spec=html>a</code>. Web developers can use the <code
1953+
data-anolis-spec=html>id</code> attribute instead.</p></li>
1954+
</ul>
1955+
1956+
19521957
<h2 id="content-model">Content Model</h2>
19531958

19541959
<p>The content model is what defines how elements may be nested &mdash; what is
@@ -3441,7 +3446,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
34413446
Dennis German,
34423447
Frank Ellermann,
34433448
Frank Palinkas,
3444-
Futomi Hatano<!-- 羽田野太巳 -->,
3449+
&#x7FBD;&#x7530;&#x91CE;&#x592A;&#x5DF3; (Futomi Hatano),
34453450
Gordon P. Hemsley,
34463451
Henri Sivonen,
34473452
James Graham,
@@ -3469,8 +3474,9 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
34693474
Randy Peterman,
34703475
Steve Faulkner,
34713476
Toby Inkster,
3472-
Xaxio Brandish, and
3473-
Yngve Spjeld Landro
3477+
Xaxio Brandish,
3478+
Yngve Spjeld Landro and
3479+
Zhong Yu
34743480

34753481
for their contributions to this document as well as to all the people
34763482
who have contributed to HTML over the years for improving the Web!

Overview.whatwg.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<hgroup class="not-w3c">
2121
<h1>Differences from HTML4</h1>
22-
<h2 class="no-num no-toc">Living Document — Last Updated 5 August 2013</h2>
22+
<h2 class="no-num no-toc">Living Document — Last Updated 27 September 2013</h2>
2323
</hgroup>
2424

2525

@@ -77,7 +77,7 @@ <h2 class="no-num no-toc">Living Document — Last Updated 5 August 2013</h2>
7777
<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>
7878
To the extent possible under law, the editors have waived all copyright and
7979
related or neighboring rights to this work. In addition, as of
80-
5 August 2013, the editors have made this specification available
80+
27 September 2013, the editors have made this specification available
8181
under the
8282
<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>,
8383
which is available at
@@ -1827,6 +1827,10 @@ <h3 id="obsolete-attributes"><span class="secno">3.6 </span>Obsolete Attributes<
18271827
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-td-element">td</a></code>.
18281828

18291829
<li><p><code class="external" title="attr-table-summary"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-summary">summary</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code>.
1830+
1831+
<li><p><code class="external" title="attr-form-accept"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-form-accept">accept</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element">form</a></code>.
1832+
1833+
<li><p><code class="external" title="attr-input-usemap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-input-usemap">usemap</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>.
18301834
</ul>
18311835

18321836
<p>In addition, HTML has none of the presentational attributes
@@ -3208,7 +3212,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
32083212
Dennis German,
32093213
Frank Ellermann,
32103214
Frank Palinkas,
3211-
Futomi Hatano<!-- 羽田野太巳 -->,
3215+
羽田野太巳 (Futomi Hatano),
32123216
Gordon P. Hemsley,
32133217
Henri Sivonen,
32143218
James Graham,
@@ -3236,8 +3240,9 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
32363240
Randy Peterman,
32373241
Steve Faulkner,
32383242
Toby Inkster,
3239-
Xaxio Brandish, and
3240-
Yngve Spjeld Landro
3243+
Xaxio Brandish,
3244+
Yngve Spjeld Landro and
3245+
Zhong Yu
32413246

32423247
for their contributions to this document as well as to all the people
32433248
who have contributed to HTML over the years for improving the Web!
@@ -3276,7 +3281,7 @@ <h2 class="no-num" id="references">References</h2>
32763281
<dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>. Mozilla.
32773282

32783283
<dt id="refsSELECTORS">[SELECTORS]
3279-
<dd><cite><a href="http://dev.w3.org/csswg/selectors4/">Selectors</a></cite>, Elika J. Etemad. W3C.
3284+
<dd><cite><a href="http://dev.w3.org/csswg/selectors/">Selectors</a></cite>, Elika J. Etemad and Tab Atkins Jr.. W3C.
32803285

32813286
<dt id="refsXHTML1">[XHTML1]
32823287
<dd><cite><a href="http://www.w3.org/TR/xhtml11/">XHTML™ 1.1 - Module-based XHTML - Second Edition</a></cite>, Murray Altheim and Shane McCarron.

0 commit comments

Comments
 (0)