about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/html/dom.nim2
1 files changed, 1 insertions, 1 deletions
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