From c40820c1d5f579147643a9438ef0500052d28004 Mon Sep 17 00:00:00 2001 From: bptato Date: Wed, 19 Jan 2022 14:36:41 +0100 Subject: Remove specified values for PSEUDO_NONE --- src/html/dom.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/html/dom.nim b/src/html/dom.nim index eedd17f6..f6d2878b 100644 --- a/src/html/dom.nim +++ b/src/html/dom.nim @@ -67,7 +67,7 @@ type classList*: seq[string] attributes*: Table[string, string] css*: CSSSpecifiedValues - pseudo*: array[PseudoElem, CSSSpecifiedValues] + pseudo*: array[PSEUDO_BEFORE..PSEUDO_AFTER, CSSSpecifiedValues] hover*: bool cssapplied*: bool rendered*: bool -- cgit 1.4.1-2-gfad0