mirror of https://github.com/sveltejs/svelte
fix figcaption a11y warning - #991
parent
cf94217ffc
commit
f33b883ed6
@ -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