Skip to content

Commit 5e2945b

Browse files
authored
Fix various typos (#941)
I found these using cspell. Unfortunately, it produces lots of false positives, so I'm not proposing enforcing its results now.
1 parent 0ce3406 commit 5e2945b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

feature-group-definitions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ See [ddbeck/common-web-feature-mockup](https://github.com/ddbeck/common-web-feat
66

77
## What is a web platform feature?
88

9-
To identify, group, and report on the availability of web platform features, it might be nice to have a working defintion of a web platform feature.
10-
For the purposes of this project, consider this defintion:
9+
To identify, group, and report on the availability of web platform features, it might be nice to have a working definition of a web platform feature.
10+
For the purposes of this project, consider this definition:
1111

1212
**A _feature_ (or _feature group_) is a logical subset of all the addressable behaviors and interfaces that the web platform, as mediated by browsers and related tools, exposes to web developers.**
1313

feature-group-definitions/mathml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ compat_features:
6767
- mathml.global_attributes.mathbackground
6868
- mathml.global_attributes.mathcolor
6969
- mathml.global_attributes.mathsize
70-
- mathml.global_attributes.scriptlevel # TODO: when setting Baseline status, we'll probably want to ignore this. It's the one piece not interopable and has an odd story.
70+
- mathml.global_attributes.scriptlevel # TODO: when setting Baseline status, we'll probably want to ignore this. It's the one piece not interoperable and has an odd story.

packages/web-features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ For browser support iconography (that is, browser logos and checkmarks and Xs),
2828
1. **Do not** show a version number, whether one is provided.
2929
1. If `status.baseline` is `"high"` or `"low"`, then show a green checkmark (✅, "supported") beside each browser's logo icon.
3030
1. If `status.baseline` is `false` and the browser's `status.support` key (for example, `status.support.edge`) is `undefined` or `false`, then show a gray X ("unsupported") beside the browser's logo icon.
31-
1. If `status.baseline` is `"high"` or `"low"` and the browser's `status.support` key is a string, then show a green checkmark ("supported") beside the brower's logo icon.
31+
1. If `status.baseline` is `"high"` or `"low"` and the browser's `status.support` key is a string, then show a green checkmark ("supported") beside the browser's logo icon.

towards-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ The [browser-statuses](https://github.com/w3c/browser-statuses#web-browser-imple
113113
- It contains a (manual) mechanism to select representative entries in platform status projects to compute rough implementation support for a feature or a specification.
114114
- It contains code to actually compute a rough implementation support score from data in platform status projects
115115

116-
Among the things that may need to be revisited: the browser-statuses project does not yet try to be a comprehensive list of features. Also, brower-statuses only includes features that are always defined within a specification and does not yet let one group features into higher-level ones.
116+
Among the things that may need to be revisited: the browser-statuses project does not yet try to be a comprehensive list of features. Also, browser-statuses only includes features that are always defined within a specification and does not yet let one group features into higher-level ones.
117117

118118
Regardless of the starting point, what is needed is a coordination effort between status platforms to converge on a shared vision for features, agree on a common mechanism to add new ones, and identify contributors and maintainers.

0 commit comments

Comments
 (0)