X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Felementpath.js;fp=_source%2Fcore%2Fdom%2Felementpath.js;h=974685f6a515712aa5afa307c088cde4d1d5a4c4;hb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;hp=090f7d736cb809383bb4988b11b6fe04268b5dfb;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/core/dom/elementpath.js b/_source/core/dom/elementpath.js index 090f7d7..974685f 100644 --- a/_source/core/dom/elementpath.js +++ b/_source/core/dom/elementpath.js @@ -6,7 +6,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license (function() { // Elements that may be considered the "Block boundary" in an element path. - var pathBlockElements = { address:1,blockquote:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,p:1,pre:1,li:1,dt:1,de:1 }; + var pathBlockElements = { address:1,blockquote:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,p:1,pre:1,li:1,dt:1,dd:1 }; // Elements that may be considered the "Block limit" in an element path. var pathBlockLimitElements = { body:1,div:1,table:1,tbody:1,tr:1,td:1,th:1,caption:1,form:1 };