- From: poot <cvsmail@w3.org>
- Date: Sat, 16 Oct 2010 06:29:21 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: Add <video audio=muted>. (whatwg r5636)
http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.80&r2=1.81&f=h
http://html5.org/tools/web-apps-tracker?from=5635&to=5636
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- Overview.html 14 Oct 2010 08:05:42 -0000 1.80
+++ Overview.html 15 Oct 2010 21:29:10 -0000 1.81
@@ -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:51 UTC