[csswg-drafts] Pull Request: [css-fonts-4] Fix Web IDL syntax

tidoust has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-fonts-4] Fix Web IDL syntax ==
Previous Web IDL update (https://github.com/w3c/csswg-drafts/commit/146c023e7b8b218874fd82d9b52b354f116aeffa) only fixed the first syntax error reported by Reffy.

A few other semi-colons were still missing. Also, the spec used the `MapClass` extended attribute, which no longer exists in Web IDL. The `CSSFontFeatureValuesMap` interface now uses a [maplike declaration](https://heycam.github.io/webidl/#idl-maplike).

See https://github.com/w3c/csswg-drafts/pull/2709

Received on Sunday, 27 May 2018 22:11:14 UTC