Skip to content

Commit 30c8f34

Browse files
domeniczcorpan
authored andcommitted
Editorial: use <iframe>, not <object>, for content-venn.svg
Helps with #4592.
1 parent ec38589 commit 30c8f34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11516,7 +11516,7 @@ console.assert(image.height === 200);</code></pre>
1151611516

1151711517
<p>These categories are related as follows:</p>
1151811518

11519-
<p><object width="1000" height="288" data="/images/content-venn.svg"></object></p>
11519+
<p><iframe width="1000" height="288" src="/images/content-venn.svg"></iframe></p>
1152011520

1152111521
<p>Sectioning content, heading content, phrasing content, embedded content, and interactive
1152211522
content are all types of flow content. Metadata is sometimes flow content. Metadata and

styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
iframe { border: 0; }
2+
13
.bad, .bad *:not(.X\58X) { color: gray; }
24

35
.applies .yes, .yesno .yes { background: yellow; }

0 commit comments

Comments
 (0)