Add implementation for Active Formatting Element Reconstruction

https://html.spec.whatwg.org/multipage/syntax.html#reconstruct-the-active-formatting-elements
This commit is contained in:
iska
2015-03-02 23:56:31 +01:00
parent cb9570c9e1
commit d65463b4d6
7 changed files with 128 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@
@property (nonatomic, assign, getter = isSelfClosing) BOOL selfClosing;
- (instancetype)initWithTagName:(NSString *)tagName;
- (instancetype)initWithTagName:(NSString *)tagName attributes:(NSMutableDictionary *)attributes;
- (void)appendStringToTagName:(NSString *)string;