good first issue
Repository metrics
- Stars
- (158 stars)
- PR merge metrics
- (PR metrics pending)
Description
In https://infra.spec.whatwg.org/#code-points you suggest.
...Documents using the Infra Standard are encouraged to follow code points by their name...
but you fail to do so, when in https://infra.spec.whatwg.org/#strings you write
To convert a string into a scalar value string, replace any surrogates with U+FFFD.
It should be
To convert a string into a scalar value string, replace any surrogates with U+FFFD REPLACEMENT CHARACTER.
See https://www.unicode.org/charts/PDF/UFFF0.pdf
Wolf Lammen