[html5] r2938 - [] (0) Rendering: Hide noscript when script is _enabled_, duh. (credit: sp) (bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 31 14:59:25 PDT 2009


Author: ianh
Date: 2009-03-31 14:59:25 -0700 (Tue, 31 Mar 2009)
New Revision: 2938

Modified:
   index
   source
Log:
[] (0) Rendering: Hide noscript when script is _enabled_, duh. (credit: sp) (bug 6669)

Modified: index
===================================================================
--- index	2009-03-31 21:55:36 UTC (rev 2937)
+++ index	2009-03-31 21:59:25 UTC (rev 2938)
@@ -60446,8 +60446,8 @@
   'white-space' property was 'pre'.</p>
 
   <p>The user agent is expected to hide <code><a href=#the-noscript-element>noscript</a></code> elements
-  for whom <a href=#concept-n-noscript title=concept-n-noscript>scripting is
-  disabled</a>, irrespective of CSS rules.</p>
+  for whom <a href=#concept-n-script title=concept-n-script>scripting is enabled</a>,
+  irrespective of CSS rules.</p>
 
 
   <h4 id=margins-and-padding><span class=secno>10.2.3 </span>Margins and padding</h4>

Modified: source
===================================================================
--- source	2009-03-31 21:55:36 UTC (rev 2937)
+++ source	2009-03-31 21:59:25 UTC (rev 2938)
@@ -70937,8 +70937,8 @@
   'white-space' property was 'pre'.</p>
 
   <p>The user agent is expected to hide <code>noscript</code> elements
-  for whom <span title="concept-n-noscript">scripting is
-  disabled</span>, irrespective of CSS rules.</p>
+  for whom <span title="concept-n-script">scripting is enabled</span>,
+  irrespective of CSS rules.</p>
 
 
   <h4>Margins and padding</h4>




More information about the Commit-Watchers mailing list