Skip to content

Commit

Permalink
Editorial: use <iframe>, not <object>, for content-venn.svg
Browse files Browse the repository at this point in the history
Helps with #4592.
  • Loading branch information
domenic authored and zcorpan committed Jul 6, 2022
1 parent ec38589 commit 30c8f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -11516,7 +11516,7 @@ console.assert(image.height === 200);</code></pre>

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

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

<p>Sectioning content, heading content, phrasing content, embedded content, and interactive
content are all types of flow content. Metadata is sometimes flow content. Metadata and
Expand Down
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
iframe { border: 0; }

.bad, .bad *:not(.X\58X) { color: gray; }

.applies .yes, .yesno .yes { background: yellow; }
Expand Down

0 comments on commit 30c8f34

Please sign in to comment.