mirror of
https://github.com/servo/servo.git
synced 2025-06-16 12:24:29 +00:00
auto merge of #4475 : pcwalton/servo/text-shadow, r=mbrubeck
r? @mbrubeck Depends on servo/rust-geom#64.
This commit is contained in:
commit
93d1f40a96
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