Skip to content

Commit

Permalink
[giow] (1) seamless='' should remove the border on the iframe.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Hixie committed Sep 25, 2010
1 parent 3af8145 commit f1c0cad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -85441,7 +85441,7 @@ <h4 id=embedded-content-2><span class=secno>14.3.1 </span>Embedded content</h4>

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

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

</div>

Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -81359,7 +81359,7 @@ fieldset {

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

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

</div>

Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -97495,7 +97495,7 @@ fieldset {

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

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

</div>

Expand Down

0 comments on commit f1c0cad

Please sign in to comment.