From 189d9a07c9a006602ecae0deada91db9becb3e97 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 8 Jan 2016 15:17:19 +0100 Subject: [PATCH] Acknowledge XML Entity Definitions for Characters See https://github.com/whatwg/html-build/issues/42#issuecomment-170011902 for context. --- source | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source b/source index e0ec55c87d3..13e49188c94 100644 --- a/source +++ b/source @@ -107024,6 +107024,10 @@ document.body.appendChild(text);

The glyphs displayed above are non-normative. Refer to the Unicode specifications for formal definitions of the characters listed above.

+

The character reference names originate from the XML Entity Definitions for + Characters specification, though only the above is considered normative.

+

The XHTML syntax

@@ -117548,6 +117552,9 @@ INSERT INTERFACES HERE
[XML]
Extensible Markup Language, T. Bray, J. Paoli, C. Sperberg-McQueen, E. Maler, F. Yergeau. W3C.
+
[XMLENTITY]
+
(Non-normative) XML Entity Definitions for Characters, D. Carlisle, P. Ion. W3C.
+
[XMLNS]
Namespaces in XML, T. Bray, D. Hollander, A. Layman, R. Tobin. W3C.