hixie: seamless='' should remove the border on the iframe. (whatwg r5484)

hixie: seamless='' should remove the border on the iframe. (whatwg
r5484)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4375&r2=1.4376&f=h
http://html5.org/tools/web-apps-tracker?from=5483&to=5484

===================================================================
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:18:02 UTC