Skip to content
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/cap.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cap unit
description: The CSS `cap` unit corresponds to the height of Latin capital letters.
description: The `cap` CSS length unit corresponds to the height of Latin capital letters.
spec: https://drafts.csswg.org/css-values-4/#cap
group: units
2 changes: 1 addition & 1 deletion features/ic.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ic unit
description: The CSS `ic` unit corresponds to the width of CJK ideographic characters.
description: The `ic` CSS length unit corresponds to the width of CJK ideographic characters.
spec: https://drafts.csswg.org/css-values-4/#ic
group: units
2 changes: 1 addition & 1 deletion features/lh.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lh unit
description: The CSS `lh` unit corresponds to the requested line height, the computed value of the `line-height` property. Some lines may be higher than this based on their content.
description: The `lh` CSS length unit corresponds to the requested line height, the computed value of the `line-height` property. Some lines may be higher than this based on their content.
spec: https://drafts.csswg.org/css-values-4/#lh
group: units
Loading