Skip to content

[cssom-1] Record mutation for changes to CSSStyleDeclaration. #2268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

[cssom-1] Record mutation for changes to CSSStyleDeclaration. #2268

wants to merge 1 commit into from

Conversation

upsuper
Copy link
Member

@upsuper upsuper commented Feb 3, 2018

To ensure that we record the mutation to style attribute for MutationObserver.

Most of this should match what browsers currently do, at least it seems to match what Blink does. Gecko's behavior on removeProperty is a bit inconsistent in this case, and we want to fix it.

@upsuper
Copy link
Member Author

upsuper commented Feb 3, 2018

cc @bzbarsky

@bzbarsky
Copy link

bzbarsky commented Feb 3, 2018

See #1559

@upsuper upsuper closed this Feb 3, 2018
@upsuper upsuper deleted the mutation-record branch February 3, 2018 05:58
@upsuper upsuper restored the mutation-record branch February 3, 2018 06:02
@zcorpan
Copy link
Member

zcorpan commented Feb 4, 2018

Why was this closed?

@upsuper
Copy link
Member Author

upsuper commented Feb 4, 2018

Because #2269 should be a better way to address the whole issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants