[csswg-drafts] [css-font-loading] Typo in the IDL of FontFaceSource

fred-wang has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-font-loading] Typo in the IDL of FontFaceSource ==
See https://drafts.csswg.org/css-font-loading/#font-face-source:

      [Exposed=(Window,Worker)
       NoInterfaceObject]
      interface FontFaceSource {
        readonly attribute FontFaceSet fonts;
      };

The two extended attributes should be separated by a comma.

cc @heycam

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2441 using your GitHub account

Received on Thursday, 15 March 2018 12:02:18 UTC