| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index be73bad0f21df45fa7a215898ee31f86ca6b9b0a..74e015a0ffecc2ff168ed03213a6884df46d4cf4 100644
|
| --- a/Source/core/html/HTMLInputElement.idl
|
| +++ b/Source/core/html/HTMLInputElement.idl
|
| @@ -24,6 +24,7 @@
|
| interface HTMLInputElement : HTMLElement {
|
| [Reflect] attribute DOMString accept;
|
| [Reflect] attribute DOMString alt;
|
| + attribute DOMString autocapitalize;
|
| [Reflect] attribute DOMString autocomplete;
|
| [Reflect] attribute boolean autofocus;
|
| [Reflect=checked] attribute boolean defaultChecked;
|
|
|