Issue metadata
Sign in to add a comment
|
Remove or standardize FontFaceSet#size |
||||||||||||||||||||||||
Issue descriptionCouldn't find spec for this API. Should we remove it or standardize it?
,
Feb 10 2017
https://heycam.github.io/webidl/#es-set-size does say that setlike implies a size property. Looking at the generated code for TestInterface2 (has setlike but not size) it looks like the size attribute isn't being added automatically. jl@, it looks like you added setlike in https://chromium.googlesource.com/chromium/src/+/9016ef32769c396deb32c17dc5f3ff4a6d8acdd4, is this a known issue?
,
Feb 10 2017
IIUC our setlike/maplike support is limited and isn't fully compliant with the spec. I think a right fix would be improving our setlike/maplike support first (e.g. generate size callback automatically) then removing size attribute from FontFaceSet.
,
Mar 9 2017
,
Apr 12 2017
Bug 697121 includes extending our maplike/setlike support to include size. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by phistuck@gmail.com
, Feb 9 2017