This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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.
Whoa, great stuff! onabort onchange ? onreset onresize onscroll onselect All these look like they should be stopped at the boundary.
I added these to the spec: http://dvcs.w3.org/hg/webcomponents/rev/971076c91f4a Please complain loudly if this seems wrong.
I think "selectstart" is an IE-only event--you may not need to include that in the spec :)
(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.
Interesting. Ok, thanks for checking--your call :)