-
Notifications
You must be signed in to change notification settings - Fork 4
Document the model behind implementation traction #41
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
Merged
+22
−0
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Describing Implementation Traction | ||
|
|
||
| Capturing and representing the likelihood of traction for a given specification by would-be implementors require adapting to the specific implementation ecosystem the specification targets. | ||
|
|
||
| This proposal currently focuses only on the browser ecosystem as it is the most instrumented to capture the various nuances of interest from implementers. We expect to provide (likely simpler) mechanisms to capture similar information from other ecosystems. | ||
|
|
||
| ## Browser implementer ecosystem | ||
|
|
||
| To capture the full range of intentions in the browser ecosystem, we suggest distinguishing: | ||
| * browser distributors, e.g. Google, Microsoft, Mozilla, Apple,… | ||
| * browser implementers - the same, but also organizations known to contribute to browser implementation, e.g. Igalia, Intel,… | ||
| * shipping browsers - user-facing product, e.g. Chrome, Edge, Firefox, Safari, … | ||
| * browser codebases, which for simplicity we suggest designating by the underlying rendering engine: Chromium, Gecko, WebKit, … | ||
|
|
||
| We think the following signals can be attributed to these types of entities to inform how much traction a specification has or is likely to gain. These are ordered from the least significative to the most: | ||
| * browser implementers making substantive contributions to the spec | ||
| * browser distributors or browser codebase publishing their "standards position" about the spec - at this stage, Mozilla (an implementer) and WebKit (a codebase) publish standard positions | ||
| * browser codebases being updated with an implementation of the spec | ||
| * browser distributor distributing the said implementation in a restricted fashion (behind a flag, through an origin trial) | ||
| * browser distributors distributing the said implementation without restrictions | ||
|
|
||
| Given existing research about which compatibility data developers use to make decisions about whether or not to adopt a web feature, we propose to start by documenting information matching the [WebDX Community Group core browser set](https://web-platform-dx.github.io/web-features/#how-do-features-become-part-of-baseline%3F), while also supporting documentation of additional browsers, codebases, distributors and implementers. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.
sorry, missed your suggestion when I merged, will add it directly