<figure> and <figcaption>
If I code a picture with a caption:
<figure>
<img...>
<figcaption>...</figcaption>
</figure>
isn't this picture+caption then supposed to be 1 unit?
I'm asking because I specified a style="height:100vh" on the <figure>, but it looks as if the "height" only affects the <img> and not the caption. At least in ADE 4.5.11.187658 it does.
|