Skip to content

Commit 17eeb6c

Browse files
authored
feat: updated the value for text-decoration-inset (#1087)
* updated the value for * updated percentages value for text-decoration-inset
1 parent 2ba25d0 commit 17eeb6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/properties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10947,11 +10947,11 @@
1094710947
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-color"
1094810948
},
1094910949
"text-decoration-inset": {
10950-
"syntax": "<length>{1,2} | auto",
10950+
"syntax": "<length-percentage>{1,2} | auto",
1095110951
"media": "visual",
1095210952
"inherited": false,
1095310953
"animationType": "byComputedValue",
10954-
"percentages": "no",
10954+
"percentages": "referToSizeOfElement",
1095510955
"groups": [
1095610956
"CSS Text Decoration"
1095710957
],

0 commit comments

Comments
 (0)