10BC0 [giow] (1) seamless='' should remove the border on the iframe. · whatwg/html@f1c0cad · GitHub
[go: up one dir, main page]

Skip to content

Commit f1c0cad

Browse files
committed
[giow] (1) seamless='' should remove the border on the iframe.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10429 git-svn-id: http://svn.whatwg.org/webapps@5484 340c8d12-0b0e-0410-8428-c7bf67bfef74
1 parent 3af8145 commit f1c0cad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

complete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85441,7 +85441,7 @@ <h4 id=embedded-content-2><span class=secno>14.3.1 </span>Embedded content</h4>
8544185441

8544285442
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
8544385443

85444-
iframe { border: 2px inset; }</pre>
85444+
iframe:not([seamless]) { border: 2px inset; }</pre>
8544585445

8544685446
</div>
8544785447

index

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81359,7 +81359,7 @@ fieldset {
8135981359

8136081360
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
8136181361

81362-
iframe { border: 2px inset; }</pre>
81362+
iframe:not([seamless]) { border: 2px inset; }</pre>
8136381363

8136481364
</div>
8136581365

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97495,7 +97495,7 @@ fieldset {
9749597495

9749697496
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
9749797497

97498-
iframe { border: 2px inset; }</pre>
97498+
iframe:not([seamless]) { border: 2px inset; }</pre>
9749997499

9750097500
</div>
9750197501

0 commit comments

Comments
 (0)
0