Skip to content

Commit 26789a2

Browse files
authored
Merge pull request #2144 from WalterBright/entity-fix
entity.dd: minor wording fix
2 parents 7401104 + 71fd9fb commit 26789a2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

spec/entity.dd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ $(GNAME NamedCharacterEntity):
99
$(CODE_AMP) $(GLINK2 lex, Identifier) $(D ;)
1010
)
1111

12-
$(P D supports the full list of named character entities from HTML 5. However,
13-
dmd does not yet support named entities which contain multiple code points.
14-
Below is a $(I partial) list of the named character entities. See the
12+
$(P The full list of named character entities from the
1513
$(LINK2 https://w3.org/TR/html5/syntax.html#named-character-references, HTML 5 Spec)
16-
for the full list.
14+
is supported
15+
except for the named entities which contain multiple code points.
16+
Below is a $(I partial) list of the named character entities.
1717
)
1818

19-
$(P $(B Note:) Not all will display properly in the $(B Symbol)
19+
$(P $(B Note:) Not all glyphs will display properly in the $(B Glyph)
2020
column in all browsers.
2121
)
2222

2323
$(LONGTABLE_3COLS 0.4, Named Character Entities,
24-
$(THEAD Name, Value, Symbol),
24+
$(THEAD Name, Value, Glyph),
2525
$(TROW $(D quot), $(ARGS 34), $(QUOT))
2626
$(TROW $(D amp), $(ARGS 38), $(AMP))
2727
$(TROW $(D lt), $(ARGS 60), $(D <))
@@ -59,7 +59,7 @@ $(GNAME NamedCharacterEntity):
5959
$(BR)
6060

6161
$(LONGTABLE_3COLS 0.4, Latin-1 (ISO-8859-1) Entities,
62-
$(THEAD Name, Value, Symbol),
62+
$(THEAD Name, Value, Glyph),
6363
$(TROW $(D nbsp), $(ARGS 160), $(NBSP))
6464
$(TROW $(D iexcl), $(ARGS 161), $(IEXCL))
6565
$(TROW $(D cent), $(ARGS 162), $(CENT))
@@ -160,7 +160,7 @@ $(BR)
160160
$(BR)
161161

162162
$(LONGTABLE_3COLS 0.4, Symbols and Greek letter entities,
163-
$(THEAD Name, Value, Symbol),
163+
$(THEAD Name, Value, Glyph),
164164
$(TROW $(D fnof), $(ARGS 402), $(FNOF))
165165
$(TROW $(D Alpha), $(ARGS 913), $(ALPHA_CAP))
166166
$(TROW $(D Beta), $(ARGS 914), $(BETA_CAP))

0 commit comments

Comments
 (0)