summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Architecture2
-rw-r--r--test/data/html/INDEX1
-rw-r--r--test/data/html/initial-close-tag.html11
3 files changed, 13 insertions, 1 deletions
diff --git a/docs/Architecture b/docs/Architecture
index 73966eb..8fbfc72 100644
--- a/docs/Architecture
+++ b/docs/Architecture
@@ -29,7 +29,7 @@ Overview
The input stream veneer provides an abstract stream-like interface over
the document buffer. This is used by the tokeniser. The document buffer
- will be encoded in either UTf-8 or UTF-16 (this is client-selectable).
+ will be encoded in either UTF-8 or UTF-16 (this is client-selectable).
Tokeniser
---------
diff --git a/test/data/html/INDEX b/test/data/html/INDEX
index df4a27c..043950b 100644
--- a/test/data/html/INDEX
+++ b/test/data/html/INDEX
@@ -4,3 +4,4 @@
section-tree-construction.html HTML5 tree construction algorithm
#web-apps.html HTML5 specification
+initial-close-tag.html Page with initial </html>
diff --git a/test/data/html/initial-close-tag.html b/test/data/html/initial-close-tag.html
new file mode 100644
index 0000000..7079982
--- /dev/null
+++ b/test/data/html/initial-close-tag.html
@@ -0,0 +1,11 @@
+</html>
+<!DOCTYPE html>
+<html>
+<head>
+<title>A title</title>
+</head>
+<body>
+Some text.
+</body>
+</html>
+