- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 05:28:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv13965
Modified Files:
Overview.html Overview.src.html
Log Message:
Provide a way to mutate the DOM into an infoset. (Bug 5808) (credit: hs) (whatwg r1907)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -d -r1.325 -r1.326
--- Overview.html 23 Jul 2008 02:10:02 -0000 1.325
+++ Overview.html 23 Jul 2008 05:28:14 -0000 1.326
@@ -36,7 +36,7 @@
of the changes without necessarily needing to read the
specification itself.</p>
<div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
- <b>2008-07-23T11:07:37+09:00</b>.</p></div></div>
+ <b>2008-07-23T14:23:53+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -223,11 +223,11 @@
</li>
</ul>
</li>
-<li id="syntax_wd2-toc"><a href="#syntax_wd2">Section 9, The HTML syntax</a>
+<li id="syntax_wd2-toc"><a href="#syntax_wd2">Section 8, The HTML syntax</a>
<ul>
-<li id="writing0_wd2-toc"><a href="#writing0_wd2">Section 9.1, Writing HTML documents</a>
+<li id="writing0_wd2-toc"><a href="#writing0_wd2">Section 8.1, Writing HTML documents</a>
</li>
-<li id="parsing_wd2-toc"><a href="#parsing_wd2">Section 9.2, Parsing HTML documents</a>
+<li id="parsing_wd2-toc"><a href="#parsing_wd2">Section 8.2, Parsing HTML documents</a>
</li>
</ul>
</li>
@@ -609,6 +609,8 @@
URL manipulation
and related URL decomposition attributes, and specifies
URL parsing rules for user agents.</li>
+ <li>Text specifying how to “coerce an HTML DOM into an
+ infoset” was added to the HTML parsing algorithm.</li>
<li>The <a href="http://www.w3.org/TR/html5/single-page/#effective3">origin of a resource and the effective
script origin of a resource</a> are now defined as
being allowed to include “extra data”, such as the
@@ -2604,11 +2606,11 @@
</div>
</div>
<div id="syntax_wd2" class="section">
- <h2>Section 9, The HTML syntax <a class="hash" href="#syntax_wd2">#</a> <a class="toc-bak" href="#syntax_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#syntax">Section 9, The HTML syntax</a>” in the
+ <h2>Section 8, The HTML syntax <a class="hash" href="#syntax_wd2">#</a> <a class="toc-bak" href="#syntax_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#syntax">Section 8, The HTML syntax</a>” in the
current “Editor’s Draft”
version of the specification.</p><p class="spec-link">View
- “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#syntax">Section 9, The HTML syntax</a>”
+ “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#syntax">Section 8, The HTML syntax</a>”
in a
diff-marked version of the specification, showing
changes made between
@@ -2619,11 +2621,11 @@
<code>text/html</code> serialization of the HTML language,
as well as rules for parsing and serializing it.</p>
<div id="writing0_wd2" class="section">
- <h2>Section 9.1, Writing HTML documents <a class="hash" href="#writing0_wd2">#</a> <a class="toc-bak" href="#writing0_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#writing0">Section 9.1, Writing HTML documents</a>” in the
+ <h2>Section 8.1, Writing HTML documents <a class="hash" href="#writing0_wd2">#</a> <a class="toc-bak" href="#writing0_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#writing0">Section 8.1, Writing HTML documents</a>” in the
current “Editor’s Draft”
version of the specification.</p><p class="spec-link">View
- “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#writing0">Section 9.1, Writing HTML documents</a>”
+ “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#writing0">Section 8.1, Writing HTML documents</a>”
in a
diff-marked version of the specification, showing
changes made between
@@ -2683,11 +2685,11 @@
</ul>
</div>
<div id="parsing_wd2" class="section">
- <h2>Section 9.2, Parsing HTML documents <a class="hash" href="#parsing_wd2">#</a> <a class="toc-bak" href="#parsing_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#parsing">Section 9.2, Parsing HTML documents</a>” in the
+ <h2>Section 8.2, Parsing HTML documents <a class="hash" href="#parsing_wd2">#</a> <a class="toc-bak" href="#parsing_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#parsing">Section 8.2, Parsing HTML documents</a>” in the
current “Editor’s Draft”
version of the specification.</p><p class="spec-link">View
- “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#parsing">Section 9.2, Parsing HTML documents</a>”
+ “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#parsing">Section 8.2, Parsing HTML documents</a>”
in a
diff-marked version of the specification, showing
changes made between
@@ -2699,6 +2701,8 @@
checkers in parsing <code>text/html</code> content. In
this section, the following changes were made:</p>
<ul>
+ <li>A new “Coercing an HTML DOM into an infoset”
+ subsection was added.</li>
<li>In the “Parse state” subsection, revisions were
made to the algorithm for determining whether the
stack of open elements has an element in
@@ -2723,7 +2727,7 @@
<li>In the “Tree construction” subsection, several
instances of the phrase “script that will execute
as soon as the parser resumes” were changed to
- <q>pending external script</q></li>
+ <q>pending external script</q>.</li>
<li>The
<code class="element">details</code>
and
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -d -r1.317 -r1.318
--- Overview.src.html 23 Jul 2008 02:10:03 -0000 1.317
+++ Overview.src.html 23 Jul 2008 05:28:14 -0000 1.318
@@ -118,6 +118,8 @@
URL manipulation
and related URL decomposition attributes, and specifies
URL parsing rules for user agents.</li>
+ <li>Text specifying how to “coerce an HTML DOM into an
+ infoset” was added to the HTML parsing algorithm.</li>
<li>The <a
href=http://www.w3.org/TR/html5/single-page/#effective3
>origin of a resource and the effective
@@ -1573,12 +1575,12 @@
</section>
</section>
<section id=syntax_wd2>
- <h2>Section 9, The HTML syntax</h2>
+ <h2>Section 8, The HTML syntax</h2>
<p>This section describes syntax rules for the
<code>text/html</code> serialization of the HTML language,
as well as rules for parsing and serializing it.</p>
<section id=writing0_wd2>
- <h2>Section 9.1, Writing HTML documents</h2>
+ <h2>Section 8.1, Writing HTML documents</h2>
<p>This section provides basic syntax conformance
requirements that apply to documents, authoring tools, and
markup generators. In this section, the following changes
@@ -1632,12 +1634,14 @@
</ul>
</section>
<section id=parsing_wd2>
- <h2>Section 9.2, Parsing HTML documents</h2>
+ <h2>Section 8.2, Parsing HTML documents</h2>
<p>This section defines parsing rules used by
user agents, data mining tools, and conformance
checkers in parsing <code>text/html</code> content. In
this section, the following changes were made:</p>
<ul>
+ <li>A new “Coercing an HTML DOM into an infoset”
+ subsection was added.</li>
<li>In the “Parse state” subsection, revisions were
made to the algorithm for determining whether the
stack of open elements has an element in
@@ -1662,7 +1666,7 @@
<li>In the “Tree construction” subsection, several
instances of the phrase “script that will execute
as soon as the parser resumes” were changed to
- <q>pending external script</q></li>
+ <q>pending external script</q>.</li>
<li>The
<code class=element>details</code>
and
Received on Wednesday, 23 July 2008 05:28:50 UTC