Commit Graph
5 Commits
Author SHA1 Message Date
iska f4bd5420c0 Add source documentation for the Parser classes 2015-12-20 17:27:13 +01:00
iska 4ddf8e60fd Remove the dynamic selector-state-machine from the parser class
Instead, use a plain-old switch-case.

Performance boost (along with the character token changes) about 6% (reference to baseline)
2015-04-12 19:45:50 +02:00
iska 30f7bba377 Fix selector names for the Parser's insertion modes table
The ":" was missing and the selector could not be found.
2015-03-22 00:16:08 +01:00
iska 4e3c758f8c Add initial implementation for "appropriate place for inserting a node"
https://html.spec.whatwg.org/multipage/syntax.html#creating-and-inserting-nodes
2015-02-22 01:46:13 +01:00
iska 1043b5dabd Add header with HTML Insertion Modes enum
https://html.spec.whatwg.org/multipage/syntax.html#the-insertion-mode
2014-10-05 15:30:39 +02:00