Bug 1378079 - Part 1: Gecko changes for adding attribute 'is' to parser.

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-18 20:25:01 -05:00 committed by Roy Tam
commit efcb40fb3d
3 changed files with 349 additions and 343 deletions

View file

@ -553,6 +553,7 @@ HTML5_ATOM(cursor, "cursor")
HTML5_ATOM(closure, "closure")
HTML5_ATOM(close, "close")
HTML5_ATOM(class_, "class")
HTML5_ATOM(is, "is")
HTML5_ATOM(keysystem, "keysystem")
HTML5_ATOM(keysplines, "keysplines")
HTML5_ATOM(keySplines, "keySplines")

File diff suppressed because one or more lines are too long

View file

@ -663,6 +663,7 @@ class nsHtml5AttributeName
static nsHtml5AttributeName* ATTR_CLOSURE;
static nsHtml5AttributeName* ATTR_CLOSE;
static nsHtml5AttributeName* ATTR_CLASS;
static nsHtml5AttributeName* ATTR_IS;
static nsHtml5AttributeName* ATTR_KEYSYSTEM;
static nsHtml5AttributeName* ATTR_KEYSPLINES;
static nsHtml5AttributeName* ATTR_LOWSRC;