html5/spec Overview.html,1.4197,1.4198

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15582

Modified Files:
	Overview.html 
Log Message:
more typos and clarifications (whatwg r5269)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4197
retrieving revision 1.4198
diff -u -d -r1.4197 -r1.4198
--- Overview.html	10 Aug 2010 06:40:12 -0000	1.4197
+++ Overview.html	10 Aug 2010 06:51:10 -0000	1.4198
@@ -33723,7 +33723,7 @@
    outer form "a".</p>
 
    <p>This happens as follows: First, the "e" node gets associated
-   with "c" in the <a href="#html-parser">HTML parser</a>. Theh, the <code title="dom-innerHTML"><a href="#dom-innerhtml">innerHTML</a></code> algorithm moves the nodes
+   with "c" in the <a href="#html-parser">HTML parser</a>. Then, the <code title="dom-innerHTML"><a href="#dom-innerhtml">innerHTML</a></code> algorithm moves the nodes
    from the temporary document to the "b" element. At this point, the
    nodes see their ancestor chain change, and thus all the "magic"
    associations done by the parser are reset to normal ancestor
@@ -52437,13 +52437,12 @@
   TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED (FF), U+000D
   CARRIAGE RETURN (CR), U+0020 SPACE, U+003E GREATER-THAN SIGN (&gt;), or
   U+002F SOLIDUS (/).<h4 id="text-0"><span class="secno">8.1.3 </span>Text</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><dfn id="syntax-text" title="syntax-text">Text</dfn> is allowed inside elements,
-  attributes, and comments. Text must consist of Unicode characters.
-  Text must not contain U+0000 characters. Text must not contain
-  permanently undefined Unicode characters (noncharacters). Text must
-  not contain control characters other than <a href="#space-character" title="space
-  character">space characters</a>. Extra constraints are placed on
-  what is and what is not allowed in text based on where the text is
-  to be put, as described in the other sections.<h5 id="newlines"><span class="secno">8.1.3.1 </span>Newlines</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><dfn id="syntax-newlines" title="syntax-newlines">Newlines</dfn> in HTML may be
+  attribute values, and comments. Text must consist of Unicode
+  characters. Text must not contain U+0000 characters. Text must not
+  contain permanently undefined Unicode characters (noncharacters).
+  Text must not contain control characters other than <a href="#space-character" title="space character">space characters</a>. Extra constraints
+  are placed on what is and what is not allowed in text based on where
+  the text is to be put, as described in the other sections.<h5 id="newlines"><span class="secno">8.1.3.1 </span>Newlines</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><dfn id="syntax-newlines" title="syntax-newlines">Newlines</dfn> in HTML may be
   represented either as U+000D CARRIAGE RETURN (CR) characters, U+000A
   LINE FEED (LF) characters, or pairs of U+000D CARRIAGE RETURN (CR),
   U+000A LINE FEED (LF) characters in that order.<p>Where <a href="#syntax-charref" title="syntax-charref">character references</a>
@@ -52617,7 +52616,8 @@
 
   <p>In the common case, the data handled by the tokenization stage
   comes from the network, but <a href="#dynamic-markup-insertion" title="dynamic markup
-  insertion">it can also come from script</a>, e.g. using the <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> API.</p>
+  insertion">it can also come from script</a> running in the user
+  agent, e.g. using the <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> API.</p>
 
   <p><img alt="" src="http://dev.w3.org/html5/spec/images/parsing-model-overview.png"></p>
 

Received on Tuesday, 10 August 2010 06:51:16 UTC