[html5] r7325 - [e] (0) Remove an unnecessary and confusing conformance statement. Affected topi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 6 21:07:50 PDT 2012
Author: ianh
Date: 2012-09-06 21:07:48 -0700 (Thu, 06 Sep 2012)
New Revision: 7325
Modified:
complete.html
index
source
Log:
[e] (0) Remove an unnecessary and confusing conformance statement.
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2012-09-07 04:02:41 UTC (rev 7324)
+++ complete.html 2012-09-07 04:07:48 UTC (rev 7325)
@@ -246,7 +246,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 6 September 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 7 September 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -4188,23 +4188,22 @@
</ul><p>This specification sometimes uses the term <dfn title="">name</dfn> to refer to the event's <code title=dom-event-type>type</code>; as in, "an event named <code title="">click</code>" or "if the event name is <code title="">keypress</code>". The terms "name" and "type" for events
are synonymous.</p>
- <p>In addition, user agents must implement the features defined in
- the DOM Parsing and Serialization specification, HTML
- Editing APIs, and UndoManager and DOM Transaction specifications
- that apply to their conformance class.
- <a href=#refsDOMPARSING>[DOMPARSING]</a>
+ <p>The following features are defined in the DOM Parsing and
+ Serialization specification: <a href=#refsDOMPARSING>[DOMPARSING]</a></p>
+
+ <ul class=brief><li><dfn id=dom-innerhtml title=dom-innerHTML><code>innerHTML</code></dfn></li>
+ <li><dfn id=dom-outerhtml title=dom-outerHTML><code>outerHTML</code></dfn></li>
+ </ul><p class=note>User agents are also encouraged to implement the
+ features described in the <cite>HTML Editing APIs</cite> and
+ <cite><code>UndoManager</code> and DOM Transaction</cite>
+ specifications.
<a href=#refsEDITING>[EDITING]</a>
<a href=#refsUNDO>[UNDO]</a>
</p>
- <p>The following features are defined in the DOM Parsing and
- Serialization specification: <a href=#refsDOMPARSING>[DOMPARSING]</a></p>
+ </dd>
- <ul class=brief><li><dfn id=dom-innerhtml title=dom-innerHTML>innerHTML</dfn></li>
- <li><dfn id=dom-outerhtml title=dom-outerHTML>outerHTML</dfn></li>
- </ul></dd>
-
<dt>Typed Arrays</dt>
<dd>
Modified: index
===================================================================
--- index 2012-09-07 04:02:41 UTC (rev 7324)
+++ index 2012-09-07 04:07:48 UTC (rev 7325)
@@ -246,7 +246,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 6 September 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 7 September 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -4188,23 +4188,22 @@
</ul><p>This specification sometimes uses the term <dfn title="">name</dfn> to refer to the event's <code title=dom-event-type>type</code>; as in, "an event named <code title="">click</code>" or "if the event name is <code title="">keypress</code>". The terms "name" and "type" for events
are synonymous.</p>
- <p>In addition, user agents must implement the features defined in
- the DOM Parsing and Serialization specification, HTML
- Editing APIs, and UndoManager and DOM Transaction specifications
- that apply to their conformance class.
- <a href=#refsDOMPARSING>[DOMPARSING]</a>
+ <p>The following features are defined in the DOM Parsing and
+ Serialization specification: <a href=#refsDOMPARSING>[DOMPARSING]</a></p>
+
+ <ul class=brief><li><dfn id=dom-innerhtml title=dom-innerHTML><code>innerHTML</code></dfn></li>
+ <li><dfn id=dom-outerhtml title=dom-outerHTML><code>outerHTML</code></dfn></li>
+ </ul><p class=note>User agents are also encouraged to implement the
+ features described in the <cite>HTML Editing APIs</cite> and
+ <cite><code>UndoManager</code> and DOM Transaction</cite>
+ specifications.
<a href=#refsEDITING>[EDITING]</a>
<a href=#refsUNDO>[UNDO]</a>
</p>
- <p>The following features are defined in the DOM Parsing and
- Serialization specification: <a href=#refsDOMPARSING>[DOMPARSING]</a></p>
+ </dd>
- <ul class=brief><li><dfn id=dom-innerhtml title=dom-innerHTML>innerHTML</dfn></li>
- <li><dfn id=dom-outerhtml title=dom-outerHTML>outerHTML</dfn></li>
- </ul></dd>
-
<dt>Typed Arrays</dt>
<dd>
Modified: source
===================================================================
--- source 2012-09-07 04:02:41 UTC (rev 7324)
+++ source 2012-09-07 04:07:48 UTC (rev 7325)
@@ -3135,24 +3135,23 @@
title="">keypress</code>". The terms "name" and "type" for events
are synonymous.</p>
- <p>In addition, user agents must implement the features defined in
- the DOM Parsing and Serialization specification, HTML
- Editing APIs, and UndoManager and DOM Transaction specifications
- that apply to their conformance class.
- <a href="#refsDOMPARSING">[DOMPARSING]</a>
- <a href="#refsEDITING">[EDITING]</a>
- <a href="#refsUNDO">[UNDO]</a>
- </p>
-
<p>The following features are defined in the DOM Parsing and
Serialization specification: <a
href="#refsDOMPARSING">[DOMPARSING]</a></p>
<ul class="brief">
- <li><dfn title="dom-innerHTML">innerHTML</dfn></li>
- <li><dfn title="dom-outerHTML">outerHTML</dfn></li>
+ <li><dfn title="dom-innerHTML"><code>innerHTML</code></dfn></li>
+ <li><dfn title="dom-outerHTML"><code>outerHTML</code></dfn></li>
</ul>
+ <p class="note">User agents are also encouraged to implement the
+ features described in the <cite>HTML Editing APIs</cite> and
+ <cite><code>UndoManager</code> and DOM Transaction</cite>
+ specifications.
+ <a href="#refsEDITING">[EDITING]</a>
+ <a href="#refsUNDO">[UNDO]</a>
+ </p>
+
</dd>
More information about the Commit-Watchers
mailing list