Re: [csswg-drafts] [css-fonts] @font-palette-values rule has no object model

>  No idea how in WebIDL to declare an unbounded set of descriptors whose names are the set of integers. Would that be a map?

Best way is to make the interface `maplike`, yeah, so you'd do `palette.set(1, "red")`.

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

Received on Thursday, 27 July 2017 20:43:25 UTC