Skip to content

Commit

Permalink
[giow] (0) Oops, forgot to make iframe srcdoc documents that lack a d…
Browse files Browse the repository at this point in the history
…octype be in standards mode.

git-svn-id: http://svn.whatwg.org/webapps@4622 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 24, 2010
1 parent a0afd5c commit cd08050
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
11 changes: 6 additions & 5 deletions complete.html
Expand Up @@ -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 &mdash; 23 January 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -73814,11 +73814,12 @@ <h5 id=the-initial-insertion-mode><span class=secno>11.2.5.4 </span>The "<dfn ti
<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>
Expand Down
11 changes: 6 additions & 5 deletions index
Expand Up @@ -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 &mdash; 23 January 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -68164,11 +68164,12 @@ document.body.appendChild(text);
<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>
Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -84345,11 +84345,12 @@ document.body.appendChild(text);
<dt>Anything else</dt>
<dd>

<p><span>Parse error</span>.</p>

<p>Set the <code>Document</code> to <span>quirks mode</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>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>

Expand Down

0 comments on commit cd08050

Please sign in to comment.