比如:<div>标 题 <input name='title' /></div>
标题包括中间空格及后面空格,浏览器怎样读取的呢?
标题包括中间空格及后面空格:解析成一个Text节点。内容存储在Text.nodeValue中
涉及到DOM规范中的核心对象(12个)的Text:
Element
Attr
Text
CDATASection
entityReference
Entity
ProcessingInstruction
Comment
Document
DocumentType
DocumentFragment
Notation