diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-08-30 22:20:22 -0400 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-05 18:46:32 +0000 |
commit | 427d325d0c7013531f2cb047eb2170e78fd264eb (patch) | |
tree | 30b93887b2a028e88a4db70911f2cfd15fdfa5ed /parser/html/nsHtml5AtomList.h | |
parent | 9c515323ff6cc0dc42b9ee64397f297b7566d0a4 (diff) | |
download | UXP-427d325d0c7013531f2cb047eb2170e78fd264eb.tar UXP-427d325d0c7013531f2cb047eb2170e78fd264eb.tar.gz UXP-427d325d0c7013531f2cb047eb2170e78fd264eb.tar.lz UXP-427d325d0c7013531f2cb047eb2170e78fd264eb.tar.xz UXP-427d325d0c7013531f2cb047eb2170e78fd264eb.zip |
Regenerate the HTML Parser code for nomodule changes.
Diffstat (limited to 'parser/html/nsHtml5AtomList.h')
-rw-r--r-- | parser/html/nsHtml5AtomList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parser/html/nsHtml5AtomList.h b/parser/html/nsHtml5AtomList.h index 26ceff4b1..3341a13e7 100644 --- a/parser/html/nsHtml5AtomList.h +++ b/parser/html/nsHtml5AtomList.h @@ -338,6 +338,7 @@ HTML5_ATOM(onsubmit, "onsubmit") HTML5_ATOM(onrepeat, "onrepeat") HTML5_ATOM(onselect, "onselect") HTML5_ATOM(notation, "notation") +HTML5_ATOM(nomodule, "nomodule") HTML5_ATOM(noresize, "noresize") HTML5_ATOM(manifest, "manifest") HTML5_ATOM(mathsize, "mathsize") |