Closed
Bug 340616
Opened 19 years ago
Closed 19 years ago
Make WHATWG online/offline events match spec, etc
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 336682
People
(Reporter: bzbarsky, Unassigned)
Details
Issues:
1) <body ononline=""> should work
2) Sort out where to actually fire the event and whether it bubbles
3) Blake's stuff from bug 336359 comment 37
There's a lot of discussion in bug 336359 about #2 and little consensus. Solutions that are compatible with #1 in Gecko are:
A) Non-bubbling event fired at the Window
B) Bubbling event fired pretty much anywhere
To fix #1 we have to add the attr name to the list of event attrs in a few places.
Could we try to reach a conclusion on #2 so we can get this fixed?
![]() |
Reporter | |
Updated•19 years ago
|
Flags: blocking1.9a1?
![]() |
Reporter | |
Comment 1•19 years ago
|
||
Er... I'd already filed a bug for this. :(
*** This bug has been marked as a duplicate of 336682 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
Flags: blocking1.9a1?
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•