- From: poot <cvsmail@w3.org>
- Date: Fri, 20 Mar 2009 17:54:29 +0900 (JST)
- To: public-html-diffs@w3.org
Integrate the specs together a bit more, fix some legacy issues. (whatwg r2883) http://people.w3.org/mike/diffs/html5/spec/Overview.1.2055.html http://dev.w3.org/html5/spec/Overview.html http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2054&r2=1.2055&f=h http://html5.org/tools/web-apps-tracker?from=2882&to=2883 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2054 retrieving revision 1.2055 diff -u -d -r1.2054 -r1.2055 --- Overview.html 20 Mar 2009 07:01:40 -0000 1.2054 +++ Overview.html 20 Mar 2009 08:52:34 -0000 1.2055 @@ -61,6 +61,8 @@ h2 { page-break-before: always; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } + p > span:not([title=""]):not([class="XXX"]), li > span:not([title=""]):not([class="XXX"]) { border-bottom: solid #99CC99; } + div.head { margin: 0 0 1em; padding: 1em 0 0 0; } div.head p { margin: 0; } div.head h1 { margin: 0; }
Received on Friday, 20 March 2009 08:55:05 UTC