mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
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:
parent
ed18cbb741
commit
5d26d32825
8 changed files with 203 additions and 141 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue