Chromium Code Reviews| Index: Source/core/html/HTMLElement.idl |
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl |
| index 450e16b30fc6a2afab344719c579851f418380f3..45a43f34ff47ff0fc48b133e5cd140853fbbfd45 100644 |
| --- a/Source/core/html/HTMLElement.idl |
| +++ b/Source/core/html/HTMLElement.idl |
| @@ -51,6 +51,9 @@ interface HTMLElement : Element { |
| readonly attribute long offsetWidth; |
| readonly attribute long offsetHeight; |
| + // Styling |
|
philipj_slow
2015/06/08 18:08:34
Please keep the spec name, link and [PutForwards]
Habib Virji
2015/06/09 12:22:16
Done.
|
| + [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style; |
| + |
| // Non-standard APIs |
| [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter, MeasureAs=HTMLElementInnerText] attribute DOMString innerText; |
| [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter, MeasureAs=HTMLElementOuterText] attribute DOMString outerText; |