[html5] r6669 - [giow] (2) Require Web-compatible text/plain handling inside iframes. Fixing htt [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 12 12:01:55 PDT 2011
Author: ianh
Date: 2011-10-12 12:01:54 -0700 (Wed, 12 Oct 2011)
New Revision: 6669
Modified:
complete.html
index
source
Log:
[giow] (2) Require Web-compatible text/plain handling inside iframes.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13877
Modified: complete.html
===================================================================
--- complete.html 2011-10-12 00:13:17 UTC (rev 6668)
+++ complete.html 2011-10-12 19:01:54 UTC (rev 6669)
@@ -65184,7 +65184,7 @@
<h4 id=read-text><span class=secno>6.5.4 </span><dfn title=navigate-text>Page load processing model for text files</dfn></h4>
<p>When a plain text document is to be loaded in a <a href=#browsing-context>browsing
- context</a>, the user agent should <a href=#queue-a-task>queue a task</a> to
+ context</a>, the user agent must <a href=#queue-a-task>queue a task</a> to
<a href=#create-a-document-object>create a <code>Document</code> object</a>, mark it as being
an <a href=#html-documents title="HTML documents">HTML document</a>, set its <a href=#concept-document-media-type title=concept-document-media-type>media type</a> to "<code title="">text/plain</code>", create an <a href=#html-parser>HTML parser</a>,
associate it with the document, act as if the tokenizer had emitted
Modified: index
===================================================================
--- index 2011-10-12 00:13:17 UTC (rev 6668)
+++ index 2011-10-12 19:01:54 UTC (rev 6669)
@@ -65184,7 +65184,7 @@
<h4 id=read-text><span class=secno>6.5.4 </span><dfn title=navigate-text>Page load processing model for text files</dfn></h4>
<p>When a plain text document is to be loaded in a <a href=#browsing-context>browsing
- context</a>, the user agent should <a href=#queue-a-task>queue a task</a> to
+ context</a>, the user agent must <a href=#queue-a-task>queue a task</a> to
<a href=#create-a-document-object>create a <code>Document</code> object</a>, mark it as being
an <a href=#html-documents title="HTML documents">HTML document</a>, set its <a href=#concept-document-media-type title=concept-document-media-type>media type</a> to "<code title="">text/plain</code>", create an <a href=#html-parser>HTML parser</a>,
associate it with the document, act as if the tokenizer had emitted
Modified: source
===================================================================
--- source 2011-10-12 00:13:17 UTC (rev 6668)
+++ source 2011-10-12 19:01:54 UTC (rev 6669)
@@ -74025,7 +74025,7 @@
<h4 id="read-text"><dfn title="navigate-text">Page load processing model for text files</dfn></h4>
<p>When a plain text document is to be loaded in a <span>browsing
- context</span>, the user agent should <span>queue a task</span> to
+ context</span>, the user agent must <span>queue a task</span> to
<span>create a <code>Document</code> object</span>, mark it as being
an <span title="HTML documents">HTML document</span>, set its <span
title="concept-document-media-type">media type</span> to "<code
More information about the Commit-Watchers
mailing list