[csswg-drafts] [css-regions] MapClass is removed from IDL spec (#6014)

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

== [css-regions] MapClass is removed from IDL spec ==
This issue is similar to https://github.com/w3c/csswg-drafts/issues/2639 but for https://drafts.csswg.org/css-regions/#the-namedflow-interface:
```idl
[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 https://github.com/w3c/csswg-drafts/commit/713ace77005823ee071975f9728f5cf84ec2fc12.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 18 February 2021 10:08:35 UTC