Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) define <hr> vertical margins
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9423

git-svn-id: http://svn.whatwg.org/webapps@5008 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 13, 2010
1 parent 871bd44 commit 4e3ba5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -82955,7 +82955,7 @@ <h4 id=the-hr-element-0><span class=secno>14.2.8 </span>The <code><a href=#the-h

<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>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -76221,7 +76221,7 @@ input { box-sizing: border-box; }</pre>

<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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -94439,7 +94439,7 @@ input { box-sizing: border-box; }</pre>

<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>
Expand Down

0 comments on commit 4e3ba5b

Please sign in to comment.