Conversation
This PR removes `VRLayerInit` from BCD. This feature is a dictionary, enum, or WebIDL typedef and should not be included in BCD.
|
This is another one where I'm confused by the content PR. We didn't remove it, we just broke the connection to BCD. This feels like a bit of a dodge and I don't know how this approach came about. 😕 |
|
The reasoning for a simple unlink, rather than a removal from MDN like usual, is primarily due to the number of methods that utilize it -- or more specifically, the way it's referenced throughout various documents. It didn't feel like the right move to remove the pages and rewrite some of these articles, especially as we'll probably end up removing WebVR's documentation in the future (since it's getting replaced by WebXR). |
|
Fair enough, but was there any discussion about this approach? I'm surprised that the content PRs for this and #12766 were merged without discussion. I feel like there's a lot going on implicitly and I'd like to know where to refer to should questions arise (i.e., what do I say if someone tries to re-create the BCD for these pages?). |
|
There was some discussion when I had initially attempted to remove CryptoKeyPair from MDN web docs: mdn/content#8846 |
This PR removes
VRLayerInitfrom BCD. This feature is a dictionary, enum, or WebIDL typedef and should not be included in BCD.