Closed Bug 1556423 Opened 5 years ago Closed 3 years ago

Custom elements: implement create an element for form-associated custom element

Categories

(Core :: DOM: Core & HTML, enhancement, P2)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1556351

People

(Reporter: jdai, Assigned: edgar)

References

Details

Per spec,

If element is a form-associated element and not a form-associated custom element, the form element pointer is not null, there is no template element on the stack of open elements, element is either not listed or doesn't have a form attribute, and the intended parent is in the same tree as the element pointed to by the form element pointer, then associate element with the form element pointed to by the form element pointer and set element's parser inserted flag.

We don't need to do anything special for form-associated custom elements here.
I am currently working on bug 1556351, I think this should be covered there.

Assignee: jdai → echen
Severity: normal → N/A
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.