- From: poot <cvsmail@w3.org>
- Date: Sat, 5 Sep 2009 05:56:57 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: handle roundtripping for fragment serialising of <noscript> when scripting is not supported in a tool, but the tool doesn't pretend it's enabled. (whatwg r3755) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2924&r2=1.2925&f=h http://html5.org/tools/web-apps-tracker?from=3754&to=3755 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2924 retrieving revision 1.2925 diff -u -d -r1.2924 -r1.2925 --- Overview.html 4 Sep 2009 09:37:06 -0000 1.2924 +++ Overview.html 4 Sep 2009 20:48:41 -0000 1.2925 @@ -60711,13 +60711,12 @@ <p>If the parent of <var title="">current node</var> is a <code><a href="#the-style-element">style</a></code>, <code><a href="#script">script</a></code>, <code><a href="#xmp">xmp</a></code>, <code><a href="#the-iframe-element">iframe</a></code>, <code><a href="#noembed">noembed</a></code>, - <code><a href="#noframes">noframes</a></code>, <code><a href="#the-noscript-element">noscript</a></code>, or - <code><a href="#plaintext">plaintext</a></code> element, then append the value of <var title="">current node</var>'s <code title="">data</code> IDL - attribute literally.</p> <!-- note about noscript: we're - assuming here that scripting is enabled. If this algorithm is - used with scripting disabled, this won't work - right. (e.g. This might affect calling innerHTML on nodes in a - document that is being designMode'd) --> + <code><a href="#noframes">noframes</a></code>, or <code><a href="#plaintext">plaintext</a></code> element, or + if the parent of <var title="">current node</var> is + <code><a href="#the-noscript-element">noscript</a></code> element and <a href="#concept-n-script" title="concept-n-script">scripting is enabled</a> for the + node, then append the value of <var title="">current + node</var>'s <code title="">data</code> IDL attribute + literally.</p> <p>Otherwise, append the value of <var title="">current node</var>'s <code title="">data</code> IDL attribute, <a href="#escapingString" title="escaping a string">escaped as described
Received on Friday, 4 September 2009 20:57:37 UTC