mirror of
https://github.com/servo/servo
synced 2026-05-03 04:42:17 +02:00
Implement CSSStyleDeclaration.float (fixes #5101)
It just needs to be prefixed by an underscore.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user