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

Commit f788779

Browse files
committed
Remove things not in HTML5
1 parent 13cfa60 commit f788779

File tree

3 files changed

+53
-56
lines changed

3 files changed

+53
-56
lines changed

Overview.html

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<div class="not-whatwg">
4040
<h1>HTML5 Differences from HTML4</h1>
41-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 15 October 2014</h2>
41+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 28 October 2014</h2>
4242
</div>
4343

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

111-
<p>This is the 15 October 2014 Editor's Draft produced by the
111+
<p>This is the 28 October 2014 Editor's Draft produced by the
112112
<a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
113113
<a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
114114
Working Group intends to publish this document as a
@@ -696,10 +696,6 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
696696
<li><p>The <code class="external"><a href="https://html.spec.whatwg.org/multipage/forms.html#the-input-element">input</a></code> element also has the new
697697
<code class="external" title="attr-input-minlength"><a href="https://html.spec.whatwg.org/multipage/forms.html#attr-input-minlength">minlength</a></code> attribute.
698698

699-
<li><p>The <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-style-element">style</a></code> element has a new <code class="external" title="attr-style-scoped"><a href="https://html.spec.whatwg.org/multipage/semantics.html#attr-style-scoped">scoped</a></code>
700-
attribute which can be used to enable scoped style sheets. Style rules
701-
within such a <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-style-element">style</a></code> element only apply to the local tree.
702-
703699
<li><p>The <code class="external"><a href="https://html.spec.whatwg.org/multipage/scripting.html#the-script-element">script</a></code> element has a new attribute called
704700
<code class="external" title="attr-script-async"><a href="https://html.spec.whatwg.org/multipage/scripting.html#attr-script-async">async</a></code> that influences script loading and execution.
705701

@@ -717,8 +713,9 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
717713
<code class="external" title="attr-ol-reversed"><a href="https://html.spec.whatwg.org/multipage/semantics.html#attr-ol-reversed">reversed</a></code>. When present, it indicates that the list order
718714
is descending.
719715

720-
<li><p>The <code class="external"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-iframe-element">iframe</a></code> element has three new attributes called
721-
<code class="external" title="attr-iframe-sandbox"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#attr-iframe-sandbox">sandbox</a></code>, <code class="external" title="attr-iframe-seamless"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#attr-iframe-seamless">seamless</a></code>, and <code class="external" title="attr-iframe-srcdoc"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#attr-iframe-srcdoc">srcdoc</a></code>
716+
<li><p>The <code class="external"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-iframe-element">iframe</a></code> element has new attributes called
717+
<code class="external" title="attr-iframe-sandbox"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#attr-iframe-sandbox">sandbox</a></code>
718+
and <code class="external" title="attr-iframe-srcdoc"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#attr-iframe-srcdoc">srcdoc</a></code>
722719
which allow for sandboxing content, e.g. blog comments.</li>
723720

724721
<li><p>The <code class="external"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-object-element">object</a></code> element has a new attribute called <code class="external" title="attr-object-typemustmatch"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#attr-object-typemustmatch">typemustmatch</a></code> which allows safer embedding of external resources.
@@ -1255,8 +1252,7 @@ <h3 id="changed-elements"><span class="secno">3.3 </span>Changed Elements</h3>
12551252
an image map. The element represents its children.
12561253
-->
12571254

1258-
<li><p>The <code class="external"><a href="https://html.spec.whatwg.org/multipage/forms.html#the-menu-element">menu</a></code> element is redefined to
1259-
be useful for toolbars and popup menus.</li>
1255+
12601256

12611257
<!--
12621258
META
@@ -1736,13 +1732,14 @@ <h3 id="obsolete-attributes"><span class="secno">3.6 </span>Obsolete Attributes<
17361732
on what you can use instead.</p>
17371733

17381734
<ul>
1739-
<li><p><code class="external" title="attr-a-rev"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-a-rev">rev</a></code> and <code class="external" title="attr-a-charset"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-a-charset">charset</a></code> attributes on
1735+
<li><p><code class="not-whatwg" title="">rev</code>
1736+
and <code class="external" title="attr-a-charset"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-a-charset">charset</a></code> attributes on
17401737
<code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-link-element">link</a></code> and <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-a-element">a</a></code>.
17411738

