Add class stubs for HTML tokenizer implementation

https://html.spec.whatwg.org/multipage/syntax.html#tokenization
This commit is contained in:
iska
2014-09-20 23:04:23 +02:00
parent fb9dcaa608
commit fb01febfca
7 changed files with 106 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
//
// Header.h
// HTMLKit
//
// Created by Iska on 20/09/14.
// Copyright (c) 2014 BrainCookie. All rights reserved.
//
#ifndef HTMLKit_Header_h
#define HTMLKit_Header_h
#endif