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

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