Skip to content

Commit

Permalink
Add more caniuse
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Dec 20, 2024
1 parent 77b19af commit 2a826e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/display.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Display
description: The `display` CSS property sets the display behavior of an element's box within its layout and sets the layout behavior for its child elements.
spec: https://drafts.csswg.org/css-display-3/#the-display-properties
group: css
caniuse: inline-block
status:
compute_from: css.properties.display
compat_features:
Expand Down
1 change: 1 addition & 0 deletions features/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ spec:
- https://html.spec.whatwg.org/multipage/indices.html#events-2
- https://dom.spec.whatwg.org/#interface-customevent
- https://dom.spec.whatwg.org/#interface-eventtarget
caniuse: addeventlistener
status:
compute_from: api.EventTarget.addEventListener
compat_features:
Expand Down
1 change: 1 addition & 0 deletions features/font-kerning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ name: font-kerning
description: The `font-kerning` CSS property sets whether kerning data from a font is used to adjust the space between letters.
spec: https://drafts.csswg.org/css-fonts-4/#font-kerning-prop
group: font-features
caniuse: font-kerning
compat_features:
- css.properties.font-kerning

0 comments on commit 2a826e3

Please sign in to comment.