lychee/fixtures/TEST_HTML5_CUSTOM_ELEMENTS.html

16 lines
400 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head> </head>
<body>
<some-weird-element
href="https://example.com/some-weird-element"
></some-weird-element>
<even-weirder
fake-attr
src="https://example.com/even-weirder-src"
href="https://example.com/even-weirder-href"
></even-weirder>
<citations cite="https://example.com/citations"></citations>
</body>
</html>