From 34e9e8eea70a8820305fe9f07d7f0a532afe6ff7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 30 Dec 2015 12:17:11 -0800 Subject: Changed misleading undefined entity name example. --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index c227683..e809ae7 100644 --- a/spec.txt +++ b/spec.txt @@ -5013,10 +5013,10 @@ Here are some nonentities: .   &x; &#; &#x; -&ThisIsWayTooLongToBeAnEntityIsntIt; &hi?; +&ThisIsNotDefined; &hi?; .

&nbsp &x; &#; &#x; -&ThisIsWayTooLongToBeAnEntityIsntIt; &hi?;

+&ThisIsNotDefined; &hi?;

. Although HTML5 does accept some entity references -- cgit v1.2.3