Sign in
chromium
/
chromium
/
src.git
/
fafff21
/
.
/
headless
/
test
/
data
/
structured_doc
/
only_figure_role.html
blob: f1bb7d2a3e2bbad0d42b02766e6816494c3d6a25 [
file
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<body>
<div
role
=
"figure"
aria-labelledby
=
"figure-1"
>
<img
src
=
"svg_example_image.png"
alt
=
"Sample SVG image"
>
<p
id
=
"figure-1"
>
Text that describes the figure.
</p>
</div>
</body>
</html>