mirror of
https://github.com/servo/servo.git
synced 2025-06-16 04:14:29 +00:00
layout: Implement text-shadow
per CSS-TEXT-DECORATION-3 § 4.
This commit is contained in:
parent
fed878710c
commit
09358b908d
19 changed files with 683 additions and 152 deletions
|
@ -79,6 +79,7 @@ partial interface CSSStyleDeclaration {
|
|||
|
||||
[TreatNullAs=EmptyString] attribute DOMString boxSizing;
|
||||
[TreatNullAs=EmptyString] attribute DOMString boxShadow;
|
||||
[TreatNullAs=EmptyString] attribute DOMString textShadow;
|
||||
|
||||
//[TreatNullAs=EmptyString] attribute DOMString float; //XXXjdm need BinaryName annotation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue