servo/components/script/parse
Jinwoo Song f404853c99 Make NodeTypeId include CharacterData variant
NodeTypeId is supposed to reflect the WebIDL inheritance hierarchy.
All of Text/ProcessingInstruction/Comment inherit from CharacterData,
which inherits from Node. There should be a CharacterDataTypeId value
that differentiates between those, instead.
2015-04-29 13:30:21 +09:00
..
html.rs Make NodeTypeId include CharacterData variant 2015-04-29 13:30:21 +09:00
mod.rs Adding initial version of parser trait 2014-10-29 11:31:20 -04:00