Files
openide/plugins/htmltools/testData/completion/AriaLabelledBy.html
Piotr Tomiak fd5710e37e WEB-59095 Open source HTML Tools plugin
GitOrigin-RevId: 9dfe3826d3acc25091af745f85fbe14826d9921f
2023-01-23 18:07:20 +00:00

5 lines
192 B
HTML

<!doctype html>
<div role="main" aria-labelledby="<caret>">
<h1 id="foo">Wild fires spread across the San Diego Hills</h1>
Strong winds expand fires ignited by high temperatures ...
</div>