样式系统,实现 execCommand 回车换行陌生的 API : Selection 、 Range 兼容性: IE6-8 、 IE9 、 Firefox 、 Webkit 、 Opera HTML 格式化:不同浏览器输出一致的 HTML 性能: IE6-8 JS 引擎和 DOM 操作 浏览器本身的问题 测试:不同组合,不同顺序
13.
Range 接口 标准API startContainer startOffset endContainer endOffset setStart() setEnd() cloneContents() deleteContents() IE TextRange API htmlText text moveStart() moveEnd() moveToElementText() compareEndPoints() collapse() pasteHTML()
14.
加粗一段文本 (1) abc123 def to abc<strong> 123 </strong>def ab c<em>123 </em>def to ab<strong> c</strong><em><strong>123 </strong></em>def