-
Notifications
You must be signed in to change notification settings - Fork 102
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
Add Baseline definition document #423
Add Baseline definition document #423
Conversation
eb3aac5
to
18cd60e
Compare
There are many things Baseline does not cover. | ||
Here are some areas for future consideration and not currently in-scope for Baseline, particularly other candidate states such as: | ||
|
||
<!-- TODO: Replace these with issues --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not filing issues for these, leaving them here seems fine to me.
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
If a web developer needs to support a globally uncommon or discontinued browser (e.g., Internet Explorer 11), then the developer needs to know the specific limitations of that browser, not a broad overview of developers’ most commonly required browsers. | ||
Baseline can’t be both. | ||
* **Identify support in non-web environments.** | ||
Developers use web technologies in non-web settings, such as JavaScript in Node.js, Web APIs in Deno, or HTML and CSS in Electron-based applications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that the list is not meant to be exhaustive, but I'm thinking it would still be useful to mention WebViews explicitly here - or perhaps in the Future Considerations section?. WebViews are also a widely used non-web web setting (and the term should speak to developers even though it remains ill-defined...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, this is a good thought though I don't know exactly where it sits either. I think it's more of a future consideration than a non-goal, but it's possible it could become a non-goal. I filed #477 to take up this question.
|
||
This duration is selected to approximate developer signals, estimates of browser release uptake over time, an estimate of high total market share support, and the project governance group’s best judgment. | ||
|
||
This duration is due for review by the governance group on 7 November 2024. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may be reading too much into this, but that seems to suggest that the revision is scoped to re-evaluating the duration, and only the duration, whereas my understanding is that the governance group will review the whole definition.
This duration is due for review by the governance group on 7 November 2024. | |
This duration (and the whole Baseline definition) is due for review by the governance group on 7 November 2024. |
Alternatively, the ownership and maintenance section could perhaps make explicit the "revision at least once per year" policy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think this is probably worth moving or revising. That said, this was one of the late additions to the Baseline definition text. I'm not comfortable approving this unilaterally. I'd like to merge the text as is, then propose the narrower change here as a separate PR for the owners group to consider in isolation.
Co-authored-by: François Daoust <fd@tidoust.net>
On Tuesday, November 7, 2023, the web-features governance team agreed to a new definition of Baseline, incorporating feedback from web developers, WebDX community group participants, and commenters on the web-features repository (mostly summarized by #374).
What’s the TL;DR?
Features are marked as interoperable from the day the last browser implements the feature; 30 months later, the feature is marked as having wider support.
What does the definition say?
To summarize, the definition says…
How does this definition differ from the May 2023 definition?
If you saw the original definition, then the biggest changes are:
It’s not part of the definition, but the governance team also approved a change to the project governance document: scheduling an annual review (and, if applicable, revision) of the Baseline definition.
What doesn’t the definition say?
The definition only provides directions for producing data: a low/high status value and a date.
That is, it marks the boundary on what features do or do not have a Baseline status. It does not prescribe developer-facing text, iconography, colors, or other display guidance.
The governance team expects that assets and display guidance will be incorporated into the web-features project after consumers of the Baseline data, such as MDN and Can I Use…?, have had an opportunity to experiment with presentation.
The definition does not cover any other conditions of interest (e.g., deprecated features, “shipping soon” features, or “feedback wanted” features). These are likely follow-up tasks.
What happened to the proposal to include
<browser>
?The governance team did not reach a decision on other browsers or a formalized browser selection method.
The governance team selected the browser list in response to several factors, primarily reported developer interest (see https://github.com/web-platform-dx/developer-research/blob/main/vendor-research/browser-support-matrix-survey.pdf).
The governance team considered expanding the browser set further, to include other browsers tracked by mdn/browser-compat-data (BCD), MDN Web Docs browser compatibility tables, or Web Platform Tests (WPT). Going down that route might have added Samsung Internet, Opera, and mobile web views. These proposals faced questions about data quality, BCD’s deliberations over changing their browser set, and developer interest, which have yet to be answered. This is likely to be considered in more detail in the future.