- From: <bugzilla@jessica.w3.org>
- Date: Thu, 01 Jan 2015 13:19:53 +0000
- To: public-webapps-bugzilla@w3.org
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 the QA Contact for the bug.
Received on Thursday, 1 January 2015 13:19:55 UTC