ISSUE-120: Consider returning 'scroll' from UIEvent to Event interface
scroll basic event
Consider returning 'scroll' from UIEvent to Event interface
- State:
- CLOSED
- Product:
- HISTORICAL: DOM3 Events [All Bugs and Issues use Bugzilla: http://tinyurl.com/Bugs-DOM3Events]
- Raised by:
- Doug Schepers
- Opened on:
- 2010-09-10
- Description:
- 'scroll' was moved from the Event interface to the UIEvent interface, so UIEvents are grouped logically and are detectable as such for script library use. This is a proposal to change it back to the Event interface, since the additional .detail and .view properties are not needed:
* http://lists.w3.org/Archives/Public/www-dom/2010JulSep/0074.html - Related Actions Items:
- No related actions
- Related emails:
- Re: [dom3events] event overview - scroll [ISSUE-120] (from chuck@jumis.com on 2011-08-17)
- Re: [dom3events] event overview - scroll [ISSUE-120] (from Jacob.Rossi@microsoft.com on 2011-08-12)
- Agenda: DOM3 Events Telcon, 15 September 2010 (from schepers@w3.org on 2010-09-15)
- Re: [dom3events] event overview - scroll [ISSUE-120] (from annevk@opera.com on 2010-09-10)
- Re: [dom3events] event overview - scroll [ISSUE-120] (from schepers@w3.org on 2010-09-10)
- ISSUE-120 (scroll basic event): Consider returning 'scroll' from UIEvent to Event interface [DOM3 Events] (from sysbot+tracker@w3.org on 2010-09-10)
Related notes:
LAST CALL
Doug Schepers, 10 Sep 2010, 09:31:13Resolution: from a taxonomy standpoint, scroll fits as a UIEvent. While it doesn't take advantage of the detail/view properties, neither do some of the other UIEvents. Having a logical organization of events is helpful for feature detection and is one of the improvements Level 3 events makes over Level 2.
Jacob Rossi, 24 Apr 2011, 23:26:28Display change log