Re: [csswg-drafts] [css-font-loading] [info discovery] FontFaceSet uses size but FontFacePalettes/FontFacePalette use length (#6597)

Well, it uses size because it's a set-like, and that's how Sets communicate their size; the others are iterables, and `length` is how they do it.

We absolutely should not attempt to diverge from the standard property names here, but I suppose we could discuss whether they should *all* be set-likes.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6597#issuecomment-917167524 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 10 September 2021 19:47:44 UTC