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 30319 - "If target is a Document, fire an event named sc..."
Summary: "If target is a Document, fire an event named sc..."
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM View (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-22 22:12 UTC by sahel sharifymoghaddam
Modified: 2018-11-22 22:12 UTC (History)
0 users

See Also:


Attachments

Description sahel sharifymoghaddam 2018-11-22 22:12:09 UTC
https://www.w3.org/TR/cssom-view/#scrolling-events

[[
If target is a Document, fire an event named scroll that bubbles at target
]]

I was wondering what's the reason for this? why do we bubble scroll events if the
target is Document and don't bubble them otherwise?