Skip to content

Commit 461c57e

Browse files
alkavats1crisbeto
authored andcommitted
docs: removed the obsolete Tag and updated the files (#27237)
(cherry picked from commit aa81267)
1 parent 8fafa88 commit 461c57e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components-examples/material/tabs/tab-group-preserve-content/tab-group-preserve-content-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
width="560"
77
height="315"
88
src="https://www.youtube.com/embed/B-lipaiZII8"
9-
frameborder="0"
9+
style="border: 0"
1010
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
1111
allowfullscreen></iframe>
1212
</mat-tab>

src/dev-app/dialog/dialog-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export class ContentElementDialog {
240240
<h2 mat-dialog-title>Neptune</h2>
241241
242242
<mat-dialog-content>
243-
<iframe frameborder="0" src="https://en.wikipedia.org/wiki/Neptune"></iframe>
243+
<iframe style="border: 0" src="https://en.wikipedia.org/wiki/Neptune"></iframe>
244244
</mat-dialog-content>
245245
246246
<mat-dialog-actions>

src/dev-app/legacy-dialog/legacy-dialog-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export class LegacyContentElementDialog {
232232
<h2 mat-dialog-title>Neptune</h2>
233233
234234
<mat-dialog-content>
235-
<iframe frameborder="0" src="https://en.wikipedia.org/wiki/Neptune"></iframe>
235+
<iframe style="border: 0" src="https://en.wikipedia.org/wiki/Neptune"></iframe>
236236
</mat-dialog-content>
237237
238238
<mat-dialog-actions>

0 commit comments

Comments
 (0)