whatwg/infra

Following your own style guide...

Aperta

#340 aperta il 6 ott 2020

 (8 commenti) (0 reazioni) (0 assegnatari)HTML (122 fork)github user discovery
good first issue

Metriche repository

Star
 (158 stelle)
Metriche merge PR
 (Merge medio 9m) (1 PR mergiata in 30 g)

Descrizione

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

Guida contributor