[html5] r4622 - [giow] (0) Oops, forgot to make iframe srcdoc documents that lack a doctype be i [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Jan 23 18:57:00 PST 2010


Author: ianh
Date: 2010-01-23 18:56:58 -0800 (Sat, 23 Jan 2010)
New Revision: 4622

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Oops, forgot to make iframe srcdoc documents that lack a doctype be in standards mode.

Modified: complete.html
===================================================================
--- complete.html	2010-01-23 10:29:33 UTC (rev 4621)
+++ complete.html	2010-01-24 02:56:58 UTC (rev 4622)
@@ -110,7 +110,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 23 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 24 January 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -73814,11 +73814,12 @@
    <dt>Anything else</dt>
    <dd>
 
-    <p><a href=#parse-error>Parse error</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>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>

Modified: index
===================================================================
--- index	2010-01-23 10:29:33 UTC (rev 4621)
+++ index	2010-01-24 02:56:58 UTC (rev 4622)
@@ -112,7 +112,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 23 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 24 January 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -68164,11 +68164,12 @@
    <dt>Anything else</dt>
    <dd>
 
-    <p><a href=#parse-error>Parse error</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>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>

Modified: source
===================================================================
--- source	2010-01-23 10:29:33 UTC (rev 4621)
+++ source	2010-01-24 02:56:58 UTC (rev 4622)
@@ -84345,11 +84345,12 @@
    <dt>Anything else</dt>
    <dd>
 
-    <p><span>Parse error</span>.</p>
+    <p>If the document is <em>not</em> <span>an <code>iframe</code>
+    <code title="attr-iframe-srcdoc">srcdoc</code> document</span>,
+    then this is a <span>parse error</span>; set the
+    <code>Document</code> to <span>quirks mode</span>.</p>
 
-    <p>Set the <code>Document</code> to <span>quirks mode</span>.</p>
-
-    <p>Switch the <span>insertion mode</span> to "<span
+    <p>In any case, switch the <span>insertion mode</span> to "<span
     title="insertion mode: before html">before html</span>", then
     reprocess the current token.</p>
 




More information about the Commit-Watchers mailing list