Skip to content
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

Add [CEReactions] annotation to disableRemotePlayback #15

Merged
merged 1 commit into from
Apr 21, 2016

Conversation

domenic
Copy link
Contributor

@domenic domenic commented Apr 20, 2016

Since the disableRemotePlayback attribute can change the DOM in ways that may impact custom elements, it needs to be annotated with the [CEReactions] attribute. This is part of the larger effort at WICG/webcomponents#186. [CEReactions] is defined in https://html.spec.whatwg.org/multipage/scripting.html#cereactions.

(Blink's counterpart is [CustomElementCallbacks], FYI)

Since the disableRemotePlayback attribute can change the DOM in ways that may impact custom elements, it needs to be annotated with the [CEReactions] attribute. This is part of the larger effort at WICG/webcomponents#186. [CEReactions] is defined in https://html.spec.whatwg.org/multipage/scripting.html#cereactions.
@mounirlamouri
Copy link
Member

If I understand it correctly, all IDL properties modifying an content attribute should have this flag? You are going to have a lot of fun updating the HTML spec :godmode:

@avayvod avayvod merged commit 17a6ed5 into w3c:gh-pages Apr 21, 2016
@domenic
Copy link
Contributor Author

domenic commented Apr 21, 2016

Yep! And yes, I did ^_^ whatwg/html#1069

Thanks!

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