mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add infrastructure for supporting dashed CSS property names on CSSStyleDeclaration.
This commit is contained in:
parent
6431e8da43
commit
40806977b5
4 changed files with 37 additions and 13 deletions
|
@ -115,6 +115,8 @@ interface TestBinding {
|
|||
attribute (HTMLElement or long)? unionAttributeNullable;
|
||||
attribute (Event or DOMString)? union2AttributeNullable;
|
||||
[BinaryName="BinaryRenamedAttribute"] attribute DOMString attrToBinaryRename;
|
||||
[BinaryName="BinaryRenamedAttribute2"] attribute DOMString attr-to-binary-rename;
|
||||
attribute DOMString attr-to-automatically-rename;
|
||||
|
||||
[PutForwards=booleanAttribute]
|
||||
readonly attribute TestBinding forwardedAttribute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue