Skip to content

[css-fonts-4] MapClass is removed from IDL spec #2639

@saschanaz

Description

@saschanaz

CSSFontFeatureValuesMap uses MapClass extended attribute:

[MapClass(CSSOMString, sequence<unsigned long>)]
interface CSSFontFeatureValuesMap {
  void set(CSSOMString featureValueName,
           (unsigned long or sequence<unsigned long>) values);
}

But it's removed and replaced by maplike: whatwg/webidl@1bc1e29 (Although the commit message improperly refers MapClass as MapLike)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions