Commit Graph
11 Commits
Author SHA1 Message Date
iska 5d3ea61a04 Refactor HTML Tokens into separate files 2014-10-23 23:52:43 +02:00
iska 98357f9d4b Add new virtual project group for Tokenizing implementation 2014-10-23 20:14:20 +02:00
iska 6daac059bd Add project file with entries for Element class
left out mistakenly in a previous commit: 22131d5ef1
2014-10-23 20:13:01 +02:00
iska e88f0ae3e3 Add class with Named Character Reference dictionary
https://html.spec.whatwg.org/multipage/syntax.html#named-character-references
2014-10-15 22:41:54 +02: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
iska 721839f54a Add class stub for HTML Parser 2014-10-04 21:58:25 +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