diff --git a/css-text-decor/Overview.bs b/css-text-decor/Overview.bs index 085f70ea7c8..a1818acff9b 100644 --- a/css-text-decor/Overview.bs +++ b/css-text-decor/Overview.bs @@ -357,7 +357,7 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property text-decoration-skip Value: - none | [ objects || spaces || ink || edges || box-decoration ] + none | [ objects || [ spaces | trailing-spaces ] || ink || edges || box-decoration ] Initial: @@ -399,6 +399,10 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property
Skip all spacing, i.e. all characters with the Unicode White_Space property [[UAX44]] and all word separators, plus any adjacent 'letter-spacing' or 'word-spacing'. +
trailing-spaces
+
Skip all preserved spacing (with the same definition as above) + plus any adjacent 'letter-spacing' or 'word-spacing', + when located then end of the line.
ink
Skip over where glyphs are drawn: interrupt the decoration line to let the shape of the text show through diff --git a/css-text-decor/Overview.html b/css-text-decor/Overview.html index 505a60ba8a9..75c3b1b1ccd 100644 --- a/css-text-decor/Overview.html +++ b/css-text-decor/Overview.html @@ -779,7 +779,7 @@

Value: - none | [ objects || spaces || ink || edges || box-decoration ] + none | [ objects || [ spaces | trailing-spaces ] || ink || edges || box-decoration ] @@ -856,6 +856,13 @@

and all word separators, plus any adjacent letter-spacing or word-spacing. +
trailing-spaces + + +
Skip all preserved spacing (with the same definition as above) + plus any adjacent letter-spacing or word-spacing, + when located then end of the line. +
ink @@ -2239,6 +2246,7 @@

  • text-emphasis-style, 3.1
  • text-shadow, 4
  • text-underline-position, 2.6 +
  • trailing-spaces, 2.5
  • triangle, 3.1
  • under
      @@ -2268,6 +2276,7 @@

      [css-text-3] defines the following terms:
    • [css21] defines the following terms: @@ -2369,7 +2378,7 @@

      Pro see individual properties text-decoration-skip - none | [ objects || spaces || ink || edges || box-decoration ] + none | [ objects || [ spaces | trailing-spaces ] || ink || edges || box-decoration ] objects all elements yes