You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website/src/content/docs/guides/structure.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,12 @@ The generic `group` role is not the only way to encode a relationship of belongi
135
135
<td><code><fieldset></code> and <code><legend></code></td>
136
136
<td></td>
137
137
</tr>
138
+
<tr>
139
+
<td>Figure</td>
140
+
<td>Providing captions for images and other media.</td>
141
+
<td><code><figure></code> and <code><figcaption></code>. The the <code><figcaption></code> must appear alongside the media, each inside the <code><figure></code></td>
0 commit comments