- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Aug 2009 01:34:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv32208 Modified Files: Overview.html Log Message: Oops, <rp> should be display:none, not block. (whatwg r3540) Index: Overview.html =================================================================== 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:34:29 UTC