Skip to content

Commit

Permalink
[] (0) Oops, <rp> should be display:none, not block.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3540 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 5, 2009
1 parent a2f00af commit 3cb2b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -68579,14 +68579,14 @@ http://lxr.mozilla.org/seamonkey/search?string=nested

[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; }
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -81268,14 +81268,14 @@ http://lxr.mozilla.org/seamonkey/search?string=nested

[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; }
Expand Down

0 comments on commit 3cb2b74

Please sign in to comment.