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

which elements are editable/writable/mutable? #87

Open
rodneyrehm opened this issue Dec 5, 2015 · 0 comments
Open

which elements are editable/writable/mutable? #87

rodneyrehm opened this issue Dec 5, 2015 · 0 comments
Labels

Comments

@rodneyrehm
Copy link
Member

The question is if we can safely identify "user alterable" elements, i.e. elements that accept keyboard input, e.g. <input>, [contenteditable], user-modify: read-write; as CSS Selectors Level 4's :read-write suggests.

This would allow us to provide is/mutable, which could power a new option filterMutable: true for ally.when.key to prevent key bindings for a to execute while the user is typing in an <input> element.

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

No branches or pull requests

1 participant