commonmark-spec icon indicating copy to clipboard operation
commonmark-spec copied to clipboard

Reword “entities” to “named character references”

Open wooorm opened this issue 6 years ago • 1 comments

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 avatar Oct 01 '19 18:10 wooorm

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

wooorm avatar Jul 04 '20 18:07 wooorm