- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 09:08:40 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: define <hr> vertical margins (whatwg r5008) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4024&r2=1.4025&f=h http://html5.org/tools/web-apps-tracker?from=5007&to=5008 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4024 retrieving revision 1.4025 diff -u -d -r1.4024 -r1.4025 --- Overview.html 13 Apr 2010 00:05:22 -0000 1.4024 +++ Overview.html 13 Apr 2010 00:08:29 -0000 1.4025 @@ -61405,7 +61405,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>
Received on Tuesday, 13 April 2010 00:09:09 UTC