Re: [css-houdini-drafts] [font-metrics-api] FontMetrics IDL is invalid

Indeed. An attribute with a `sequence<…>` return type would by definition return a new `Array` every time you access it, and that's considered a bad API. You can use `FrozenArray`, or make them functions.

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

Received on Wednesday, 10 October 2018 08:54:55 UTC