Re: [csswg-drafts] [css-font-loading] [info discovery] iterable doesn't tell you what index you are at (#6593)

That's describing the default iterators, yes. Look slightly further down:

> Interfaces with iterable declarations must not have any interface members named "entries", "forEach", "keys", or "values", or have any inherited interfaces that have members with these names.

This is because those four methods are automatically provided by the iterable declaration (with the specifics defined in <https://heycam.github.io/webidl/#es-iterable>)

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6593#issuecomment-917184565 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 20:16:19 UTC