- From: poot <cvsmail@w3.org>
- Date: Mon, 29 Jun 2009 20:30:05 +0900 (JST)
- To: public-html-diffs@w3.org
Tweak presentation of category lists. (whatwg r3340) http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.36&r2=1.37&f=h http://html5.org/tools/web-apps-tracker?from=3339&to=3340 =================================================================== RCS file: /sources/public/html5/eventsource/Overview.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Overview.html 26 Jun 2009 09:08:25 -0000 1.36 +++ Overview.html 29 Jun 2009 11:24:29 -0000 1.37 @@ -85,6 +85,13 @@ .brief li { margin: 0; padding: 0; } .brief li p { margin: 0; padding: 0; } + .category-list { margin-top: -0.75em; margin-bottom: 1em; line-height: 1.5; } + .category-list::before { content: '\21D2\A0'; font-size: 1.2em; font-weight: 900; } + .category-list li { display: inline; } + .category-list li:not(:last-child)::after { content: ', '; } + .category-list li > span, .category-list li > a { text-transform: lowercase; } + .category-list li * { text-transform: none; } /* don't affect <code> nested in <a> */ + .XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; } .XXX > :first-child { margin-top: 0; } p .XXX { line-height: 3em; } @@ -166,7 +173,7 @@ <h1>Server-Sent Events</h1> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 26 June 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 29 June 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -232,7 +239,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> <!-- This specification is the 23 April 2009 Working Draft. --> - This specification is the 26 June 2009 Editor's Draft. + This specification is the 29 June 2009 Editor's Draft. <!--:ZZZ--> </p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of
Received on Monday, 29 June 2009 11:30:41 UTC