17421739
<li><p><code class="external" title="attr-a-shape"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-a-shape">shape</a></code> and <code class="external" title="attr-a-coords"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-a-coords">coords</a></code> attributes on
17431740
<code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-a-element">a</a></code>.
17441741

1745-
<li><p><code class="external" title="attr-iframe-longdesc"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-iframe-longdesc">longdesc</a></code> attribute on
1742+
<li><p><code class="not-whatwg" title="">longdesc</code> attribute on
17461743

17471744
<code class="external"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-iframe-element">iframe</a></code>.
17481745

@@ -1769,7 +1766,7 @@ <h3 id="obsolete-attributes"><span class="secno">3.6 </span>Obsolete Attributes<
17691766
<li><p><code class="external" title="attr-tdth-axis"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-tdth-axis">axis</a></code>
17701767
attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/tables.html#the-td-element">td</a></code> and <code class="external"><a href="https://html.spec.whatwg.org/multipage/tables.html#the-th-element">th</a></code>.
17711768

1772-
<li><p><code class="external" title="attr-td-abbr"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-td-abbr">abbr</a></code> and
1769+
<li><p><code class="not-whatwg" title="">abbr</code> and
17731770
<code class="external" title="attr-td-scope"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-td-scope">scope</a></code> attributes on
17741771
<code class="external"><a href="https://html.spec.whatwg.org/multipage/tables.html#the-td-element">td</a></code>.
17751772

@@ -1816,7 +1813,8 @@ <h3 id="obsolete-attributes"><span class="secno">3.6 </span>Obsolete Attributes<
18161813

18171814
<li><p><code class="external" title="attr-br-clear"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-br-clear">clear</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-br-element">br</a></code>.
18181815

1819-
<li><p><code class="external" title="attr-dl-compact"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-dl-compact">compact</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-dl-element">dl</a></code>, <code class="external"><a href="https://html.spec.whatwg.org/multipage/forms.html#the-menu-element">menu</a></code>,
1816+
<li><p><code class="external" title="attr-dl-compact"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-dl-compact">compact</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-dl-element">dl</a></code>,
1817+
18201818
<code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-ol-element">ol</a></code> and <code class="external"><a href="https://html.spec.whatwg.org/multipage/semantics.html#the-ul-element">ul</a></code>.
18211819

18221820
<li><p><code class="external" title="attr-table-frame"><a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-table-frame">frame</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/tables.html#the-table-element">table</a></code>.
@@ -2035,7 +2033,7 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>
20352033

20362034
<li><p>An API to schedule timer-based callbacks (<code class="external" title="dom-windowtimers-settimeout"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-windowtimers-settimeout">setTimeout()</a></code> and <code class="external" title="dom-windowtimers-setinterval"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-windowtimers-setinterval">setInterval()</a></code>).
20372035

