- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 May 2011 22:46:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv6774 Modified Files: fetching-resources.html infrastructure.html obsolete.html spec.html the-iframe-element.html Log Message: clarification (whatwg r6088) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1068 retrieving revision 1.1069 diff -u -d -r1.1068 -r1.1069 --- infrastructure.html 5 May 2011 00:47:39 -0000 1.1068 +++ infrastructure.html 5 May 2011 22:46:50 -0000 1.1069 @@ -1317,7 +1317,7 @@ <dt>One byte in the range 80 to BF preceded by a byte that is part of a complete UTF-8 sequence that does not include this byte</dt> - <dt>One byte in the range 80 to BF preceded by a byte that is part of a sequence that has been replaced by a U+FFFD REPLACEMENT CHARACTER, either alone or as port of a sequence</dt> + <dt>One byte in the range 80 to BF preceded by a byte that is part of a sequence that has been replaced by a U+FFFD REPLACEMENT CHARACTER, either alone or as part of a sequence</dt> <dd>Each such byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd> Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- the-iframe-element.html 3 May 2011 20:47:31 -0000 1.48 +++ the-iframe-element.html 5 May 2011 22:46:50 -0000 1.49 @@ -1565,7 +1565,7 @@ resource's Content-Type metadata</a> is "<code>text/plain</code>", and the result of applying the <a href="fetching-resources.html#content-type-sniffing:-text-or-binary" title="Content-Type sniffing: text or binary">rules - for distingushing if a resource is text or binary</a> + for distinguishing if a resource is text or binary</a> to the resource is that the resource is not <code>text/plain</code>, then set <var title="">binary</var> to true.</p> Index: fetching-resources.html =================================================================== RCS file: /sources/public/html5/spec/fetching-resources.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- fetching-resources.html 3 May 2011 19:47:14 -0000 1.44 +++ fetching-resources.html 5 May 2011 22:46:50 -0000 1.45 @@ -657,7 +657,7 @@ <p>The <dfn id="content-type-sniffing:-image" title="Content-Type sniffing: image">rules for sniffing images specifically</dfn> and the <dfn id="content-type-sniffing:-text-or-binary" title="Content-Type sniffing: - text or binary">rules for distingushing if a resource is text or + text or binary">rules for distinguishing if a resource is text or binary</dfn> are also defined in the Media Type Sniffing specification. Both sets of rules return a <a href="infrastructure.html#mime-type">MIME type</a> as their result. <a href="references.html#refsMIMESNIFF">[MIMESNIFF]</a></p> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.1029 retrieving revision 1.1030 diff -u -d -r1.1029 -r1.1030 --- obsolete.html 3 May 2011 22:46:53 -0000 1.1029 +++ obsolete.html 5 May 2011 22:46:50 -0000 1.1030 @@ -442,7 +442,6 @@ <dd><p>Use an explicit <code><a href="forms.html#the-form-element">form</a></code> and <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">text field</a> combination instead.</p></dd> <dt><dfn id="listing"><code>listing</code></dfn></dt> - <dt><dfn id="xmp"><code>xmp</code></dfn></dt> <dd><p>Use <code><a href="grouping-content.html#the-pre-element">pre</a></code> and <code><a href="text-level-semantics.html#the-code-element">code</a></code> instead.</p></dd> <dt><dfn id="nextid"><code>nextid</code></dfn></dt> @@ -460,6 +459,9 @@ <dt><dfn id="strike"><code>strike</code></dfn></dt> <dd><p>Use <code><a href="edits.html#the-del-element">del</a></code> instead if the element is marking an edit, otherwise use <code><a href="text-level-semantics.html#the-s-element">s</a></code> instead.</p></dd> + <dt><dfn id="xmp"><code>xmp</code></dfn></dt> + <dd><p>Use <code><a href="text-level-semantics.html#the-code-element">code</a></code> instead, and escape "<code title=""><</code>" and "<code title="">&</code>" characters as "<code title="">&lt;</code>" and "<code title="">&amp;</code>" respectively.</p></dd> + <dt><dfn id="basefont"><code>basefont</code></dfn></dt> <dt><dfn id="big"><code>big</code></dfn></dt> <dt><dfn id="blink"><code>blink</code></dfn></dt> @@ -1578,8 +1580,9 @@ <a href="common-dom-interfaces.html#reflect">reflect</a> the element's <code title="attr-param-valuetype"><a href="#attr-param-valuetype">valuetype</a></code> content attribute.</p> <hr><p>User agents must treat <code><a href="#plaintext">plaintext</a></code> elements in a - manner equivalent to <code><a href="grouping-content.html#the-pre-element">pre</a></code> elements in terms of semantics and - for purposes of rendering.</p> + manner equivalent to <code><a href="grouping-content.html#the-pre-element">pre</a></code> elements in terms of semantics + and for purposes of rendering. (The parser has special behavior for + this element, though.)</p> <hr><pre class="idl">[Supplemental] interface <a href="grouping-content.html#htmlpreelement">HTMLPreElement</a> { @@ -1745,7 +1748,8 @@ <hr><p>User agents must treat <code><a href="#xmp">xmp</a></code> elements in a manner equivalent to <code><a href="grouping-content.html#the-pre-element">pre</a></code> elements in terms of semantics and - for purposes of rendering.</p> + for purposes of rendering. (The parser has special behavior for this + element though.)</p> <hr><p>The <code><a href="#bgsound">bgsound</a></code>, <code><a href="#isindex-0">isindex</a></code>, <code><a href="#multicol">multicol</a></code>, <code><a href="#nextid">nextid</a></code>, <code><a href="#rb">rb</a></code>, and Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1475 retrieving revision 1.1476 diff -u -d -r1.1475 -r1.1476 --- spec.html 5 May 2011 21:47:02 -0000 1.1475 +++ spec.html 5 May 2011 22:46:50 -0000 1.1476 @@ -367,7 +367,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4889. +This is revision 1.4892. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 5 May 2011 22:46:54 UTC