commonmark / commonmark-spec

CommonMark spec, with reference implementations in C and JavaScript
http://commonmark.org
Other
4.89k stars 317 forks source link

Reword “entities” to “named character references” #615

Open wooorm opened 5 years ago

wooorm commented 5 years ago

The HTML spec (no longer?) does not reference “entities”. Instead, there are two/three types of character references: named, numerical (hexadecimal or decimal). (for reference: https://html.spec.whatwg.org/multipage/parsing.html#character-reference-state)

I think rewording the CM spec to use the term “character references” is good, it would be more in line with HTML, and simplify phrases such as “Entity and character references”, or naming escapes and character references as two mechanisms similar mechanisms.

wooorm commented 4 years ago

@jgm Friendly ping! I can create a PR if this is of interest