This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18517 - Web IDL syntax error in definition of NamedFlow
Summary: Web IDL syntax error in definition of NamedFlow
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Regions (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Vincent Hardy
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-10 06:42 UTC by Dominic Cooney
Modified: 2012-08-11 01:33 UTC (History)
2 users (show)

See Also:


Attachments

Description Dominic Cooney 2012-08-10 06:42:58 UTC
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>
Comment 1 Alan Stearns 2012-08-11 01:33:36 UTC
Fixed.

http://dvcs.w3.org/hg/csswg/rev/dbb9c1c90921