[html5] r2755 - [] (0) Filling in the rendering section: change to a style for @namespace that i [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 4 04:52:54 PST 2009
Author: ianh
Date: 2009-02-04 04:52:53 -0800 (Wed, 04 Feb 2009)
New Revision: 2755
Modified:
index
source
Log:
[] (0) Filling in the rendering section: change to a style for @namespace that i'm less likely to screw up all the time.
Modified: index
===================================================================
--- index 2009-02-04 12:51:30 UTC (rev 2754)
+++ index 2009-02-04 12:52:53 UTC (rev 2755)
@@ -55860,6 +55860,7 @@
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,
@@ -56062,6 +56063,7 @@
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>
@@ -56277,6 +56279,7 @@
<!-- 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; }
@@ -56652,12 +56655,14 @@
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;
Modified: source
===================================================================
--- source 2009-02-04 12:51:30 UTC (rev 2754)
+++ source 2009-02-04 12:52:53 UTC (rev 2755)
@@ -61077,6 +61077,7 @@
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,
@@ -61333,6 +61334,7 @@
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>
@@ -61556,6 +61558,7 @@
<!-- 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; }
@@ -61978,12 +61981,14 @@
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;
More information about the Commit-Watchers
mailing list