Confirmed users
146
edits
mNo edit summary |
|||
Line 8: | Line 8: | ||
* EntityReference | * EntityReference | ||
According to [http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html DOM Level 3 Core], all four of these node types can have child nodes. These child nodes do implement nsIContent. | According to [http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html DOM Level 3 Core], all four of these node types can have child nodes. These child nodes do implement nsIContent (except for EntityReference, which can itself be a child node of any of these). | ||
== Current Design == | == Current Design == |