mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement CSSStyleDeclaration.float (fixes #5101)
It just needs to be prefixed by an underscore.
This commit is contained in:
parent
a3dafe4999
commit
b636481ca3
2 changed files with 2 additions and 4 deletions
|
@ -84,7 +84,7 @@ partial interface CSSStyleDeclaration {
|
|||
[TreatNullAs=EmptyString] attribute DOMString boxShadow;
|
||||
[TreatNullAs=EmptyString] attribute DOMString textShadow;
|
||||
|
||||
//[TreatNullAs=EmptyString] attribute DOMString float; //XXXjdm need BinaryName annotation
|
||||
[TreatNullAs=EmptyString] attribute DOMString _float;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString clear;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue