good first issue
仓库指标
- 星标
- (158 个星标)
- PR 合并指标
- (平均合并 9分钟) (30 天内合并 1 个 PR)
描述
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