Skip to content

Commit

Permalink
Add initial-letter (#1643)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
SondraE and ddbeck committed Aug 26, 2024
1 parent 8c23745 commit 2b0a160
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/initial-letter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: initial-letter
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.
spec: https://drafts.csswg.org/css-inline-3/#sizing-drop-initials
compat_features:
- css.properties.initial-letter
- css.properties.initial-letter.normal
12 changes: 12 additions & 0 deletions features/initial-letter.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated from: initial-letter.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "110"
chrome_android: "110"
edge: "110"
compat_features:
- css.properties.initial-letter
- css.properties.initial-letter.normal

0 comments on commit 2b0a160

Please # to comment.