[html5] r5008 - [giow] (2) define <hr> vertical margins Fixing http://www.w3.org/Bugs/Public/sho [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 12 17:08:26 PDT 2010
Author: ianh
Date: 2010-04-12 17:08:25 -0700 (Mon, 12 Apr 2010)
New Revision: 5008
Modified:
complete.html
index
source
Log:
[giow] (2) define <hr> vertical margins
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9423
Modified: complete.html
===================================================================
--- complete.html 2010-04-13 00:05:18 UTC (rev 5007)
+++ complete.html 2010-04-13 00:08:25 UTC (rev 5008)
@@ -82955,7 +82955,7 @@
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
-hr { color: gray; border-style: inset; border-width: 1px; }</pre>
+hr { color: gray; border-style: inset; border-width: 1px; margin-top: 0.5em; margin-bottom: 0.5em; }</pre>
<p>The following rules are also expected to apply, as
<a href=#presentational-hints>presentational hints</a>:</p>
Modified: index
===================================================================
--- index 2010-04-13 00:05:18 UTC (rev 5007)
+++ index 2010-04-13 00:08:25 UTC (rev 5008)
@@ -76221,7 +76221,7 @@
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
-hr { color: gray; border-style: inset; border-width: 1px; }</pre>
+hr { color: gray; border-style: inset; border-width: 1px; margin-top: 0.5em; margin-bottom: 0.5em; }</pre>
<p>The following rules are also expected to apply, as
<a href=#presentational-hints>presentational hints</a>:</p>
Modified: source
===================================================================
--- source 2010-04-13 00:05:18 UTC (rev 5007)
+++ source 2010-04-13 00:08:25 UTC (rev 5008)
@@ -94439,7 +94439,7 @@
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
-hr { color: gray; border-style: inset; border-width: 1px; }</pre>
+hr { color: gray; border-style: inset; border-width: 1px; margin-top: 0.5em; margin-bottom: 0.5em; }</pre>
<p>The following rules are also expected to apply, as
<span>presentational hints</span>:</p>
More information about the Commit-Watchers
mailing list