diff options
Diffstat (limited to 'src/html/dom.nim')
-rw-r--r-- | src/html/dom.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/html/dom.nim b/src/html/dom.nim index 27e2eef8..22020c58 100644 --- a/src/html/dom.nim +++ b/src/html/dom.nim @@ -1,6 +1,5 @@ import tables import options -import streams import strutils import css/values @@ -117,13 +116,10 @@ type ordinalvalue*: int HTMLStyleElement* = ref object of HTMLElement - sheet*: CSSStylesheet HTMLLinkElement* = ref object of HTMLElement href*: string rel*: string - sheet*: CSSStylesheet - s*: Stream # For debugging template `$`*(node: Node): string = |