[Bug 27721] New: Partial interfaces must not inherit

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27721

            Bug ID: 27721
           Summary: Partial interfaces must not inherit
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: UI Events
          Assignee: garykac@google.com
          Reporter: rainer.schuster@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

Instead of 

partial interface KeyboardEvent : UIEvent {

the following should be used

partial interface KeyboardEvent {

because partial interfaces are not allowed to specify inheritance.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 1 January 2015 13:19:55 UTC