JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0.1
[ckeditor.git] / _source / core / dtd.js
index d0d6e9e..6e83bf8 100644 (file)
@@ -85,6 +85,13 @@ CKEDITOR.dtd = (function()
                $listItem : {dd:1,dt:1,li:1},\r
 \r
                /**\r
+            * List of list root elements.\r
+            * @type Object\r
+            * @example\r
+            */\r
+           $list: { ul:1,ol:1,dl:1},\r
+\r
+               /**\r
                 * Elements that accept text nodes, but are not possible to edit into\r
                 * the browser.\r
                 * @type Object\r