We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cba2836 + 4a9e8ce commit f17da6cCopy full SHA for f17da6c
spec/entity.dd
@@ -11,8 +11,9 @@ $(GNAME NamedCharacterEntity):
11
12
$(P The full list of named character entities from the
13
$(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.
+ is supported.
+ 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.
17
Below is a $(I partial) list of the named character entities.
18
)
19
0 commit comments