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 contentEditable divs to native space elements in jquery.a11y.js #1470

Closed
canstudios-nicolaw opened this issue Mar 15, 2017 · 1 comment
Closed
Assignees

Comments

@canstudios-nicolaw
Copy link
Contributor

The jquery.a11y.js file defines a list of "native space elements". The space bar can only be used inside these elements.

We would like to add a CKEditor to the preview page (http://ckeditor.com/). CKEditors exist within div[contenteditable=true] elements, so we need to add these elements to the list of native space elements so that the space bar can be used inside the CKEditor.

Info on the contenteditable property: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content

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

No branches or pull requests

2 participants