mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
13 lines
425 B
HTML
13 lines
425 B
HTML
<!DOCTYPE html>
|
|
<html prefix="dc: http://purl.org/dc/elements/1.1/" xml:base="http://example.org/invalid/">
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0109</title>
|
|
</head>
|
|
<body>
|
|
<!-- This a NOT a valid XHTML document (due to @xml:base) -->
|
|
<div xml:base="http://example.org/invalid/">
|
|
<p about="">This is <span property="dc:title">Test 0109</span>.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|