diff options
author | bptato <nincsnevem662@gmail.com> | 2024-06-08 23:18:59 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-06-08 23:19:45 +0200 |
commit | 8776e58beb524ff26c171e0b8765aefcfd56fcc9 (patch) | |
tree | 323ccca1a6511d784cc641e3d706e62fd94c27b1 /src/html/catom.nim | |
parent | dee468d502a2d2e0aa6ae2f8365c098f72acc0c9 (diff) | |
download | chawan-8776e58beb524ff26c171e0b8765aefcfd56fcc9.tar.gz |
buffer: add autofocus
naturally, it's opt-in
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 9180ecd6..7c61e23e 100644 --- a/src/html/catom.nim +++ b/src/html/catom.nim @@ -16,6 +16,7 @@ macro makeStaticAtom = satAlign = "align" satAlt = "alt" satAsync = "async" + satAutofocus = "autofocus" satBgcolor = "bgcolor" satBlocking = "blocking" satCharset = "charset" |