Issue #2158 - Part 1: Add the 'as' attribute to the HTML Parser

This commit is contained in:
FranklinDM 2023-03-11 14:23:16 +08:00 committed by roytam1
commit 8e1b3db048
4 changed files with 975 additions and 966 deletions

View file

@ -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

View file

@ -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;