Skip to content

Commit

Permalink
Wrap image in a figure element
Browse files Browse the repository at this point in the history
Images wrapped in a figure are styled responsively

@see https://respec.org/docs/#figures-table-of-figure
  • Loading branch information
kaelig committed Jul 6, 2022
1 parent 5134944 commit b9aaa98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion technical-reports/format/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@ For example:

Tools that let users pick or edit tokens via a GUI MAY use the grouping structure to display a suitable form of progressive disclosure, such as a collapsible tree view.

<img src="./group-progressive-disclosure.png" alt="Progressive disclosure groups" style="width:100%; height: auto;" />
<figure id="figure-group-progressive-disclosure">
<img src="./group-progressive-disclosure.png" alt="" />
<figcaption>Progressive disclosure groups</figcaption>
</figure>

### Export tools

Expand Down

0 comments on commit b9aaa98

Please sign in to comment.