Opened 10 years ago
Last modified 9 years ago
#13384 confirmed Bug
Accessibility checker editor content table is broken and causes errors.
Reported by: | Artur Delura | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
- Open http://cksource.com/ckeditor/services#accessibility-checker.
- Scroll down to table in the editor.
- Open table properties dialog.
- Set
Headers
option toboth
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.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
I confirm this issue. Once empty tr are removed setting headers to both works as expected.
I think that this is quite important issue. People might do it offten because there is a step in the accessibility checker to fix headers in this table.