implement cssText

This commit is contained in:
Glenn Watson 2015-07-31 10:41:18 +10:00 committed by Greg Guthe
parent 40b2d424c0
commit ff995d739c
8 changed files with 42 additions and 37 deletions

View file

@ -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);