2038-
<li><p>An API to prompt the user (<code class="external" title="dom-alert"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-alert">alert()</a></code>, <code class="external" title="dom-confirm"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-confirm">confirm()</a></code>, <code class="external" title="dom-prompt"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-prompt">prompt()</a></code>, <code class="external" title="dom-showmodaldialog"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-showmodaldialog">showModalDialog()</a></code>).
2036+
<li><p>An API to prompt the user (<code class="external" title="dom-alert"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-alert">alert()</a></code>, <code class="external" title="dom-confirm"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-confirm">confirm()</a></code>, <code class="external" title="dom-prompt"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-prompt">prompt()</a></code>).
20392037

20402038
<li><p>An API for printing the document (<code class="external" title="dom-print"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#dom-print">print()</a></code>).
20412039

@@ -2111,7 +2109,7 @@ <h3 id="document-extensions"><span class="secno">5.3 </span>Extensions to
21112109
help resource metadata management.
21122110

21132111
<li><p><code class="external" title="dom-document-dir"><a href="https://html.spec.whatwg.org/multipage/dom.html#dom-document-dir">dir</a></code>,
2114-
<code class="external" title="dom-document-head"><a href="https://html.spec.whatwg.org/multipage/dom.html#dom-document-head">head</a></code>, <code class="external" title="dom-document-embeds"><a href="https://html.spec.whatwg.org/multipage/dom.html#dom-document-embeds">embeds</a></code>, <code class="external" title="dom-document-plugins"><a href="https://html.spec.whatwg.org/multipage/dom.html#dom-document-plugins">plugins</a></code>, <code class="external" title="dom-document-scripts"><a href="https://html.spec.whatwg.org/multipage/dom.html#dom-document-scripts">scripts</a></code>, <code class="external" title="dom-document-commands"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-document-commands">commands</a></code>, and a
2112+
<code class="external" title="dom-document-head"><a href="https://html.spec.whatwg.org/multipage/dom.html#dom-document-head">head</a></code>, <code class="external" title="dom-document-embeds"><a href="https://html.spec.whatwg.org/multipage/dom.html#dom-document-embeds">embeds</a></code>, <code class="external" title="dom-document-plugins"><a href="https://html.spec.whatwg.org/multipage/dom.html#dom-document-plugins">plugins</a></code>, <code class="external" title="dom-document-scripts"><a href="https://html.spec.whatwg.org/multipage/dom.html#dom-document-scripts">scripts</a></code>, and a
21152113
generic name getter, to access various parts of the DOM tree.
21162114

21172115
<li><p><code class="external" title="dom-document-activeElement"><a href="https://html.spec.whatwg.org/multipage/interaction.html#dom-document-activeelement">activeElement</a></code> and <code class="external" title="dom-document-hasFocus"><a href="https://html.spec.whatwg.org/multipage/interaction.html#dom-document-hasfocus">hasFocus</a></code> to
@@ -2165,11 +2163,6 @@ <h3 id="htmlelement-extensions"><span class="secno">5.4 </span>Extensions to <co
21652163
<li><p><code class="external" title="dom-isContentEditable"><a href="https://html.spec.whatwg.org/multipage/interaction.html#dom-iscontenteditable">isContentEditable</a></code> returns true if the
21662164
element is editable.
21672165

2168-
<li><p><code class="external" title="dom-forcespellcheck"><a href="https://html.spec.whatwg.org/multipage/interaction.html#dom-forcespellcheck">forceSpellCheck()</a></code> causes the user agent to check spelling of an element.
2169-
2170-
<li><p><code class="external" title="dom-command-ro-commandType"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-command-ro-commandtype">commandType</a></code>, <code class="external" title="dom-command-ro-commandLabel"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-command-ro-commandlabel">commandLabel</a></code>, <code class="external" title="dom-command-ro-commandIcon"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-command-ro-commandicon">commandIcon</a></code>, <code class="external" title="dom-command-ro-commandHidden"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-command-ro-commandhidden">commandHidden</a></code>, <code class="external" title="dom-command-ro-commandDisabled"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-command-ro-commanddisabled">commandDisabled</a></code> and <code class="external" title="dom-command-ro-commandChecked"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-command-ro-commandchecked">commandChecked</a></code> is
2171-
part of the command API.
2172-
21732166
<li><p>All event handler IDL attributes.
21742167
</ul>
21752168

@@ -2204,9 +2197,7 @@ <h3 id="other-extensions"><span class="secno">5.5 </span>Extensions to Other Int
22042197

22052198
<li><p><code class="external"><a href="https://html.spec.whatwg.org/multipage/forms.html#htmlformelement">HTMLFormElement</a></code> now has a named
22062199
getter and an indexed getter,
2207-
as well as the <code class="external" title="dom-form-checkvalidity"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-form-checkvalidity">checkValidity()</a></code>,
2208-
<code class="external" title="dom-form-reportvalidity"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-form-reportvalidity">reportValidity()</a></code> and
2209-
<code class="external" title="dom-form-requestautocomplete"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-form-requestautocomplete">requestAutocomplete()</a></code> methods.
2200+
as well as the <code class="external" title="dom-form-checkvalidity"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-form-checkvalidity">checkValidity()</a></code><span class="not-whatwg"> method</span>.
22102201

22112202
<li><p><code class="external"><a href="https://html.spec.whatwg.org/multipage/forms.html#htmlselectelement">HTMLSelectElement</a></code> now has a
22122203
getter, <code class="external" title="dom-select-item"><a href="https://html.spec.whatwg.org/multipage/forms.html#dom-select-item">item()</a></code>

0 commit comments

Comments
 (0)