[html5] r3540 - [] (0) Oops, <rp> should be display:none, not block.

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 4 18:34:11 PDT 2009


Author: ianh
Date: 2009-08-04 18:34:10 -0700 (Tue, 04 Aug 2009)
New Revision: 3540

Modified:
   index
   source
Log:
[] (0) Oops, <rp> should be display:none, not block.

Modified: index
===================================================================
--- index	2009-08-05 01:26:42 UTC (rev 3539)
+++ index	2009-08-05 01:34:10 UTC (rev 3540)
@@ -68579,14 +68579,14 @@
 
 [hidden], area, audio:not([controls]), base, basefont, command,
 datalist, head, input[type=hidden], link, menu[type=context], meta,
-noembed, noframes, param, script, source, style, title {
+noembed, noframes, param, rp, script, source, style, title {
   display: none;
 }
 
 address, article, aside, blockquote, body, center, dd, dialog, dir,
 div, dl, dt, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
 hgroup, hr, html, legend, listing, menu, nav, ol, p, plaintext, pre,
-rp, section, ul, xmp { display: block; }
+section, ul, xmp { display: block; }
 
 table { display: table; }
 caption { display: table-caption; }

Modified: source
===================================================================
--- source	2009-08-05 01:26:42 UTC (rev 3539)
+++ source	2009-08-05 01:34:10 UTC (rev 3540)
@@ -81268,14 +81268,14 @@
 
 [hidden], area, audio:not([controls]), base, basefont, command,
 datalist, head, input[type=hidden], link, menu[type=context], meta,
-noembed, noframes, param, script, source, style, title {
+noembed, noframes, param, rp, script, source, style, title {
   display: none;
 }
 
 address, article, aside, blockquote, body, center, dd, dialog, dir,
 div, dl, dt, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
 hgroup, hr, html, legend, listing, menu, nav, ol, p, plaintext, pre,
-rp, section, ul, xmp { display: block; }
+section, ul, xmp { display: block; }
 
 table { display: table; }
 caption { display: table-caption; }




More information about the Commit-Watchers mailing list