Add documentElement to Document. (#15943)

This commit is contained in:
treeform
2020-11-12 23:12:03 -08:00
committed by GitHub
parent 492e9afa4c
commit 83432aecfc

View File

@@ -204,6 +204,7 @@ type
Document* = ref DocumentObj
DocumentObj {.importc.} = object of NodeObj
activeElement*: Element
documentElement*: Element
alinkColor*: cstring
bgColor*: cstring
body*: Element