Closed
Bug 1556367
Opened 5 years ago
Closed 3 years ago
Custom elements: implement checkValidity() for ElementInternals
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: jdai, Assigned: edgar)
References
Details
(Keywords: dev-doc-needed)
Attachments
(3 files)
Reporter | ||
Updated•4 years ago
|
Assignee: jdai → nobody
Status: ASSIGNED → NEW
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D130128
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → echen
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D130273
Updated•3 years ago
|
Attachment #9248782 -
Attachment description: WIP: Bug 1556367 - Implement checkValidity() of ElementInternals; → WIP: Bug 1556367 - Part 3: Implement checkValidity() of ElementInternals;
Assignee | ||
Comment 4•3 years ago
|
||
Updated•3 years ago
|
Attachment #9249060 -
Attachment description: WIP: Bug 1556367 - Part 1: Remove unused nsIConstraintValidation::CheckValidity; → Bug 1556367 - Part 1: Remove unused nsIConstraintValidation::CheckValidity overloading; r=smaug
Updated•3 years ago
|
Attachment #9249062 -
Attachment description: WIP: Bug 1556367 - Part 2: Factor dispatching invalid event code into a common place; → Bug 1556367 - Part 2: Factor dispatching invalid event code into a common place; r=smaug
Updated•3 years ago
|
Attachment #9248782 -
Attachment description: WIP: Bug 1556367 - Part 3: Implement checkValidity() of ElementInternals; → Bug 1556367 - Part 3: Implement checkValidity() of ElementInternals; r=smaug
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae3f445e1c9b
Part 1: Remove unused nsIConstraintValidation::CheckValidity overloading; r=smaug
https://hg.mozilla.org/integration/autoland/rev/7e1f9823dd29
Part 2: Factor dispatching invalid event code into a common place; r=smaug
https://hg.mozilla.org/integration/autoland/rev/9fea82c937f6
Part 3: Implement checkValidity() of ElementInternals; r=smaug
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/31877 for changes under testing/web-platform/tests
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ae3f445e1c9b
https://hg.mozilla.org/mozilla-central/rev/7e1f9823dd29
https://hg.mozilla.org/mozilla-central/rev/9fea82c937f6
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
Upstream PR merged by moz-wptsync-bot
Assignee | ||
Updated•3 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•