Skip to content

Commit

Permalink
[] (0) Filling in the rendering section: change to a style for @names…
Browse files Browse the repository at this point in the history
…pace that i'm less likely to screw up all the time.

git-svn-id: http://svn.whatwg.org/webapps@2755 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 4, 2009
1 parent 9b76871 commit 21718dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index
Expand Up @@ -55860,6 +55860,7 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
media.</p>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

[hidden], area, audio:not([controls]), base, basefont, command,
datalist, eventsource, head, input[type=hidden], link,
menu[type=context], meta, noembed, noframes, param, script, source,
Expand Down Expand Up @@ -56062,6 +56063,7 @@ td, th { padding: 1px; }</pre>
expected to apply:</p>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

form { margin-bottom: 1em; }
img[align=left] { margin-right: 3px; }
img[align=right] { margin-left: 3px; }</pre>
Expand Down Expand Up @@ -56277,6 +56279,7 @@ table[frames=border] &gt; tfoot &gt; tr &gt; td, table[frames=border] &gt; tfoot
<!-- XXX this is better than http://damowmow.com/temp/sectioning.css
but it's still not optimal... -->
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

<var title="">x</var> h1 { font-size: 1.05em; }
<var title="">x</var> <var title="">x</var> h1 { font-size: 1.17em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 1.00em; }
Expand Down Expand Up @@ -56652,12 +56655,14 @@ table[rules=all] &gt; tfoot &gt; tr &gt; td, table[rules=all] &gt; tfoot &gt; tr
certain properties to block inheritance by default.</p>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

table { text-indent: initial; }</pre>

<p>In <a href=#quirks-mode>quirks mode</a>, the following rules are also
expected to apply:</p>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

table {
font-weight: initial;
font-style: initial;
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -61077,6 +61077,7 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
media.</p>

<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);

[hidden], area, audio:not([controls]), base, basefont, command,
datalist, eventsource, head, input[type=hidden], link,
menu[type=context], meta, noembed, noframes, param, script, source,
Expand Down Expand Up @@ -61333,6 +61334,7 @@ td, th { padding: 1px; }</pre>
expected to apply:</p>

<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);

form { margin-bottom: 1em; }
img[align=left] { margin-right: 3px; }
img[align=right] { margin-left: 3px; }</pre>
Expand Down Expand Up @@ -61556,6 +61558,7 @@ table[frames=border] > tfoot > tr > td, table[frames=border] > tfoot > tr > th {
<!-- XXX this is better than http://damowmow.com/temp/sectioning.css
but it's still not optimal... -->
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);

<var title="">x</var> h1 { font-size: 1.05em; }
<var title="">x</var> <var title="">x</var> h1 { font-size: 1.17em; }
<var title="">x</var> <var title="">x</var> <var title="">x</var> h1 { font-size: 1.00em; }
Expand Down Expand Up @@ -61978,12 +61981,14 @@ table[rules=all] > tfoot > tr > td, table[rules=all] > tfoot > tr > th {
certain properties to block inheritance by default.</p>

<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);

table { text-indent: initial; }</pre>

<p>In <span>quirks mode</span>, the following rules are also
expected to apply:</p>

<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);

table {
font-weight: initial;
font-style: initial;
Expand Down

0 comments on commit 21718dd

Please sign in to comment.