Re: [csswg-drafts] [cssom] ComputedStyleObserver to observe changes in elements' computed styles (#8982)

I guess simple cases could be covered by the already approved #6205?

```js
element.firstChild.matchContainer("style(property: value)")).addListener(listener)
```

But yeah not the best API if the element doesn't have children or for properties with a non-trivial value space.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8982#issuecomment-1596293582 using your GitHub account


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

Received on Sunday, 18 June 2023 22:43:14 UTC