- From: poot <cvsmail@w3.org>
- Date: Sat, 16 Oct 2010 06:29:23 +0900 (JST)
- To: public-html-diffs@w3.org
microdata; hixie: Add <video audio=muted>. (whatwg r5636)
http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.97&r2=1.98&f=h
http://html5.org/tools/web-apps-tracker?from=5635&to=5636
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Overview.html 14 Oct 2010 08:05:38 -0000 1.97
+++ Overview.html 15 Oct 2010 21:29:05 -0000 1.98
@@ -63,7 +63,8 @@
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
h1 + h2, hr + h2.no-toc { page-break-before: auto; }
- p > span:not([title=""]):not([class="XXX"]):not([class="impl"]), li > span:not([title=""]):not([class="XXX"]):not([class="impl"]) { border-bottom: solid #9999CC; }
+ p > span:not([title=""]):not([class="XXX"]):not([class="impl"]):not([class="note"]),
+ li > span:not([title=""]):not([class="XXX"]):not([class="impl"]):not([class="note"]), { border-bottom: solid #9999CC; }
div.head { margin: 0 0 1em; padding: 1em 0 0 0; }
div.head p { margin: 0; }
Received on Friday, 15 October 2010 21:29:52 UTC