This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
It would be pretty neat if we could declare: enum Foo { "foo", } enum Bar : Foo { "bar", } I have this need for the Screen Orientation API and I sadly have to declare two different overlapping enums.