-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
ckeditor/ckeditor5-list
#141Labels
package:listtype:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.
Milestone
Description
Evernote produces following HTML:
<ul>
<li>item 1</li>
<li>item 2</li>
<ul>
<li>sub-item 2.1</li>
<li>sub-item 2.2</li>
<ul>
<li>sub-item 2.2.1</li>
</ul>
</ul>
</ul>
Obviously, this (ul -> ul instead of ul -> li -> ul) isn't valid, but browsers don't have any trouble rendering it as expected. But CKEditor does this:
So it just ignores the nested list altogether. I'm not sure what approach CKEditor takes regarding the invalid HTML.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
package:listtype:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.
