- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 25 Sep 2010 15:16:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5554
Modified Files:
Overview.html
Log Message:
seamless='' should remove the border on the iframe. (whatwg r5484)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4375
retrieving revision 1.4376
diff -u -d -r1.4375 -r1.4376
--- Overview.html 25 Sep 2010 01:57:10 -0000 1.4375
+++ Overview.html 25 Sep 2010 15:16:43 -0000 1.4376
@@ -62484,7 +62484,7 @@
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
-iframe { border: 2px inset; }</pre>
+iframe:not([seamless]) { border: 2px inset; }</pre>
</div><div class="impl">
Received on Saturday, 25 September 2010 15:16:51 UTC