Skip to content

Commit b9ae5fe

Browse files
authored
add text-decoration-skip-ink, text-decoration-thickness and text-underline-offset attributes (#4064)
1 parent 888ac75 commit b9ae5fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Core Grammars:
4343
- enh(css) add `accent-color`, `appearance`, `color-scheme`, `rotate`, `scale` and `translate` attributes [Carl Räfting][]
4444
- fix(fortran) fixes parsing of keywords delimited by dots [Julien Bloino][]
4545
- enh(css) add `select`, `option`, `optgroup`, `picture` and `source` to list of known tags [Vasily Polovnyov][]
46-
- enh(css) add `inset`, `inset-*`, `border-start-*-radius` and `border-end-*-radius` attributes [Vasily Polovnyov]
46+
- enh(css) add `inset`, `inset-*`, `border-start-*-radius` and `border-end-*-radius` attributes [Vasily Polovnyov][]
47+
- enh(css) add `text-decoration-skip-ink`, `text-decoration-thickness` and `text-underline-offset` attributes [Vasily Polovnyov][]
4748

4849
New Grammars:
4950

src/languages/lib/css-shared.js

+3
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,9 @@ export const ATTRIBUTES = [
663663
'text-decoration',
664664
'text-decoration-color',
665665
'text-decoration-line',
666+
'text-decoration-skip-ink',
666667
'text-decoration-style',
668+
'text-decoration-thickness',
667669
'text-emphasis',
668670
'text-emphasis-color',
669671
'text-emphasis-position',
@@ -675,6 +677,7 @@ export const ATTRIBUTES = [
675677
'text-rendering',
676678
'text-shadow',
677679
'text-transform',
680+
'text-underline-offset',
678681
'text-underline-position',
679682
'top',
680683
'transform',

0 commit comments

Comments
 (0)