Adding initial version of parser trait

Added parse_chunk method declaration to parser

Removed unnecessary visibilty for parse_chunk function

Implemented parse_chunk function

Implemented parse_chunk fn for ServoHTMLParser

Moved parser trait to mod.rs and added finish fn

added licence header to mod.rs and other review comments

Fixed trailing space issue

Fixed failed tabular space test
This commit is contained in:
nchinth 2014-10-17 16:30:01 -04:00 committed by Nikhil Chinthapallee
parent 7ba02bb11d
commit 6a736c7f3c
4 changed files with 26 additions and 7 deletions

View file

@ -211,9 +211,7 @@ pub mod dom {
pub mod testbinding;
}
pub mod parse {
pub mod html;
}
pub mod parse;
pub mod layout_interface;
pub mod page;