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

Plumb returning event data from DOM context #104

Closed
sjmiles opened this issue May 4, 2017 · 1 comment
Closed

Plumb returning event data from DOM context #104

sjmiles opened this issue May 4, 2017 · 1 comment
Assignees
Projects

Comments

@sjmiles
Copy link
Contributor

sjmiles commented May 4, 2017

Instead of sending only the handler name back, plumb the ports to handle an event(let) object, which contains the handler name and the target node's value (property) and key value. Most input elements use value for user-entered data, and key will be private data. For now, encode keys into the rendering stream (maybe attribute arc-key or data-arc-key), although if this is a sanitization issue, we can map key data to internally-generated ids for rendering.

See also #92

@sjmiles sjmiles self-assigned this May 4, 2017
@seefeldb seefeldb added this to Current Priority in v0.1 May 5, 2017
@sjmiles
Copy link
Contributor Author

sjmiles commented May 10, 2017

Completed by #105

@sjmiles sjmiles closed this as completed May 10, 2017
@sjmiles sjmiles moved this from Current Priority to Done in v0.1 May 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v0.1
Done
Development

No branches or pull requests

1 participant