diff options
author | bptato <nincsnevem662@gmail.com> | 2024-11-09 20:23:59 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-11-09 20:23:59 +0100 |
commit | 2bd7abf0c676a14e87dc713b33f77ee2c48f60ab (patch) | |
tree | 7d2aca1671cc1ed7494cb0266eb706a6bad752e7 /src/html/catom.nim | |
parent | bb2a0a7b4e5fbc3680d57d38aaa562517dd8056a (diff) | |
download | chawan-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.nim | 1 |
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" |