Re: [csswg-drafts] [css-anchor-1] Add CSSOM interfaces (#9005)

OK, I'll make them mutable (aka I'll make a closer copy of `CSSKeyframesRule`).

> If it's not readonly, we can probably just inherit from CSSGroupingRule and add the name attribute.

I think inheritance from `CSSGroupingRule` is more appropriate if the child rules can be of any type.

If only one type of child rules are allowed, then it should inherit from `CSSRule` (again using `CSSKeyframesRule` as an example).

-- 
GitHub Notification of comment by xiaochengh
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/9005#issuecomment-1622593212 using your GitHub account


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

Received on Wednesday, 5 July 2023 22:07:15 UTC