Closed
Bug 1134559
Opened 9 years ago
Closed 9 years ago
DOMContentLoaded should not be cancelable
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: Ms2ger, Assigned: bzbarsky)
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
1.61 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
Per <https://html.spec.whatwg.org/multipage/#the-end> step 4 and <https://html.spec.whatwg.org/multipage/#fire-a-simple-event>. Code: https://mxr.mozilla.org/mozilla-central/source/dom/base/nsDocument.cpp#5123 Test: http://w3c-test.org/html/syntax/parsing/the-end.html Also ./mach web-platform-tests --include html/syntax/parsing/the-end.html
Reporter | ||
Updated•9 years ago
|
Keywords: dev-doc-needed
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Yeah, this is silly, since there is no default action.
![]() |
Assignee | |
Comment 2•9 years ago
|
||
Attachment #8566512 -
Flags: review?(Ms2ger)
![]() |
Assignee | |
Updated•9 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Reporter | ||
Updated•9 years ago
|
Attachment #8566512 -
Flags: review?(Ms2ger) → review+
![]() |
Assignee | |
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/387ce2b80bd3
Flags: in-testsuite+
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/387ce2b80bd3
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•