Commit Graph
8 Commits
Author SHA1 Message Date
iska 5cc13d0b2a Add methods to mark location and rewind-to-mark in HTML stream reader
This will allows us to unconsume/reconsume characters during tokenization
2014-09-20 23:05:55 +02:00
iska 28623d951c Define HTML tekonization states 2014-09-20 23:04:43 +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
iska fb9dcaa608 Add several checks and error reporting while processing the input stream
Control and undefined character, isolated surrogates and carriage returns are handled according to the standard
2014-09-15 23:24:16 +02:00
iska 1fc1f1c71c Add initial implementation for a HTML Input Stream processor
http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html#preprocessing-the-input-stream
2014-09-15 23:03:33 +02:00
iska b220b7d561 Add static library target for iOS build 2014-09-15 22:32:32 +02:00
iska d3be396ffc Add Xcode framework project for HTMLKit 2014-09-15 22:26:03 +02:00
iska ecf9085b31 Initial Commit 2014-09-15 22:25:25 +02:00