Short URL: http://html5.org/r/3755
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3755 | 2009-09-04 20:52 |
Index: source
===================================================================
--- source (revision 3754)
+++ source (revision 3755)
@@ -82086,14 +82086,13 @@
<p>If the parent of <var title="">current node</var> is a
<code>style</code>, <code>script</code>, <code>xmp</code>,
<code>iframe</code>, <code>noembed</code>,
- <code>noframes</code>, <code>noscript</code>, or
- <code>plaintext</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>noframes</code>, or <code>plaintext</code> element, or
+ if the parent of <var title="">current node</var> is
+ <code>noscript</code> element and <span
+ title="concept-n-script">scripting is enabled</span> 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, <span