This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15804 - [Shadow]: Examine closely all DOM events for possible special exceptions
Summary: [Shadow]: Examine closely all DOM events for possible special exceptions
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14978
  Show dependency treegraph
 
Reported: 2012-01-31 00:26 UTC by Dimitri Glazkov
Modified: 2012-03-13 21:13 UTC (History)
2 users (show)

See Also:


Attachments

Description Dimitri Glazkov 2012-01-31 00:26:17 UTC
Viewlink defines quite a few intereseting exceptions:

http://msdn.microsoft.com/en-us/library/ms531431(v=vs.85).aspx

We should study those and see if we should adopt them.
Comment 1 Dimitri Glazkov 2012-02-16 23:41:21 UTC
Whoa, great stuff!

onabort
onchange ?
onreset
onresize
onscroll
onselect

All these look like they should be stopped at the boundary.
Comment 2 Dimitri Glazkov 2012-03-13 20:52:41 UTC
I added these to the spec: http://dvcs.w3.org/hg/webcomponents/rev/971076c91f4a

Please complain loudly if this seems wrong.
Comment 3 Travis Leithead [MSFT] 2012-03-13 21:07:11 UTC
I think "selectstart" is an IE-only event--you may not need to include that in the spec  :)
Comment 4 Dimitri Glazkov 2012-03-13 21:12:06 UTC
(In reply to comment #3)
> I think "selectstart" is an IE-only event--you may not need to include that in
> the spec  :)

Well, WebKit implements it too: http://code.google.com/p/chromium/source/search?q=selectstartEvent. I can remove, but it might be good to have interop here.
Comment 5 Travis Leithead [MSFT] 2012-03-13 21:13:19 UTC
Interesting. Ok, thanks for checking--your call :)