Bug 1378079 - Part 3: Complete the steps related to custom elements in "create an element for a token".

With fixup for missing header due to unified builds.

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-19 21:22:39 -05:00 committed by Roy Tam
commit 5d26d32825
8 changed files with 203 additions and 141 deletions

View file

@ -143,6 +143,10 @@ class nsHtml5TreeOperation {
nsIContent* aTable,
nsHtml5DocumentBuilder* aBuilder);
static void SetHTMLElementAttributes(mozilla::dom::Element* aElement,
nsIAtom* aName,
nsHtml5HtmlAttributes* aAttributes);
static nsresult AddAttributes(nsIContent* aNode,
nsHtml5HtmlAttributes* aAttributes,
nsHtml5DocumentBuilder* aBuilder);