-
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
Mark navigator.canShare() experimental and nonstandard #6844
Mark navigator.canShare() experimental and nonstandard #6844
Conversation
This change marks the navigator.canShare() method as experimental:true and standard_track:false, per w3c/web-share#134 and w3c/web-share#134 (comment) in particular. w3c/web-share@2bbde9c dropped it as a specified feature (along with the entire Web Share Level 2 spec.)
239dddb
to
463176b
Compare
I think nonstandard things are just nonstandard, they shouldn't be marked as experimental: #6812 |
I don’t really have a strong opinion about that either way. But as far as the MDN side of this goes, it seems like there’s value to web developers in knowing both whether something’s experimental or not, and also knowing whether something’s nonstandard. And the difference it’s just hypothetical; I believe we have cases of features that are nonstandard which aren’t experimental. |
Relatedly, some questions on experimental: #6905. I kinda wish we had originally named experimental something like "stable." Supposing my guideline gets some support, I guess the question here would be, as a Web developer, should I expect |
I think the answer to that question is Yes — based on w3c/web-share#134 (comment), which says:
…and on w3c/web-share#108:
…and from reading the rest of the discussion in that issue, it seems clear one possibility is that the In other words the gist of it is that the |
OK, thank you, @sideshowbarker. I think this will end up being experimental no matter what we ultimately decide in #6905, so I'm going to approve and merge this. |
This change marks the
navigator.canShare()
method asexperimental:true
andstandard_track:false,
per w3c/web-share#134 and w3c/web-share#134 (comment) in particular. w3c/web-share@2bbde9c dropped it as a specified feature (along with the entire Web Share Level 2 spec.)