mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Bug 1378079 - Part 1: Gecko changes for adding attribute 'is' to parser.
Tag UXP Issue #1344
This commit is contained in:
parent
0bb3f611c5
commit
efcb40fb3d
3 changed files with 349 additions and 343 deletions
|
|
@ -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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue