- From: poot <cvsmail@w3.org>
- Date: Sun, 24 Jan 2010 11:57:26 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Oops, forgot to make iframe srcdoc documents that lack a doctype
be in standards mode. (whatwg r4622)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3682&r2=1.3683&f=h
http://html5.org/tools/web-apps-tracker?from=4621&to=4622
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3682
retrieving revision 1.3683
diff -u -d -r1.3682 -r1.3683
--- Overview.html 23 Jan 2010 10:29:39 -0000 1.3682
+++ Overview.html 24 Jan 2010 02:57:04 -0000 1.3683
@@ -262,7 +262,7 @@
<h1>HTML5</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-23-january-2010">Editor's Draft 23 January 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-24-january-2010">Editor's Draft 24 January 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -361,7 +361,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 23 January 2010 Editor's Draft.
+ This specification is the 24 January 2010 Editor's Draft.
</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 part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
<!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -53870,11 +53870,12 @@
<dt>Anything else</dt>
<dd>
- <p><a href="#parse-error">Parse error</a>.</p>
-
- <p>Set the <code>Document</code> to <a href="#quirks-mode">quirks mode</a>.</p>
+ <p>If the document is <em>not</em> <a href="#an-iframe-srcdoc-document">an <code>iframe</code>
+ <code title="attr-iframe-srcdoc">srcdoc</code> document</a>,
+ then this is a <a href="#parse-error">parse error</a>; set the
+ <code>Document</code> to <a href="#quirks-mode">quirks mode</a>.</p>
- <p>Switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#the-before-html-insertion-mode" title="insertion mode: before html">before html</a>", then
+ <p>In any case, switch the <a href="#insertion-mode">insertion mode</a> to "<a href="#the-before-html-insertion-mode" title="insertion mode: before html">before html</a>", then
reprocess the current token.</p>
</dd>
Received on Sunday, 24 January 2010 02:57:55 UTC