<?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>27721</bug_id>
          
          <creation_ts>2015-01-01 13:19:53 +0000</creation_ts>
          <short_desc>Partial interfaces must not inherit</short_desc>
          <delta_ts>2015-10-07 04:29:46 +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 - UI Events</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>MOVED</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 name="Gary Kacmarcik">garykac</assigned_to>
          <cc>bugs</cc>
    
    <cc>mike</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>116720</commentid>
    <comment_count>0</comment_count>
    <who name="Rainer Schuster">rainer.schuster</who>
    <bug_when>2015-01-01 13:19:53 +0000</bug_when>
    <thetext>Instead of 

partial interface KeyboardEvent : UIEvent {

the following should be used

partial interface KeyboardEvent {

because partial interfaces are not allowed to specify inheritance.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116723</commentid>
    <comment_count>1</comment_count>
    <who name="Olli Pettay">bugs</who>
    <bug_when>2015-01-01 15:43:04 +0000</bug_when>
    <thetext>Well KeyboardEvent should just inherit UIEvent, no need for &apos;partial&apos; there.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116746</commentid>
    <comment_count>2</comment_count>
    <who name="Rainer Schuster">rainer.schuster</who>
    <bug_when>2015-01-03 16:47:55 +0000</bug_when>
    <thetext>(In reply to Olli Pettay from comment #1)
&gt; Well KeyboardEvent should just inherit UIEvent, no need for &apos;partial&apos; there.

Note that KeyboardEvent is also specified in http://www.w3.org/TR/DOM-Level-3-Events/#interface-KeyboardEvent
so IMHO it would make sense to just cut the inheritance &quot; : UIEvent&quot;. BTW no information would be lost since the inheritance is already specified to inherit from UIEvent in the DOM Level 3 Events specification.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>123571</commentid>
    <comment_count>3</comment_count>
    <who name="Gary Kacmarcik">garykac</who>
    <bug_when>2015-10-07 04:29:46 +0000</bug_when>
    <thetext>Now tracked as: https://github.com/w3c/uievents/issues/36</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>