You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: