[heycam/webidl] Resolve remaining issues from bugzilla (#777)

- [ ] [Using platform object example](https://www.w3.org/Bugs/Public/show_bug.cgi?id=16455)
- [ ] [consider allowing non-matching enums to be converted to a particular value](https://www.w3.org/Bugs/Public/show_bug.cgi?id=19936)
- [ ] [Support subclassing Array](https://www.w3.org/Bugs/Public/show_bug.cgi?id=20020)
- [ ] [allow attributes to have different types for their getter and setter](https://www.w3.org/Bugs/Public/show_bug.cgi?id=20407)

- [ ] [Function's length property is inconsistent with EcmaScript](https://www.w3.org/Bugs/Public/show_bug.cgi?id=23056)
- [ ] ["a value (matching DefaultValue)"](https://www.w3.org/Bugs/Public/show_bug.cgi?id=23077)
- [ ] [freeze/seal/preventExtensions should throw for Nodes (and maybe any WebIDL interface)](https://www.w3.org/Bugs/Public/show_bug.cgi?id=23534)
- [ ] ["optional any" is nonsense that should be disallowed](https://www.w3.org/Bugs/Public/show_bug.cgi?id=23602)
- [ ] ["The return type of the operation is given by th..."](https://www.w3.org/Bugs/Public/show_bug.cgi?id=25051)
- [ ] [enum should be able to inherit from another enum](https://www.w3.org/Bugs/Public/show_bug.cgi?id=25425)
- [ ] [Why do we disallow overloading across partial interfaces?](https://www.w3.org/Bugs/Public/show_bug.cgi?id=25993)
- [ ] [Stop using "octet"](https://www.w3.org/Bugs/Public/show_bug.cgi?id=26901)
- [ ] [Fixed length sequences of varying types](https://www.w3.org/Bugs/Public/show_bug.cgi?id=26947)
- [ ] [" The result of converting an IDL value of any b..."](https://www.w3.org/Bugs/Public/show_bug.cgi?id=26966)
- [ ] ["Prose accompanying an interface with a pair ite..."](https://www.w3.org/Bugs/Public/show_bug.cgi?id=26969)
- [ ] [factor out "location of properties that usually go on an interface prototype object" wording](https://www.w3.org/Bugs/Public/show_bug.cgi?id=26970)
- [ ] [Require that promise rejection are instances of error](https://www.w3.org/Bugs/Public/show_bug.cgi?id=26980)
- [ ] [Remove requirement for prose around iterable<> if object has indexed properties](https://www.w3.org/Bugs/Public/show_bug.cgi?id=26985)
- [ ] [Allow partial enums](https://www.w3.org/Bugs/Public/show_bug.cgi?id=27048)
- [ ] [Define context variables, such as "context object"](https://www.w3.org/Bugs/Public/show_bug.cgi?id=27301)
- [ ] [Data properties](https://www.w3.org/Bugs/Public/show_bug.cgi?id=27346)
- [ ] [Define [LegacyNewObject]](https://www.w3.org/Bugs/Public/show_bug.cgi?id=27356)
- [ ] [Support holes or undefined values in the sequences as return values?](https://www.w3.org/Bugs/Public/show_bug.cgi?id=27549)
- [ ] [Inherited method name conflicts with consequential maplike/setlike interfaces should fail](https://www.w3.org/Bugs/Public/show_bug.cgi?id=28583)
- [ ] [Should probably perform security checks on arguments too, not just this values](https://www.w3.org/Bugs/Public/show_bug.cgi?id=28778)
- [ ] [Make BufferSource more convenient to use](https://www.w3.org/Bugs/Public/show_bug.cgi?id=28798)
- [ ] [[EnforceRange] accepts an odd set of input values](https://www.w3.org/Bugs/Public/show_bug.cgi?id=28875)
- [ ] [iterable declaration and forEach ECMAScript binding issues](https://www.w3.org/Bugs/Public/show_bug.cgi?id=28979)
- [ ] [FrozenArray only provides shallow immutability](https://www.w3.org/Bugs/Public/show_bug.cgi?id=29004)
- [ ] [Provide text guidance for rejecting promises](https://www.w3.org/Bugs/Public/show_bug.cgi?id=29331)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/777

Received on Monday, 26 August 2019 09:50:52 UTC