whatwg/infra

Following your own style guide...

オープン

#340 opened on 2020/10/06

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (122 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (158 個のスター)
PR merge metrics
 (平均マージ 9m) (30d で 1 merged 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

コントリビューターガイド