From 8e5ebda32f8caeaa22cb55ac877f6aebe6967ae6 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 23 May 2008 09:07:29 +0000 Subject: [PATCH] [ct] (0) Reduce the number of errors in truncated doctypes git-svn-id: http://svn.whatwg.org/webapps@1685 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- index | 4 ++-- source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index b/index index 7702d7ae3ed..c5ea5e79539 100644 --- a/index +++ b/index @@ -44217,8 +44217,8 @@ function receiver(e) {
EOF -
Parse error. Emit the DOCTYPE token. Reconsume - the EOF character in the data state. +
Emit the DOCTYPE token. Reconsume the EOF character in the data state.
Anything else diff --git a/source b/source index 4ccf9dc01e7..cdcfc82cf71 100644 --- a/source +++ b/source @@ -41730,8 +41730,8 @@ function receiver(e) { state.
EOF
-
Parse error. Emit the DOCTYPE token. Reconsume - the EOF character in the data state.
+
Emit the DOCTYPE token. Reconsume the EOF character in the + data state.
Anything else
Stay in the bogus DOCTYPE state.