Skip to content
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

Replace "defines" with "sets" #1535

Merged
merged 3 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/color-function.yml
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
2 changes: 1 addition & 1 deletion features/counter-style.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "@counter-style"
description: The `@counter-style` CSS at-rule defines custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.
description: The `@counter-style` CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.
spec: https://drafts.csswg.org/css-counter-styles-3/
caniuse: css-at-counter-style
status:
Expand Down
2 changes: 1 addition & 1 deletion features/datalist.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: <datalist>
description: The `<datalist>` element defines a set of recommended values for an `<input>` element. Browsers may show a dropdown menu of all options, or matching options as the user types.
description: The `<datalist>` element sets recommended values for an `<input>` element. Browsers may show a dropdown menu of all values or match values as the user types.
spec: https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element
group: forms
caniuse: datalist
Expand Down
2 changes: 1 addition & 1 deletion features/starting-style.yml
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
2 changes: 1 addition & 1 deletion features/tabindex.yml
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