tidy-html5/regression_testing/cases/github-expects/case-483.html

24 lines
361 B
HTML
Raw Blame History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
Issue #483 - surrogate pairs
</title>
</head>
<body>
<p>
valid pair; no warning - 😍
</p>
<p>
out of range pair - <20>
</p>
<p>
no trailing pair - <20>no tail
</p>
<p>
no leading pair - no lead<61>
</p>
</body>
</html>