[css-font-loading] WebIDL bugs

1. Sequences should have type arguments, so
Constructor(sequence initialFaces)
should be probably replaced by
Constructor(sequence<FontFace> initialFaces)

2. Extended argument values should be grouped correctly, so all occurrences
of
Exposed=Window,Worker
should be replaced by
Exposed=(Window,Worker)



Best regards,
Rainer

Received on Thursday, 19 May 2016 13:25:30 UTC