<?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>27709</bug_id>
          
          <creation_ts>2014-12-27 19:53:46 +0000</creation_ts>
          <short_desc>Dictionary MouseEventInit uses keyword attribute for its members</short_desc>
          <delta_ts>2015-01-13 17:39:54 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebAppsWG</product>
          <component>HISTORICAL - Pointer Lock</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="Rainer Schuster">rainer.schuster</reporter>
          <assigned_to>scheib</assigned_to>
          <cc>mike</cc>
    
    <cc>Ms2ger</cc>
    
    <cc>public-webapps</cc>
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>116697</commentid>
    <comment_count>0</comment_count>
    <who name="Rainer Schuster">rainer.schuster</who>
    <bug_when>2014-12-27 19:53:46 +0000</bug_when>
    <thetext>The specification states

partial dictionary MouseEventInit {
    attribute long movementX = 0;
    attribute long movementY = 0;
};

but it should be without the &quot;attribute&quot; keyword

partial dictionary MouseEventInit {
    long movementX = 0;
    long movementY = 0;
};</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>117089</commentid>
    <comment_count>1</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2015-01-13 17:35:10 +0000</bug_when>
    <thetext>https://lists.w3.org/Archives/Public/public-webapps/2015JanMar/0156.html
&gt; I could use more information here.
&gt; http://www.w3.org/TR/DOM-Level-3-Events/#interface-MouseEvent specifies
&gt; MouseEvent attributes with the attribute keyword. WebIDL description of
&gt; attribute seems to apply here http://www.w3.org/TR/WebIDL/#idl-attributes.
&gt; Why shouldn&apos;t the attribute keyword be used?

Because MouseEvent is an interface and MouseEventInit isn&apos;t. (It&apos;s a dictionary.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>117090</commentid>
    <comment_count>2</comment_count>
    <who name="">scheib</who>
    <bug_when>2015-01-13 17:39:54 +0000</bug_when>
    <thetext>Thanks, fixed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>