Skip to content

Commit 4d92573

Browse files
authored
Add caret-shape CSS property feature (#3453)
1 parent bfb6c3b commit 4d92573

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

features/caret-shape.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: caret-shape
2+
description: The `caret-shape` CSS property controls the shape of the insertion caret, the symbol that shows where the next character is to be inserted or deleted.
3+
spec: https://drafts.csswg.org/css-ui-4/#propdef-caret-shape
4+
compat_features:
5+
- css.properties.caret-shape
6+
- css.properties.caret-shape.auto
7+
- css.properties.caret-shape.bar
8+
- css.properties.caret-shape.block
9+
- css.properties.caret-shape.underscore

features/caret-shape.yml.dist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: caret-shape.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- css.properties.caret-shape
9+
- css.properties.caret-shape.auto
10+
- css.properties.caret-shape.bar
11+
- css.properties.caret-shape.block
12+
- css.properties.caret-shape.underscore

0 commit comments

Comments
 (0)