Updates and fixes
This commit is contained in:
@@ -27,7 +27,7 @@ public class HTMLParser {
|
||||
}
|
||||
*/
|
||||
//TODO: Not really an html node..
|
||||
public class HTMLText : HTMLNode, IFlowContent {
|
||||
public class HTMLText : HTMLNode, IFlowContent, IPhrasing, IFlow {
|
||||
|
||||
public var content: String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user