Skip to content

Commit

Permalink
add text-decoration-skip-ink, text-decoration-thickness and `text…
Browse files Browse the repository at this point in the history
…-underline-offset` attributes (#4064)
  • Loading branch information
vast authored Jun 8, 2024
1 parent 888ac75 commit b9ae5fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Core Grammars:
- enh(css) add `accent-color`, `appearance`, `color-scheme`, `rotate`, `scale` and `translate` attributes [Carl Räfting][]
- fix(fortran) fixes parsing of keywords delimited by dots [Julien Bloino][]
- enh(css) add `select`, `option`, `optgroup`, `picture` and `source` to list of known tags [Vasily Polovnyov][]
- enh(css) add `inset`, `inset-*`, `border-start-*-radius` and `border-end-*-radius` attributes [Vasily Polovnyov]
- enh(css) add `inset`, `inset-*`, `border-start-*-radius` and `border-end-*-radius` attributes [Vasily Polovnyov][]
- enh(css) add `text-decoration-skip-ink`, `text-decoration-thickness` and `text-underline-offset` attributes [Vasily Polovnyov][]

New Grammars:

Expand Down
3 changes: 3 additions & 0 deletions src/languages/lib/css-shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,9 @@ export const ATTRIBUTES = [
'text-decoration',
'text-decoration-color',
'text-decoration-line',
'text-decoration-skip-ink',
'text-decoration-style',
'text-decoration-thickness',
'text-emphasis',
'text-emphasis-color',
'text-emphasis-position',
Expand All @@ -675,6 +677,7 @@ export const ATTRIBUTES = [
'text-rendering',
'text-shadow',
'text-transform',
'text-underline-offset',
'text-underline-position',
'top',
'transform',
Expand Down

0 comments on commit b9ae5fe

Please sign in to comment.