File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85441,7 +85441,7 @@ <h4 id=embedded-content-2><span class=secno>14.3.1 </span>Embedded content</h4>
85441
85441
85442
85442
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
85443
85443
85444
- iframe { border: 2px inset; }</pre>
85444
+ iframe:not([seamless]) { border: 2px inset; }</pre>
85445
85445
85446
85446
</div>
85447
85447
Original file line number Diff line number Diff line change @@ -81359,7 +81359,7 @@ fieldset {
81359
81359
81360
81360
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
81361
81361
81362
- iframe { border: 2px inset; }</pre>
81362
+ iframe:not([seamless]) { border: 2px inset; }</pre>
81363
81363
81364
81364
</div>
81365
81365
Original file line number Diff line number Diff line change @@ -97495,7 +97495,7 @@ fieldset {
97495
97495
97496
97496
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
97497
97497
97498
- iframe { border: 2px inset; }</pre>
97498
+ iframe:not([seamless]) { border: 2px inset; }</pre>
97499
97499
97500
97500
</div>
97501
97501
You can’t perform that action at this time.
0 commit comments