diff options
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" |