mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 03:48:43 +00:00
Issue #618 - Regenerate the HTML Parser code for nomodule changes
Ref: BZ 1446082
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -446,6 +446,7 @@ HTML5_ATOM(lquote, "lquote")
|
||||
HTML5_ATOM(panose_1, "panose-1")
|
||||
HTML5_ATOM(numoctaves, "numoctaves")
|
||||
HTML5_ATOM(numOctaves, "numOctaves")
|
||||
HTML5_ATOM(nomodule, "nomodule")
|
||||
HTML5_ATOM(onload, "onload")
|
||||
HTML5_ATOM(onbounce, "onbounce")
|
||||
HTML5_ATOM(oncontrolselect, "oncontrolselect")
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -563,6 +563,7 @@ class nsHtml5AttributeName
|
||||
static nsHtml5AttributeName* ATTR_LQUOTE;
|
||||
static nsHtml5AttributeName* ATTR_PANOSE_1;
|
||||
static nsHtml5AttributeName* ATTR_NUMOCTAVES;
|
||||
static nsHtml5AttributeName* ATTR_NOMODULE;
|
||||
static nsHtml5AttributeName* ATTR_ONLOAD;
|
||||
static nsHtml5AttributeName* ATTR_ONBOUNCE;
|
||||
static nsHtml5AttributeName* ATTR_ONCONTROLSELECT;
|
||||
|
||||
Reference in New Issue
Block a user