mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Don't serialize initial text-decoration-style #15790
This commit is contained in:
parent
b11847d86c
commit
b4c50de31e
7 changed files with 97 additions and 32 deletions
|
@ -257,6 +257,8 @@ partial interface CSSStyleDeclaration {
|
|||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString text-align;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString textDecoration;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString text-decoration;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString textDecorationLine;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString text-decoration-line;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString textIndent;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString text-indent;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString textJustify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue