text-shadow-composition |
|
Script |
text-shadow composition
- text-shadow supports animation
|
text-shadow-computed |
|
Script |
getComputedStyle().textShadow
- text-shadow computed value is none or a list, each item a color and lengths.
|
text-shadow-currentcolor |
= |
|
'text-shadow' respects 'currentcolor'
|
text-shadow-interpolation |
|
Script |
text-shadow interpolation
- text-shadow supports animation
|
text-shadow-invalid |
|
Script |
Parsing text-shadow with invalid values
- text-shadow supports only the grammar 'none | [ <color>? && <length>{2,3} ]#'.
|
text-shadow-valid |
|
Script |
Parsing text-shadow with valid values
- text-shadow supports the full grammar 'none | [ <color>? && <length>{2,3} ]#'.
|