<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>29525</bug_id>
          
          <creation_ts>2016-03-09 23:04:45 +0000</creation_ts>
          <short_desc>scroll and resize events lack explicit definitions</short_desc>
          <delta_ts>2016-03-11 12:42:37 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSS</product>
          <component>CSSOM View</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Chris Rebert">w3bugs</reporter>
          <assigned_to name="Simon Pieters">zcorpan</assigned_to>
          
          
          <qa_contact>public-css-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>125421</commentid>
    <comment_count>0</comment_count>
    <who name="Chris Rebert">w3bugs</who>
    <bug_when>2016-03-09 23:04:45 +0000</bug_when>
    <thetext>These events are currently only referred to in the scrolling and resizing algorithms. They lack explicit definitions.
Explicit definitions would be useful so that other specs (e.g. HTML) could link to them.
Also, such definitions are typically somewhat more detailed; see e.g. https://w3c.github.io/uievents/#event-type-focus</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>125435</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2016-03-11 10:12:07 +0000</bug_when>
    <thetext>Thanks, fixed in https://github.com/w3c/csswg-drafts/commit/b83e1f9c01eaf835b6e6f0800b62e7a368dda167</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>125436</commentid>
    <comment_count>2</comment_count>
    <who name="Chris Rebert">w3bugs</who>
    <bug_when>2016-03-11 10:29:14 +0000</bug_when>
    <thetext>What about the cancellability and bubble-ness of the events?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>125438</commentid>
    <comment_count>3</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2016-03-11 12:42:37 +0000</bug_when>
    <thetext>HTML doesn&apos;t have that information in its event tables, whether it&apos;s cancelable or bubbles depends on where it&apos;s fired; it&apos;s not an inherent property of the event type. In particular, &apos;scroll&apos; in CSSOM View both bubbles and doesn&apos;t bubble, depending on the target.

I suppose it would be possible to have that information in the tables though; let me know what you think.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>