mirror of https://github.com/sveltejs/svelte
fix figcaption a11y warning - fixes #996
parent
c799230164
commit
0be3211c4f
@ -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