- From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
- Date: Wed, 08 Aug 2018 13:04:03 +0000
- To: public-secondscreen@w3.org
foolip has just created a new issue for https://github.com/w3c/presentation-api: == BinaryType enum is already defined in HTML == https://w3c.github.io/presentation-api/#interface-presentationconnection defines `enum BinaryType { "blob", "arraybuffer" }; ` However, https://html.spec.whatwg.org/multipage/web-sockets.html#the-websocket-interface includes the same, happily with the same values. Grepping in https://github.com/tidoust/reffy-reports/tree/master/whatwg/idl, I believe this is the only enum defined twice across web specs. The fix would be to simply remove the definition and it will probably auto-link to https://html.spec.whatwg.org/multipage/web-sockets.html#binarytype. Please view or discuss this issue at https://github.com/w3c/presentation-api/issues/456 using your GitHub account
Received on Wednesday, 8 August 2018 13:04:10 UTC