Add initial implementation for "appropriate place for inserting a node"

https://html.spec.whatwg.org/multipage/syntax.html#creating-and-inserting-nodes
This commit is contained in:
iska
2015-02-22 01:46:13 +01:00
parent 3915487ca7
commit 4e3c758f8c
5 changed files with 86 additions and 7 deletions
+1
View File
@@ -17,4 +17,5 @@
- (void)appendString:(NSString *)string;
- (BOOL)isWhitespaceToken;
@end