[html5] r5484 - [giow] (1) seamless='' should remove the border on the iframe. Fixing http://www [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Sep 25 08:16:39 PDT 2010
Author: ianh
Date: 2010-09-25 08:16:37 -0700 (Sat, 25 Sep 2010)
New Revision: 5484
Modified:
complete.html
index
source
Log:
[giow] (1) seamless='' should remove the border on the iframe.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10429
Modified: complete.html
===================================================================
--- complete.html 2010-09-25 01:57:06 UTC (rev 5483)
+++ complete.html 2010-09-25 15:16:37 UTC (rev 5484)
@@ -85441,7 +85441,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>
Modified: index
===================================================================
--- index 2010-09-25 01:57:06 UTC (rev 5483)
+++ index 2010-09-25 15:16:37 UTC (rev 5484)
@@ -81359,7 +81359,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>
Modified: source
===================================================================
--- source 2010-09-25 01:57:06 UTC (rev 5483)
+++ source 2010-09-25 15:16:37 UTC (rev 5484)
@@ -97495,7 +97495,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>
More information about the Commit-Watchers
mailing list