- From: <bugzilla@jessica.w3.org>
- Date: Fri, 10 Aug 2012 06:42:58 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18517 Summary: Web IDL syntax error in definition of NamedFlow Product: CSS Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Regions AssignedTo: vhardy@adobe.com ReportedBy: dominicc@chromium.org QAContact: public-css-bugzilla@w3.org CC: eoconnor@apple.com The definition of NamedFlow here [1] says: interface NamedFlow implements EventTarget however this is not valid in Web IDL (see [2] for example.) The definition of NamedFlow should be amended to read interface NamedFlow : EventTarget per [3]. [1] <http://dev.w3.org/csswg/css3-regions/#the-namedflow-interface> [2] <http://www.w3.org/TR/WebIDL/#proddef-ImplementsStatement> [3] <http://www.w3.org/TR/WebIDL/#proddef-Inheritance> -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Friday, 10 August 2012 06:43:00 UTC