whatwg/infra

Following your own style guide...

Offen

#340 geöffnet am 06.10.2020

 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (122 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (158 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9m) (1 gemergte PR in 30 T)

Beschreibung

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

Contributor Guide