You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2022-backgrounder.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ With the need to support IE11 fading, we have a new opportunity to define a set
38
38
39
39
## Explorations done in 2022
40
40
41
-
As the WebDX effort was being explored, an initial investigation of what it would take to [converge on a common list of web features](https://github.com/web-platform-dx/feature-set/blob/main/towards-features.md#towards-a-common-list-of-web-features) was conducted.
41
+
As the WebDX effort was being explored, an initial investigation of what it would take to [converge on a common list of web features](https://github.com/web-platform-dx/web-features/blob/main/towards-features.md#towards-a-common-list-of-web-features) was conducted.
42
42
43
43
Following that investigation, a [methodology to group web features was developed](https://docs.google.com/document/d/1XjYQybcbOGPKxQnxtIp8C9iXYZBTlczvst5VVn83ty0/edit), leading to a [mockup of how common web platform features could be represented](https://github.com/ddbeck/common-web-feature-mockup/#common-web-platform-feature-representation-mockup-wip).
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
-
# [`feature-set`](https://github.com/web-platform-dx/feature-set): exploring the set of interoperable features of the web platform
1
+
# [`web-features`](https://github.com/web-platform-dx/web-features): exploring the set of interoperable features of the web platform
2
2
3
3
By the [W3C WebDX Community Group](https://www.w3.org/community/webdx/) and contributors.
4
4
5
-
`feature-set` is an effort to build a shared catalog of features of the web platform.
6
-
By creating a common list of features and their definitions, `feature-set` aims to improve understanding of what web developers get and want from the web.
7
-
`feature-set` does this by:
5
+
`web-features` is an effort to build a shared catalog of features of the web platform.
6
+
By creating a common list of features and their definitions, `web-features` aims to improve understanding of what web developers get and want from the web.
7
+
`web-features` does this by:
8
8
9
9
* Creating feature definitions, which identify and describe capabilities of the web
10
10
* Generating _Baseline_ support data, which summarizes the availability of web features across key browsers and releases
11
11
* Publishing the `web-features` npm package, which bundles feature identifiers with Baseline statuses
12
12
13
-
From `Array` to Cascade Layers to Offscreen Canvas, `feature-set` identifies, defines, and categorizes capabilities of the web platform that web developers care about.
14
-
By creating a common nomenclature for web platform features, `feature-set` intends to support communication between web developers, browser vendors, standardization bodies, and other ecosystem participants.
13
+
From `Array` to Cascade Layers to Offscreen Canvas, `web-features` identifies, defines, and categorizes capabilities of the web platform that web developers care about.
14
+
By creating a common nomenclature for web platform features, `web-features` intends to support communication between web developers, browser vendors, standardization bodies, and other ecosystem participants.
15
15
16
16
## Get started
17
17
@@ -30,5 +30,5 @@ The project is in its early stages, so we’re still developing tools and proces
30
30
To get started contributing, take a look the following:
31
31
32
32
* Learn more about [the WebDX Community Group](https://www.w3.org/community/webdx/)
33
-
* Go to [open issues](https://github.com/web-platform-dx/feature-set/issues) to propose new feature groups or report a bug
34
-
* Go to [open PRs](https://github.com/web-platform-dx/feature-set/pulls) to review incoming feature groups and updates
33
+
* Go to [open issues](https://github.com/web-platform-dx/web-features/issues) to propose new feature groups or report a bug
34
+
* Go to [open PRs](https://github.com/web-platform-dx/web-features/pulls) to review incoming feature groups and updates
0 commit comments