mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
implement cssText
This commit is contained in:
parent
40b2d424c0
commit
ff995d739c
8 changed files with 42 additions and 37 deletions
|
@ -9,8 +9,8 @@
|
|||
*/
|
||||
|
||||
interface CSSStyleDeclaration {
|
||||
//[SetterThrows]
|
||||
// attribute DOMString cssText;
|
||||
[SetterThrows]
|
||||
attribute DOMString cssText;
|
||||
readonly attribute unsigned long length;
|
||||
getter DOMString item(unsigned long index);
|
||||
DOMString getPropertyValue(DOMString property);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue