whatwg/infra

Following your own style guide...

Open

#340 opened on Oct 6, 2020

View on GitHub
 (8 comments) (0 reactions) (0 assignees)HTML (122 forks)github user discovery
good first issue

Repository metrics

Stars
 (158 stars)
PR merge metrics
 (PR metrics pending)

Description

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