Skip to content

[css-regions] MapClass is removed from IDL spec #6014

@foolip

Description

@foolip

This issue is similar to #2639 but for https://drafts.csswg.org/css-regions/#the-namedflow-interface:

[Exposed=Window,
 MapClass=(CSSOMString, NamedFlow)] interface NamedFlowMap {
  NamedFlow? get(CSSOMString flowName);
  boolean has(CSSOMString flowName);
  NamedFlowMap set(CSSOMString flowName, NamedFlow flowValue);
  boolean delete(CSSOMString flowName);
};

The fix would be similar to 713ace7.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions