-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace "defines" with "sets" in descriptions (#1535)
https://github.com/web-platform-dx/web-features/blob/main/docs/README.md#defines Co-authored-by: Daniel D. Beck <[email protected]>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: color() | ||
description: "The `color()` function defines a color within a given color space. Wide gamut color spaces like `display-p3` allow showing more vibrant and saturated colors than the standard `srgb` color space." | ||
description: "The `color()` function picks a color from a given color space. Wide gamut color spaces like `display-p3` allow showing more vibrant and saturated colors than the standard `srgb` color space." | ||
spec: https://drafts.csswg.org/css-color-4/#color-function | ||
caniuse: css-color-function | ||
group: color-types |
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
name: "@starting-style" | ||
description: The `@starting-style` CSS at-rule defines the starting values for properties that are transitioning when the target element's style is first updated. | ||
description: The `@starting-style` CSS at-rule sets the starting values for properties that are transitioning when the target element's style is first updated. | ||
spec: https://drafts.csswg.org/css-transitions-2/#defining-before-change-style |
This file contains 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: tabindex | ||
description: The `tabindex` HTML attribute make an element focusable, and defines the element's relative ordering for sequential focus navigation. | ||
description: The `tabindex` HTML attribute make an element focusable, and sets the element's relative ordering for sequential focus navigation. | ||
spec: https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex | ||
group: html | ||
caniuse: tabindex-attr |