- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Oct 2011 22:47:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25724
Modified Files:
Overview.html
Log Message:
clarification (whatwg r6729)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5394
retrieving revision 1.5395
diff -u -d -r1.5394 -r1.5395
--- Overview.html 21 Oct 2011 22:24:06 -0000 1.5394
+++ Overview.html 21 Oct 2011 22:47:20 -0000 1.5395
@@ -62019,8 +62019,8 @@
<code><a href="#the-html-element">html</a></code> element, then this is a <a href="#parse-error">parse
error</a>.</p>
- <p class="note">It can only be the <a href="#current-node">current node</a> in
- the <a href="#fragment-case">fragment case</a>.</p>
+ <p class="note">The <a href="#current-node">current node</a> can only be the root
+ <code><a href="#the-html-element">html</a></code> element in the <a href="#fragment-case">fragment case</a>.</p>
<p><a href="#stop-parsing">Stop parsing</a>.</p>
@@ -62639,8 +62639,8 @@
<code><a href="#the-html-element">html</a></code> element, then this is a <a href="#parse-error">parse
error</a>.</p>
- <p class="note">It can only be the <a href="#current-node">current node</a> in
- the <a href="#fragment-case">fragment case</a>.</p>
+ <p class="note">The <a href="#current-node">current node</a> can only be the root
+ <code><a href="#the-html-element">html</a></code> element in the <a href="#fragment-case">fragment case</a>.</p>
<p><a href="#stop-parsing">Stop parsing</a>.</p>
@@ -62819,8 +62819,8 @@
<code><a href="#the-html-element">html</a></code> element, then this is a <a href="#parse-error">parse
error</a>.</p>
- <p class="note">It can only be the <a href="#current-node">current node</a> in
- the <a href="#fragment-case">fragment case</a>.</p>
+ <p class="note">The <a href="#current-node">current node</a> can only be the root
+ <code><a href="#the-html-element">html</a></code> element in the <a href="#fragment-case">fragment case</a>.</p>
<p><a href="#stop-parsing">Stop parsing</a>.</p>
Received on Friday, 21 October 2011 22:47:37 UTC