Skip to content

Commit 2b0a160

Browse files
SondraEddbeck
andauthored
Add initial-letter (#1643)
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 8c23745 commit 2b0a160

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

features/initial-letter.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: initial-letter
2+
description: The `initial-letter` CSS property sets the number of lines the first letter of an element occupies. You can use the property to make a raised capital or drop cap.
3+
spec: https://drafts.csswg.org/css-inline-3/#sizing-drop-initials
4+
compat_features:
5+
- css.properties.initial-letter
6+
- css.properties.initial-letter.normal

features/initial-letter.yml.dist

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: initial-letter.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "110"
8+
chrome_android: "110"
9+
edge: "110"
10+
compat_features:
11+
- css.properties.initial-letter
12+
- css.properties.initial-letter.normal

0 commit comments

Comments
 (0)