-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Should clarify the "scope" of [CEReactions] #2362
Copy link
Copy link
Closed
Labels
topic: custom elementsRelates to custom elements (as defined in DOM and HTML)Relates to custom elements (as defined in DOM and HTML)
Description
Consider an API like this:
[CEReactions]
void foo(long arg);
A call to foo would normally consist of two things:
- Coercing the first arg to
long. - Whatever the actual work is that
foodoes.
Is "the algorithm" for purposes of https://html.spec.whatwg.org/multipage/scripting.html#cereactions both 1 and 2, or just 2? Or does it not matter in practice? I haven't really wrapped my head around the custom element reactions stuff yet to tell whether it matters....
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
topic: custom elementsRelates to custom elements (as defined in DOM and HTML)Relates to custom elements (as defined in DOM and HTML)