From 004b231d037f08ba1160149b9c2f8cd25b58b396 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sat, 18 Jan 2020 20:25:01 -0500 Subject: Bug 1378079 - Part 1: Gecko changes for adding attribute 'is' to parser. Tag UXP Issue #1344 --- parser/html/nsHtml5AtomList.h | 1 + 1 file changed, 1 insertion(+) (limited to 'parser/html/nsHtml5AtomList.h') diff --git a/parser/html/nsHtml5AtomList.h b/parser/html/nsHtml5AtomList.h index 0d2616109..1ea9c4392 100644 --- a/parser/html/nsHtml5AtomList.h +++ b/parser/html/nsHtml5AtomList.h @@ -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") -- cgit v1.2.3