]> gitweb.factorcode.org Git - factor.git/commitdiff
html.entities: reference the table in the w3 specs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Apr 2014 02:15:55 +0000 (19:15 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Apr 2014 02:15:55 +0000 (19:15 -0700)
extra/html/entities/entities.factor

index 1795b71acc61caa748ca3a3e1075dc778760408d..6d0e615ea86cae92dd2828215252e7e87807cd3a 100644 (file)
@@ -80,6 +80,8 @@ CONSTANT: invalid-codepoints {
     0x10fffe 0x10ffff
 }
 
+! see http://www.w3.org/TR/html5/syntax.html#named-character-references
+
 CONSTANT: html5 H{
     { "Aacute" "\xc1" }
     { "aacute" "\xe1" }