mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2158 - Part 1: Add the 'as' attribute to the HTML Parser
This commit is contained in:
parent
9e3d38b642
commit
8e1b3db048
4 changed files with 975 additions and 966 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -544,6 +544,7 @@ HTML5_ATOM(ondragleave, "ondragleave")
|
|||
HTML5_ATOM(startoffset, "startoffset")
|
||||
HTML5_ATOM(startOffset, "startOffset")
|
||||
HTML5_ATOM(start, "start")
|
||||
HTML5_ATOM(as, "as")
|
||||
HTML5_ATOM(axis, "axis")
|
||||
HTML5_ATOM(bias, "bias")
|
||||
HTML5_ATOM(colspan, "colspan")
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -655,6 +655,7 @@ class nsHtml5AttributeName
|
|||
static nsHtml5AttributeName* ATTR_ONDRAGLEAVE;
|
||||
static nsHtml5AttributeName* ATTR_STARTOFFSET;
|
||||
static nsHtml5AttributeName* ATTR_START;
|
||||
static nsHtml5AttributeName* ATTR_AS;
|
||||
static nsHtml5AttributeName* ATTR_AXIS;
|
||||
static nsHtml5AttributeName* ATTR_BIAS;
|
||||
static nsHtml5AttributeName* ATTR_COLSPAN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue