w3c/css-houdini-drafts

[css-properties-values-api] Remove CSSRule.PROPERTY_RULE

Closed this issue · 2 comments

Since cssom-constants is deprecated, and cssom doesn't list CSSPropertyRule in the relevant place, shall we just remove CSSRule.PROPERTY_RULE, and have the type attribute return 0?

Alternatively add a CSSPropertyRule case to cssom, but I'd rather just remove PROPERTY_RULE.

cc @tabatkins

Yes, we should just remove PROPERTY_RULE

Removed in aa67c0f