Re: [css-houdini-drafts] [css-typed-om] Switch CSSUnparsedValue and CSSTransformValue to having an arrayish member? (#948)

> (2), the `arraylike<>;` declaration, would need to be like `maplike<>`/`setlike<>`, in that they don't inherit from the corresponding "real" classes, but do automatically (via the WebIDL spec) install all the appropriate methods on themselves.

Oh, no, I was planning on having it just inherit (since unlike Map, that's possible). That seems like it'd give the best results for e.g. "arrays with an extra item() method", which is the main use case I was considering.

-- 
GitHub Notification of comment by domenic
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/948#issuecomment-545569496 using your GitHub account

Received on Wednesday, 23 October 2019 18:11:47 UTC