This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
I think it would make sense to make the endings member an enum as follows, to make invalid values throw TypeError: enum EndingTypes { "transparent", "native" }; dictionary BlobPropertyBag { ... EndingTypes endings = "transparent"; };
s/EndingTypes/EndingType/
Marking this fixed.