Skip to content

Commit f17da6c

Browse files
authored
Merge pull request #3419 from dkorpel/entity
Issue 23376 - Allow multi-code-point HTML entities
2 parents cba2836 + 4a9e8ce commit f17da6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/entity.dd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ $(GNAME NamedCharacterEntity):
1111

1212
$(P The full list of named character entities from the
1313
$(LINK2 https://w3.org/TR/html5/syntax.html#named-character-references, HTML 5 Spec)
14-
is supported
15-
except for the named entities which contain multiple code points.
14+
is supported.
15+
Named entities which contain multiple code points can only be used in string literals,
16+
not in character literals, since they do not fit in any character type.
1617
Below is a $(I partial) list of the named character entities.
1718
)
1819

0 commit comments

Comments
 (0)