- From: poot <cvsmail@w3.org>
- Date: Mon, 6 Apr 2009 17:26:36 +0900 (JST)
- To: public-html-diffs@w3.org
Avoid switching to foreign content if you're already in it. Oops. (credit: jg) (whatwg r2959) A start tag whose tag name is "isindex" http://people.w3.org/mike/diffs/html5/spec/Overview.1.2123.html#isindex Editor's Draft 6 April 2009 http://people.w3.org/mike/diffs/html5/spec/Overview.1.2123.html#editor-s-draft-date-1-january-1970 A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.2123.html#a-vocabulary-and-associated-apis-for-html-and-xhtml Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.2123.html#status-of-this-document http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2122&r2=1.2123&f=h http://html5.org/tools/web-apps-tracker?from=2958&to=2959 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2122 retrieving revision 1.2123 diff -u -d -r1.2122 -r1.2123 --- Overview.html 4 Apr 2009 01:37:38 -0000 1.2122 +++ Overview.html 6 Apr 2009 08:24:32 -0000 1.2123 @@ -146,7 +146,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</h1> <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id=editor-s-draft-date-1-january-1970><!--ZZZ: W3C Working Draft 12 February 2009 --><!-- fix date ZZZ --><!----> Editor's Draft 4 April 2009 <!--:ZZZ--></h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-1-january-1970><!--ZZZ: W3C Working Draft 12 February 2009 --><!-- fix date ZZZ --><!----> Editor's Draft 6 April 2009 <!--:ZZZ--></h2> <dl><!-- ZZZ: update the month/day (twice), uncomment out <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090212/">http://www.w3.org/TR/2009/WD-html5-20090212/</a></dd> @@ -237,7 +237,7 @@ track. <!--ZZZ:--> <!-- This specification is the 12 February 2009 Working Draft. --> - This specification is the 4 April 2009 Editor's Draft. + This specification is the 6 April 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -50144,8 +50144,10 @@ elements</a> and <a href=#acknowledge-self-closing-flag title="acknowledge self-closing flag">acknowledge the token's <i>self-closing flag</i></a>.</p> - <p>Otherwise, let the <a href=#secondary-insertion-mode>secondary insertion mode</a> be the - current <a href=#insertion-mode>insertion mode</a>, and then switch the + <p>Otherwise, if the <a href=#insertion-mode>insertion mode</a> is not already + "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign + content</a>", let the <a href=#secondary-insertion-mode>secondary insertion mode</a> be + the current <a href=#insertion-mode>insertion mode</a>, and then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign content</a>".</p> @@ -50172,8 +50174,10 @@ elements</a> and <a href=#acknowledge-self-closing-flag title="acknowledge self-closing flag">acknowledge the token's <i>self-closing flag</i></a>.</p> - <p>Otherwise, let the <a href=#secondary-insertion-mode>secondary insertion mode</a> be the - current <a href=#insertion-mode>insertion mode</a>, and then switch the + <p>Otherwise, if the <a href=#insertion-mode>insertion mode</a> is not already + "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign + content</a>", let the <a href=#secondary-insertion-mode>secondary insertion mode</a> be + the current <a href=#insertion-mode>insertion mode</a>, and then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign content</a>".</p>
Received on Monday, 6 April 2009 08:27:22 UTC