Re: [whatwg/dom] Observe changes in computed styles via MutationObserver? (Issue #1041)

No, you'd want something dedicated in CSSOM for this. Mutation observer is only good for node tree mutations and the computed style can change due to changes outside of that. I recommend opening an issue at https://github.com/w3c/csswg-drafts/issues/new for discussion. (Or perhaps they already have one, haven't checked.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1041#issuecomment-988593275

Received on Wednesday, 8 December 2021 08:18:23 UTC