[html5] r8176 - [e] (0) Remove redundant CSS rule Fixing https://www.w3.org/Bugs/Public/show_bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 9 15:47:14 PDT 2013


Author: ianh
Date: 2013-09-09 15:47:12 -0700 (Mon, 09 Sep 2013)
New Revision: 8176

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove redundant CSS rule
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23181
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2013-09-09 22:41:37 UTC (rev 8175)
+++ complete.html	2013-09-09 22:47:12 UTC (rev 8176)
@@ -94607,9 +94607,8 @@
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
-<span id=hiddenCSS title="">[hidden]</span>, area, base, basefont, datalist, head, input[type=hidden i],
-link, menu[type=popup i], meta, noembed, noframes, param, rp, script,
-source, style, template, track, title {
+<span id=hiddenCSS title="">[hidden]</span>, area, base, basefont, datalist, head, link, menu[type=popup i],
+meta, noembed, noframes, param, rp, script, source, style, template, track, title {
   display: none;
 }
 

Modified: index
===================================================================
--- index	2013-09-09 22:41:37 UTC (rev 8175)
+++ index	2013-09-09 22:47:12 UTC (rev 8176)
@@ -94607,9 +94607,8 @@
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
-<span id=hiddenCSS title="">[hidden]</span>, area, base, basefont, datalist, head, input[type=hidden i],
-link, menu[type=popup i], meta, noembed, noframes, param, rp, script,
-source, style, template, track, title {
+<span id=hiddenCSS title="">[hidden]</span>, area, base, basefont, datalist, head, link, menu[type=popup i],
+meta, noembed, noframes, param, rp, script, source, style, template, track, title {
   display: none;
 }
 

Modified: source
===================================================================
--- source	2013-09-09 22:41:37 UTC (rev 8175)
+++ source	2013-09-09 22:47:12 UTC (rev 8176)
@@ -105717,9 +105717,8 @@
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
-<span id="hiddenCSS" title="">[hidden]</span>, area, base, basefont, datalist, head, input[type=hidden i],
-link, menu[type=popup i], meta, noembed, noframes, param, rp, script,
-source, style, template, track, title {
+<span id="hiddenCSS" title="">[hidden]</span>, area, base, basefont, datalist, head, link, menu[type=popup i],
+meta, noembed, noframes, param, rp, script, source, style, template, track, title {
   display: none;
 }
 




More information about the Commit-Watchers mailing list