-
Notifications
You must be signed in to change notification settings - Fork 46
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
What's the meaning of standing
value changes?
#1645
Comments
The update is a consequence of fetching the info directly in the spec for WICG specs instead of relying on Specref (#1633). See also #1628 (comment) for a short discussion on the transition. Specs such as the Web Share Target API that claim "I'm an unofficial draft" typically get a "pending" standing (as explained in the README). In this particular case, the info initially came from Specref, who does not have that logic and thus always considers that specs are in "good" standing. Standing switched to "pending" simply because browser-specs now looks into the spec directly. I did not force a "good" standing on that one, because its status hasn't changed in the past 3 years, I'm not clear about the plan to transition the spec to the Web Apps WG either (pending PR since >1 year ago at w3c/web-share-target#112), and the IDL does not appear in Web Platform Tests either. That suggests a "pending" standing for the spec and the spec would have been added with that standing initially if its info hadn't been retrieved from Specref. Now, the definition of "standing" remains fuzzy, I had forgotten that BCD and web-features rejected URLs of "pending" specs (even though I documented it in #1481 (comment), yet another issue that discusses what "standard" means ;)), and I had not realized that the Web Share Target API already appears on MDN. It's fine to rollback the change and force a good standing. |
The spec is documented on MDN already, so the switch to "pending" is not fantastic for BCD and web-features. See context in: #1645 #1628 (comment)
The spec is documented on MDN already, so the switch to "pending" is not fantastic for BCD and web-features. See context in: #1645 #1628 (comment)
Standing back to "good" in latest published version of web-specs. And the takeaway from this is that we need to do a more thorough investigation when considering standing a transition from "good" to "pending"! |
Thanks for the informative response and prompt resolution! |
What does it mean when a spec's
standing
moves from"good"
to"pending"
?Over in web-features, we validate specification URLs, requiring the
"good"
standing. One spec URL, https://w3c.github.io/web-share-target/, started failing validation with web-specs v3.33.0.It's not clear to me what this means. Some questions I have:
"discontinued"
?Answers to some or all of these questions would help me decide whether to make an exception for this URL, to change handling pending specs, or to avoid standing altogether.
Possibly related to #1266 and #1181.
The text was updated successfully, but these errors were encountered: