Skip to content

Commit 64ff523

Browse files
committed
[css-anchor-position-1][editorial] Wrap example iframe in a figure, link to source
1 parent 42f5ae0 commit 64ff523

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,10 @@ etc.
976976
and see that the anchored lines and tooltips dynamically adjust
977977
to whichever bar is the highest/lowest.
978978

979-
<iframe src="examples/calc-anchor.html" style="width: 80%; aspect-ratio: 5 / 3; margin: 1em 10%;"></iframe>
979+
<figure>
980+
<iframe src="examples/calc-anchor.html" style="width: 80%; aspect-ratio: 5 / 3; margin: 1em 10%;"></iframe>
981+
<figcaption><a href="examples/calc-anchor.html">Full Example</a></figcaption>
982+
</figure>
980983

981984
The important fragment of the code to accomplish this is:
982985

0 commit comments

Comments
 (0)