Skip to content

Commit

Permalink
Remove <iframe seamless>
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritsyy committed Jan 11, 2016
1 parent 3e66025 commit 3193dab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -108176,10 +108176,7 @@ html, body { display: block; }</pre>
<p>For each property in the table below, given a <code>body</code> element, the first attribute
that exists <span>maps to the pixel length property</span> on the <code>body</code> element. If
none of the attributes for a property are found, or if the value of the attribute that was found
cannot be parsed successfully, then, if the <code>body</code> element's <span>node document</span>'s
<span>browsing context</span> does not have its <span>seamless browsing context flag</span> set, a
default value of 8px is expected to be used for that property instead.</p>

cannot be parsed successfully, then a default value of 8px is expected to be used for that property instead.</p>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -109341,7 +109338,6 @@ legend {
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);

iframe:not([seamless]) { border: 2px inset; }
iframe[seamless] { display: block; }
<span id="video-object-fit">video { object-fit: contain; }</span></pre>


Expand Down

0 comments on commit 3193dab

Please sign in to comment.