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

https://heycam.github.io/webidl/#idl-iterable

> If a single type parameter is given, then the interface has a value iterator and provides values of the specified type. If two type parameters are given, then the interface has a pair iterator and provides value pairs with the given types.

Currently, the spec just has `iterable<DOMString>`, not `iterable<unsigned long, DOMString>`. Maybe I'm misunderstanding?

-- 
GitHub Notification of comment by litherum
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6593#issuecomment-917170172 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:52:26 UTC