Re: [heycam/webidl] Allow partial enums (#184)

> I'm seeing some more needs:
> 
> * [WebXR Augmented Reality Module](https://immersive-web.github.io/webxr-ar-module/#xrsessionmode-enum): People want to add `immersive-ar` to `XRSessionMode` from [WebXR Device API](https://immersive-web.github.io/webxr/#xrsessionmode-enum) - Found from [web-platform-tests/wpt#18382](https://github.com/web-platform-tests/wpt/pull/18382)

This one is fairly simple to handle given that both specifications are part of the same WG and worked on by the same people.

> * [Clipboard](https://w3c.github.io/clipboard-apis/#clipboard-permissions): People want to extend permission types defined by [Permissions spec](https://w3c.github.io/clipboard-apis/#clipboard-permissions) with new `clipboard-read` and `clipboard-write` - Found from [microsoft/TSJS-lib-generator#735](https://github.com/microsoft/TSJS-lib-generator/pull/735)

The Permissions API already has a list of all permissions. Clipboard should just adds itself in there.

-- 
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/184#issuecomment-536013127

Received on Friday, 27 September 2019 16:40:41 UTC