Ticket #7804: 7804.patch

File 7804.patch, 1.6 KB (added by Sa'ar Zac Elias, 13 years ago)
  • _source/core/dtd.js

     
    3939                D = X({iframe:1},C),
    4040                E = {hr:1,ul:1,menu:1,div:1,blockquote:1,noscript:1,table:1,center:1,address:1,dir:1,pre:1,h5:1,dl:1,h4:1,noframes:1,h6:1,ol:1,h1:1,h3:1,h2:1},
    4141                F = {ins:1,del:1,script:1,style:1},
    42                 G = X({b:1,acronym:1,bdo:1,'var':1,'#':1,abbr:1,code:1,br:1,i:1,cite:1,kbd:1,u:1,strike:1,s:1,tt:1,strong:1,q:1,samp:1,em:1,dfn:1,span:1},F),
     42                G = X({b:1,acronym:1,bdo:1,'var':1,'#':1,abbr:1,code:1,br:1,i:1,cite:1,kbd:1,u:1,strike:1,s:1,tt:1,strong:1,q:1,samp:1,em:1,dfn:1,span:1,wbr:1},F),
    4343                H = X({sub:1,img:1,object:1,sup:1,basefont:1,map:1,applet:1,font:1,big:1,small:1},G),
    4444                I = X({p:1},H),
    4545                J = X({iframe:1},H,B),
     
    9797                 * @type Object
    9898                 * @example
    9999                 */
    100                 $empty : {area:1,base:1,br:1,col:1,hr:1,img:1,input:1,link:1,meta:1,param:1},
     100                $empty : {area:1,base:1,br:1,col:1,hr:1,img:1,input:1,link:1,meta:1,param:1,wbr:1},
    101101
    102102                /**
    103103                 * List of list item elements, like "li" or "dd".
     
    107107                $listItem : {dd:1,dt:1,li:1},
    108108
    109109                /**
    110             * List of list root elements.
    111             * @type Object
    112             * @example
    113             */
    114             $list: { ul:1,ol:1,dl:1},
     110                * List of list root elements.
     111                * @type Object
     112                * @example
     113                */
     114                $list: {ul:1,ol:1,dl:1},
    115115
    116116                /**
    117117                 * Elements that accept text nodes, but are not possible to edit into
     
    158158        noscript : P,
    159159        td : P,
    160160        br : {},
     161        wbr : {},
    161162        th : P,
    162163        center : P,
    163164        kbd : L,
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy