- From: poot <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 11:32:31 +0900 (JST)
- To: public-html-diffs@w3.org
Fix collected editorial mistakes. (credit: w) (whatwg r2707) 8.2.4.24 Before DOCTYPE name state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1877.html#before-doctype-name-state If the Document is being loaded as part of navigation of a browsing context, then: if the token has an attribute "manifest", then resolve the value of that attribute to an absolute URL, and if that is successful, run the application cache selection algorithm with the resulting absolute URL; otherwise, if there is no such attribute or resolving it fails, run the application cache selection algorithm with no manifest. The algorithm must be passed the Document object. http://people.w3.org/mike/diffs/html5/spec/Overview.1.1877.html#parser-appcache Special http://people.w3.org/mike/diffs/html5/spec/Overview.1.1877.html#special 8.3 Namespaces http://people.w3.org/mike/diffs/html5/spec/Overview.1.1877.html#namespaces 8.2.4.25 DOCTYPE name state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1877.html#doctype-name-state 8.2.5.10 The "in body" insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.1877.html#parsing-main-inbody 8.2.4.37 Tokenizing character references http://people.w3.org/mike/diffs/html5/spec/Overview.1.1877.html#tokenizing-character-references 8.2.4.36 CDATA section state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1877.html#cdata-section-state http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1876&r2=1.1877&f=h http://html5.org/tools/web-apps-tracker?from=2706&to=2707 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1876 retrieving revision 1.1877 diff -u -d -r1.1876 -r1.1877 --- Overview.html 24 Jan 2009 02:20:39 -0000 1.1876 +++ Overview.html 24 Jan 2009 02:29:41 -0000 1.1877 @@ -38524,7 +38524,7 @@ <code><a href=#the-command>command</a></code>, <code><a href=#datagrid>datagrid</a></code>, <code><a href=#the-dd-element>dd</a></code>, <code><a href=#the-details-element>details</a></code>, <code><a href=#the-dialog-element>dialog</a></code>, <code>dir</code>, <code><a href=#the-div-element>div</a></code>, <code><a href=#the-dl-element>dl</a></code>, <code><a href=#the-dt-element>dt</a></code>, - <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-eventsource-element>eventsource</a></code> <code><a href=#the-fieldset-element>fieldset</a></code>, + <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-eventsource-element>eventsource</a></code>, <code><a href=#the-fieldset-element>fieldset</a></code>, <code><a href=#the-figure-element>figure</a></code>, <code><a href=#the-footer-element>footer</a></code>, <code><a href=#the-form-element>form</a></code>, <code>frame</code>, <code>frameset</code>, <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h1</a></code>, <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h2</a></code>, <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h3</a></code>, <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h4</a></code>, <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h5</a></code>, @@ -39358,7 +39358,7 @@ current input character. Switch to the <a href=#doctype-name-state>DOCTYPE name state</a>.</dd> - </dl><h5 id=doctype-name-state><span class=secno>8.2.4.25 </span><dfn>DOCTYPE name state</dfn></h5><p>First, consume the <a href=#next-input-character>next input character</a>:<dl class=switch><dt>U+0009 CHARACTER TABULATION</dt> + </dl><h5 id=doctype-name-state><span class=secno>8.2.4.25 </span><dfn>DOCTYPE name state</dfn></h5><p>Consume the <a href=#next-input-character>next input character</a>:<dl class=switch><dt>U+0009 CHARACTER TABULATION</dt> <dt>U+000A LINE FEED (LF)</dt> <dt>U+000C FORM FEED (FF)</dt> <!--<dt>U+000D CARRIAGE RETURN (CR)</dt>--> @@ -39621,10 +39621,10 @@ flag</a> is set to the PCDATA state, and is unrelated to the <a href=#content-model-flag>content model flag</a>'s CDATA state.)</em><p>Consume every character up to the next occurrence of the three character sequence U+005D RIGHT SQUARE BRACKET U+005D RIGHT SQUARE - BRACKET U+003E GREATER-THAN SIGN (<code title="">]]></code>), or - the end of the file (EOF), whichever comes first. Emit a series of - text tokens consisting of all the characters consumed except the - matching three character sequence at the end (if one was found + BRACKET U+003E GREATER-THAN SIGN (<code title="">]]></code>), or the + end of the file (EOF), whichever comes first. Emit a series of + character tokens consisting of all the characters consumed except + the matching three character sequence at the end (if one was found before the end of the file).<p>Switch to the <a href=#data-state>data state</a>.<p>If the end of the file was reached, reconsume the EOF character.<h5 id=tokenizing-character-references><span class=secno>8.2.4.37 </span>Tokenizing character references</h5><p>This section defines how to <dfn id=consume-a-character-reference>consume a character reference</dfn>. This definition is used when parsing character @@ -40233,10 +40233,9 @@ <dt>Anything else</dt> <dd> - <p>Create an <code><a href=#htmlelement>HTMLElement</a></code> node with the tag name - <code><a href=#the-html-element>html</a></code>, in the <a href=#html-namespace-0>HTML namespace</a>. Append it - to the <code>Document</code> object. Put this element in the - <a href=#stack-of-open-elements>stack of open elements</a>.</p> + <p>Create an <code><a href=#the-html-element>html</a></code> element. Append it to the + <code>Document</code> object. Put this element in the <a href=#stack-of-open-elements>stack + of open elements</a>.</p> <p>If the <code>Document</code> is being loaded as part of <a href=#navigate title=navigate>navigation</a> of a <a href=#browsing-context>browsing context</a>, then: run the <a href=#concept-appcache-init title=concept-appcache-init>application cache selection @@ -41031,8 +41030,7 @@ <p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-scope title="has an element in scope">have an element in scope</a> with the same tag name as that of the token, then this is a <a href=#parse-error>parse error</a>; act as if a start tag with the tag name - <code><a href=#the-p-element>p</a></code> had been seen, then reprocess the current - token.</p> + "p" had been seen, then reprocess the current token.</p> <p>Otherwise, run these steps:</p> @@ -43273,7 +43271,7 @@ serialize them --> <!-- XXX when we get around to it, add eventsource --> - <p>If <var title="">current node</var> is a <code><a href=#the-pre-element>pre</a></code> + <p>If <var title="">current node</var> is a <code><a href=#the-pre-element>pre</a></code>, <code><a href=#the-textarea-element>textarea</a></code>, or <code>listing</code> element, append a U+000A LINE FEED (LF) character.</p>
Received on Saturday, 24 January 2009 02:33:08 UTC