mirror of https://github.com/sveltejs/svelte
fix figcaption a11y warning - fixes #996
parent
a39b435a41
commit
6334899b3d
@ -0,0 +1,7 @@
|
|||||||
|
<figure>
|
||||||
|
<img src='foo.jpg' alt='a picture of a foo'>
|
||||||
|
|
||||||
|
<figcaption>
|
||||||
|
a foo in its natural habitat
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
Loading…
Reference in new issue