swc/crates/swc_html_minifier/tests/fixture/attribute/itemid/input.html

26 lines
704 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<dl itemscope
itemtype="https://schema.org/Book"
itemid=" urn:isbn:0-374-22848-5< ">
<dt>Title
<dd
itemprop="title">Owls of the Eastern Ice
<dt>Author
<dd
itemprop="author">Jonathan C Slaght
<dt>Publication date
<dd><time
itemprop="datePublished"
datetime="2020-08-04">August 4 2020</time>
</dl>
</body>
</html>