Changeset 6931
- Timestamp:
- 05/17/11 15:26:58 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/core/dtd.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6930 r6931 57 57 <li><a href="http://dev.ckeditor.com/ticket/7733">#7733</a> : Flash movies inserted with the flash dialog window were not displaying properly when injected to the page.</li> 58 58 <li><a href="http://dev.ckeditor.com/ticket/7844">#7844</a> : [IE<8] Inserting a page break resulted in an error.</li> 59 <li><a href="http://dev.ckeditor.com/ticket/7804">#7804</a> : The HTML5 <a href="http://www.w3.org/TR/html-markup/wbr.html"><code>wbr</code></a> tag is now recognized by the editor</li> 59 60 <li>Updated the following language files:<ul> 60 61 <li><a href="http://dev.ckeditor.com/ticket/7834">#7834</a> : Dutch;</li> -
CKEditor/trunk/_source/core/dtd.js
r6769 r6931 40 40 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}, 41 41 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), 43 43 H = X({sub:1,img:1,object:1,sup:1,basefont:1,map:1,applet:1,font:1,big:1,small:1},G), 44 44 I = X({p:1},H), … … 98 98 * @example 99 99 */ 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}, 101 101 102 102 /** … … 108 108 109 109 /** 110 * List of list root elements.111 * @type Object112 * @example113 */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}, 115 115 116 116 /** … … 159 159 td : P, 160 160 br : {}, 161 wbr : {}, 161 162 th : P, 162 163 center : P,
Note: See TracChangeset
for help on using the changeset viewer.
