mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix style system build with recent changes.
This commit is contained in:
parent
ed2e9ce482
commit
add08518cd
7 changed files with 43 additions and 30 deletions
|
@ -237,10 +237,17 @@ partial interface CSSStyleDeclaration {
|
|||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString counter-reset;
|
||||
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflow;
|
||||
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflowBlock;
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflow-block;
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflowInline;
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflow-inline;
|
||||
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflowX;
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflow-x;
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflowY;
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflow-y;
|
||||
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflowWrap;
|
||||
[CEReactions, SetterThrows] attribute [TreatNullAs=EmptyString] DOMString overflow-wrap;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue