diff --git a/css-text-decor-3/Overview.bs b/css-text-decor-3/Overview.bs index 6b6d612031c..b76bbedfba6 100644 --- a/css-text-decor-3/Overview.bs +++ b/css-text-decor-3/Overview.bs @@ -24,6 +24,8 @@ Use Autolinks: yes

@@ -886,6 +888,22 @@ Text Shadows: the 'text-shadow' property

::first-line and ::first-letter pseudo-elements. +

Addition and accumulation of text-shadows

+ +Composition of text-shadow values when animating +follows the same model as 'box-shadow', as follows: + +Addition of two text-shadow lists +Va and Vb is defined as [=list=] +concatenation such that Vresult is equal to +Va [=list/extended=] with Vb. + +Accumulation of two text-shadow lists +Va and Vb follows the padding rules +for interpolation as defined in the Animation type section of +'text-shadow'. Instead of interpolating, however, accumulation performs +addition on each component according to its type. +

Painting Text Decorations