Closed
Bug 1707126
Opened 4 years ago
Closed 4 years ago
Merge nsIRadioGroupContainer implementation of DocumentOrShadowRoot and HTMLFormElement
Categories
(Core :: DOM: Forms, task, P2)
Core
DOM: Forms
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
Attachments
(2 files)
It seems the major difference is that DocumentOrShadowRoot uses nsRadioGroupStruct while HTMLFormElement uses several of its own members (mControls
, mSelectedRadioButtons
, mRequiredRadioButtonCounts
, and mValueMissingRadioGroups
). It would be great if we can separate the form part from DocumentOrShadowRoot
and apply it to HTMLFormElement, and ultimately to any disconnected elements for bug 1685926.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → krosylight
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D113577
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/286ed5c750e2
Part 1: Split RadioGroupManager r=smaug
https://hg.mozilla.org/integration/autoland/rev/8d711949a98c
Part 2: Use RadioGroupManager in HTMLFormElement r=smaug
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/286ed5c750e2
https://hg.mozilla.org/mozilla-central/rev/8d711949a98c
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•