- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Aug 2010 19:36:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32386
Modified Files:
spec.html tokenization.html
Log Message:
remove incorrect comment (whatwg r5296)
[updated by splitter]
Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- tokenization.html 16 Aug 2010 18:26:59 -0000 1.21
+++ tokenization.html 16 Aug 2010 19:36:45 -0000 1.22
@@ -3095,11 +3095,11 @@
<p><a href="#acknowledge-self-closing-flag" title="acknowledge self-closing flag">Acknowledge the
token's <i>self-closing flag</i></a>, if it is set.</p>
- <p id="meta-charset-during-parse">If the element has a <code title="attr-meta-charset"><a href="semantics.html#attr-meta-charset">charset</a></code> attribute, and its
- value is a supported encoding, and the <a href="parsing.html#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a> is
- currently <i>tentative</i>, then <a href="parsing.html#change-the-encoding">change the
- encoding</a> to the encoding given by the value of the
- <code title="attr-meta-charset"><a href="semantics.html#attr-meta-charset">charset</a></code> attribute.</p>
+ <p id="meta-charset-during-parse">If the element has a <code title="attr-meta-charset"><a href="semantics.html#attr-meta-charset">charset</a></code> attribute, and its value
+ is either a supported <a href="infrastructure.html#ascii-compatible-character-encoding">ASCII-compatible character
+ encoding</a> or a UTF-16 encoding, and the <a href="parsing.html#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a> is currently
+ <i>tentative</i>, then <a href="parsing.html#change-the-encoding">change the encoding</a> to the
+ encoding given by the value of the <code title="attr-meta-charset"><a href="semantics.html#attr-meta-charset">charset</a></code> attribute.</p>
<p>Otherwise, if the element has an <code title="attr-meta-http-equiv"><a href="semantics.html#attr-meta-http-equiv">http-equiv</a></code> attribute whose
value is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the
@@ -5313,9 +5313,9 @@
<p><a href="parsing.html#clear-the-list-of-active-formatting-elements-up-to-the-last-marker">Clear the list of active formatting elements up to
the last marker</a>.</p>
- <p>Switch the <a href="parsing.html#insertion-mode">insertion mode</a> to "<a href="#parsing-main-intr" title="insertion mode: in row">in row</a>". (The
- <a href="parsing.html#current-node">current node</a> will be a <code><a href="tabular-data.html#the-tr-element">tr</a></code> element at
- this point.)</p>
+ <p>Switch the <a href="parsing.html#insertion-mode">insertion mode</a> to "<a href="#parsing-main-intr" title="insertion mode: in row">in row</a>".</p> <!-- current
+ node here will be a <tr> normally; but could be <html> in the
+ fragment case -->
</dd>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1140
retrieving revision 1.1141
diff -u -d -r1.1140 -r1.1141
--- spec.html 16 Aug 2010 19:17:13 -0000 1.1140
+++ spec.html 16 Aug 2010 19:36:45 -0000 1.1141
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4217.
+This is revision 1.4219.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 16 August 2010 19:36:48 UTC