Re: [csswg-drafts] [font-loading] FontFaceSetLoadEvent's fontfaces should use FrozenArray

For what it's worth, Gecko's IDL for this is:

    [Cached, Constant] readonly attribute sequence<FontFace> 
fontfaces;

which is just missing `[Frozen]` to be functionally equivalent to 
`[SameObject] readonly attribute FrozenArray<FontFace> fontfaces;`.

The `[Frozen]` thing came up during code review for the Gecko code 
(the original patch did include it) and was supposed to lead to the 
filing of a spec issue, because the spec didn't define the behavior of
 this getter at all.  It looks like the spec issue never got filed.  
:(

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

Received on Friday, 16 December 2016 16:26:14 UTC