- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Aug 2010 01:56:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv17393 Modified Files: links.html parsing.html spec.html Log Message: clarification (whatwg r5354) [updated by splitter] Index: parsing.html =================================================================== RCS file: /sources/public/html5/spec/parsing.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- parsing.html 16 Aug 2010 22:16:47 -0000 1.19 +++ parsing.html 26 Aug 2010 01:56:33 -0000 1.20 @@ -1356,8 +1356,7 @@ these steps, we'll need to uncomment out the commented-out bits --> <li>If <var title="">node</var> is an element from the <a href="namespaces.html#mathml-namespace">MathML - namespace</a> or the <a href="namespaces.html#svg-namespace">SVG namespace</a>, then set the - <var title="">foreign</var> flag to true.</li> + namespace</a> or the <a href="namespaces.html#svg-namespace">SVG namespace</a>, then set <var title="">foreign</var> to true.</li> <li>If <var title="">last</var> is true, then switch the <a href="#insertion-mode">insertion mode</a> to "<a href="tokenization.html#parsing-main-inbody" title="insertion mode: in Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- links.html 24 Aug 2010 01:26:45 -0000 1.21 +++ links.html 26 Aug 2010 01:56:33 -0000 1.22 @@ -987,9 +987,11 @@ <code><a href="semantics.html#the-link-element">link</a></code> element, with a non-empty value.</p><p>The default type for resources given by the <code title="rel-stylesheet"><a href="#link-type-stylesheet">stylesheet</a></code> keyword is <code title="">text/css</code>.</p><div class="impl"> <p><strong>Quirk</strong>: If the document has been set to - <a href="dom.html#quirks-mode">quirks mode</a> and the <a href="fetching-resources.html#content-type" title="Content-Type">Content-Type metadata</a> of the external - resource is not a supported style sheet type, the user agent must - instead assume it to be <code title="">text/css</code>.</p> + <a href="dom.html#quirks-mode">quirks mode</a>, has the <a href="origin-0.html#same-origin">same origin</a> as the + <a href="urls.html#url">URL</a> of the external resource<!-- CVE-2010-0654 -->, and + the <a href="fetching-resources.html#content-type" title="Content-Type">Content-Type metadata</a> of the + external resource is not a supported style sheet type, the user + agent must instead assume it to be <code title="">text/css</code>.</p> </div><h5 id="link-type-sidebar"><span class="secno">4.12.4.15 </span>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-sidebar"><a href="#link-type-sidebar">sidebar</a></code> keyword may be used with <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1181 retrieving revision 1.1182 diff -u -d -r1.1181 -r1.1182 --- spec.html 26 Aug 2010 00:56:42 -0000 1.1181 +++ spec.html 26 Aug 2010 01:56:33 -0000 1.1182 @@ -336,7 +336,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.4269. +This is revision 1.4271. </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, 26 August 2010 01:56:37 UTC