Commit Graph

10 Commits

Author SHA1 Message Date
iska 0a620d74b6 Add source documentation for the Toknizer classes 2015-12-19 23:59:39 +01:00
iska f79530c7f6 Add convenience method to cast a Token to a Tag Token 2015-03-01 03:27:50 +01:00
iska 6eccc61684 Rename utility method in Token classes for better semantics 2015-02-28 00:58:55 +01:00
iska aae4401167 Add convenience methods to cast HTML token to the appropriate type 2015-02-22 01:46:42 +01:00
iska d5a00713ad Fix equality methods in HTML token classes for the nil-cases 2014-10-26 22:27:58 +01:00
iska 5d3ea61a04 Refactor HTML Tokens into separate files 2014-10-23 23:52:43 +02:00
iska 29f20923bc Add handling of tag token emit errors in HTML Tokenizer 2014-10-05 19:16:37 +02:00
iska 17f2f32350 Add implementation for HTML Tokenization
- The Token classes are all defined in one single header right now and do not include an implmentation.
- The Parser class is currently only a stub

HTML Tokenization Spec: https://html.spec.whatwg.org/multipage/syntax.html#tokenization
2014-10-04 23:30:32 +02:00
iska 0400fb74aa Add HTML token definitions
Implementation will follow when said tokens are used during tokenization
2014-09-20 23:06:48 +02:00
iska fb01febfca Add class stubs for HTML tokenizer implementation
https://html.spec.whatwg.org/multipage/syntax.html#tokenization
2014-09-20 23:04:23 +02:00