Updates and fixes

This commit is contained in:
2025-10-23 14:37:53 -04:00
parent 743fc51873
commit a00774ebfe
8 changed files with 174 additions and 13 deletions

View File

@@ -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