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

16 lines
266 B
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
</head>
<body>
<ol>
<li class="user" data-city="Boston">
</li>
</ol>
<ol>
<li data-city=""
</ol>
</body>
</html>