about summary refs log tree commit diff stats
path: root/src/html/catom.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-11-09 20:23:59 +0100
committerbptato <nincsnevem662@gmail.com>2024-11-09 20:23:59 +0100
commit2bd7abf0c676a14e87dc713b33f77ee2c48f60ab (patch)
tree7d2aca1671cc1ed7494cb0266eb706a6bad752e7 /src/html/catom.nim
parentbb2a0a7b4e5fbc3680d57d38aaa562517dd8056a (diff)
downloadchawan-2bd7abf0c676a14e87dc713b33f77ee2c48f60ab.tar.gz
dom: skip alternate stylesheets, add disabled
seems to work ok
Diffstat (limited to 'src/html/catom.nim')
-rw-r--r--src/html/catom.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html/catom.nim b/src/html/catom.nim
index 8ac023ab..046b37dc 100644
--- a/src/html/catom.nim
+++ b/src/html/catom.nim
@@ -21,6 +21,7 @@ macro makeStaticAtom =
       satAction = "action"
       satAlign = "align"
       satAlt = "alt"
+      satAlternate = "alternate"
       satAsync = "async"
       satAutofocus = "autofocus"
       satBgcolor = "bgcolor"