X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fdtd.js;h=6e83bf8c4a725e294ba11e143c5ac66705bf7228;hp=d0d6e9eeccedb9a7a2f6fc7f5bb2e51f3144f033;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/core/dtd.js b/_source/core/dtd.js index d0d6e9e..6e83bf8 100644 --- a/_source/core/dtd.js +++ b/_source/core/dtd.js @@ -85,6 +85,13 @@ CKEDITOR.dtd = (function() $listItem : {dd:1,dt:1,li:1}, /** + * List of list root elements. + * @type Object + * @example + */ + $list: { ul:1,ol:1,dl:1}, + + /** * Elements that accept text nodes, but are not possible to edit into * the browser. * @type Object