Commit 6ee93f1d authored by Dominik Röttsches's avatar Dominik Röttsches Committed by Commit Bot

Ship text-decoration-thickness, text-underline-offset

Ship text-decoration-thickness, text-underline-offset and from-font
keyword for text-underline-position.

Intent-to-ship approved in
https://groups.google.com/a/chromium.org/g/blink-dev/c/9OzS90KISXI/m/q5KYyyWBCAAJ

In collaboration with schenney@ for resolving blocking paint
invalidation issues and important refactorings in the paint code.
Big thanks!

Bug: 785230
Change-Id: I235a8e01fef8d8e9c4abd921190ce0023cf5bc16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440615Reviewed-by: default avatarStephen Chenney <schenney@chromium.org>
Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812315}
parent e3edad10
...@@ -1907,7 +1907,7 @@ ...@@ -1907,7 +1907,7 @@
}, },
{ {
name: "UnderlineOffsetThickness", name: "UnderlineOffsetThickness",
status: "test", status: "stable",
}, },
{ {
name: "UnoptimizedImagePolicies", name: "UnoptimizedImagePolicies",
......
...@@ -362,6 +362,7 @@ textDecorationColor ...@@ -362,6 +362,7 @@ textDecorationColor
textDecorationLine textDecorationLine
textDecorationSkipInk textDecorationSkipInk
textDecorationStyle textDecorationStyle
textDecorationThickness
textIndent textIndent
textOrientation textOrientation
textOverflow textOverflow
...@@ -369,6 +370,7 @@ textRendering ...@@ -369,6 +370,7 @@ textRendering
textShadow textShadow
textSizeAdjust textSizeAdjust
textTransform textTransform
textUnderlineOffset
textUnderlinePosition textUnderlinePosition
top top
touchAction touchAction
......
...@@ -327,6 +327,7 @@ All changes to this list should go through Blink's feature review process: http: ...@@ -327,6 +327,7 @@ All changes to this list should go through Blink's feature review process: http:
text-decoration-line text-decoration-line
text-decoration-skip-ink text-decoration-skip-ink
text-decoration-style text-decoration-style
text-decoration-thickness
text-indent text-indent
text-orientation text-orientation
text-overflow text-overflow
...@@ -334,6 +335,7 @@ All changes to this list should go through Blink's feature review process: http: ...@@ -334,6 +335,7 @@ All changes to this list should go through Blink's feature review process: http:
text-shadow text-shadow
text-size-adjust text-size-adjust
text-transform text-transform
text-underline-offset
text-underline-position text-underline-position
top top
touch-action touch-action
...@@ -691,6 +693,7 @@ All changes to this list should go through Blink's feature review process: http: ...@@ -691,6 +693,7 @@ All changes to this list should go through Blink's feature review process: http:
text-decoration-color text-decoration-color
text-decoration-line text-decoration-line
text-decoration-style text-decoration-style
text-decoration-thickness
transition transition
transition-delay transition-delay
transition-duration transition-duration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment