Opened 10 years ago
Last modified 9 years ago
#13384 confirmed Bug
Accessibility checker editor content table is broken and causes errors. — at Initial Version
Reported by: | Artur Delura | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Open http://cksource.com/ckeditor/services#accessibility-checker.
- Scroll down to table in the editor.
- Open table properties dialog.
- Set
Headers
option tonode
Actual result: There is an error in the console.
That's because editor table HTML is wrong - there are empty tr
`s in the table. Removing them will fix the issue.