Re: Apparently spurious errors in the Nu Html Checker

You may need to provide a link to the stripped-down page with errors. When I copy-and-paste the code from your email, I don't see any Unicode errors.

> On Jan 22, 2023, at 8:28 PM, Lincoln Madison <areacode@lincmad.com> wrote:
> 
> :lang(ff), :lang(fuc), :lang(fuf), :lang(*-Adlm) {
> font-family: 'Noto Sans Adlam', sans-serif;
> }

For this particular case, the spec says that wildcard language-ranges need to be quoted. I.e. :lang("*-Adlm")

https://w3c.github.io/csswg-drafts/selectors/#the-lang-pseudo

Received on Monday, 23 January 2023 13:12:30 UTC