- From: poot <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 15:05:41 -0400
- To: public-html-diffs@w3.org
hixie: Require Web-compatible text/plain handling inside iframes.
(whatwg r6669)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5347&r2=1.5348&f=h
http://html5.org/tools/web-apps-tracker?from=6668&to=6669
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5347
retrieving revision 1.5348
diff -u -d -r1.5347 -r1.5348
--- Overview.html 11 Oct 2011 23:50:28 -0000 1.5347
+++ Overview.html 12 Oct 2011 19:05:19 -0000 1.5348
@@ -320,7 +320,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-11-october-2011">Editor's Draft 11 October 2011</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-12-october-2011">Editor's Draft 12 October 2011</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>
@@ -466,7 +466,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 11 October 2011 Editor's Draft.
+ This specification is the 12 October 2011 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -46742,7 +46742,7 @@
<h4 id="read-text"><span class="secno">5.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
Received on Wednesday, 12 October 2011 19:05:59 UTC