-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Represent OS specific limitation in a machine-readable way #474
Comments
This is a pretty old issue, but it's one that I'm interested in seeing this implemented. I think that having an array of different support versions is the simplest way, with perhaps an If this is still something planned for implementation, does that sound reasonable? |
There's some complexity here that needs to documented to help the decision making. I'm just providing information. I make one editorial comment, but otherwise don't intend these as arguments either way.
|
Thinking back on this (and considering the age of this issue), I'd say keeping the data in notes is just fine. It's not too common for a feature to have differences between operating systems it seems (aside from desktop and mobile, which we already have separated into different browsers), and from what we've seen, putting this data in the notes seems sufficient enough. I think we should simply close this issue. |
Some features do not work on all operating systems at the same time.
For example, WebVR has different support versions for Windows and macOS in Firefox.
For the moment, we use notes and multiple support versions, but we may want to store OS specific information in a more machine-readable way.
The text was updated successfully, but these errors were encountered: