summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/html/HTMLOutputElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/HTMLOutputElement.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/HTMLOutputElement.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/HTMLOutputElement.idl b/chromium/third_party/WebKit/Source/core/html/HTMLOutputElement.idl
index 7edaca2a9c5..ec24c461ee7 100644
--- a/chromium/third_party/WebKit/Source/core/html/HTMLOutputElement.idl
+++ b/chromium/third_party/WebKit/Source/core/html/HTMLOutputElement.idl
@@ -23,13 +23,13 @@
*/
interface HTMLOutputElement : HTMLElement {
- readonly attribute DOMSettableTokenList htmlFor;
- readonly attribute HTMLFormElement form;
+ [PutForwards=value] readonly attribute DOMSettableTokenList htmlFor;
+ [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
[Reflect] attribute DOMString name;
readonly attribute DOMString type;
- [TreatNullAs=NullString] attribute DOMString defaultValue;
- [TreatNullAs=NullString] attribute DOMString value;
+ attribute DOMString defaultValue;
+ attribute DOMString value;
readonly attribute boolean willValidate;
readonly attribute ValidityState validity;