Skip to content

Commit 089a8f7

Browse files
committed
figures
1 parent 9c8fac9 commit 089a8f7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/website/src/content/docs/guides/structure.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ The generic `group` role is not the only way to encode a relationship of belongi
135135
<td><code>&lt;fieldset></code> and <code>&lt;legend></code></td>
136136
<td></td>
137137
</tr>
138+
<tr>
139+
<td>Figure</td>
140+
<td>Providing captions for images and other media.</td>
141+
<td><code>&lt;figure></code> and <code>&lt;figcaption></code>. The the <code>&lt;figcaption></code> must appear alongside the media, each inside the <code>&lt;figure></code></td>
142+
<td>None currently provided</td>
143+
</tr>
138144
</table>
139145

140146
### Landmarks

0 commit comments

Comments
 (0)