whatwg/infra

Following your own style guide...

开放

#340 创建于 2020年10月6日

 (8 条评论) (0 个反应) (0 位负责人)HTML (122 个派生)github user discovery
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

贡献者指南