mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +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
|
|
@ -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