hixie: Oops, <rp> should be display:none, not block. (whatwg r3540)

hixie: Oops, <rp> should be display:none, not block. (whatwg r3540)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2735&r2=1.2736&f=h
http://html5.org/tools/web-apps-tracker?from=3539&to=3540

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2735
retrieving revision 1.2736
diff -u -d -r1.2735 -r1.2736
--- Overview.html 5 Aug 2009 01:26:48 -0000 1.2735
+++ Overview.html 5 Aug 2009 01:34:16 -0000 1.2736
@@ -62372,14 +62372,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; }

Received on Wednesday, 5 August 2009 01:35:12 UTC