tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / html / HTMLInputElement.idl
index d3a1ed7..7463334 100755 (executable)
@@ -23,6 +23,7 @@ module html {
     interface HTMLInputElement : HTMLElement {
         attribute [ConvertNullToNullString] DOMString defaultValue;
         attribute [Reflect=checked] boolean defaultChecked;
+        attribute [Reflect] DOMString dirName;
         readonly attribute HTMLFormElement form;
         attribute [Reflect, URL] DOMString formAction;
         attribute [ConvertNullToNullString] DOMString formEnctype;
@@ -31,7 +32,6 @@ module html {
         attribute [Reflect] DOMString formTarget;
         readonly attribute ValidityState validity;
         attribute [Reflect] DOMString accept;
-        attribute [Reflect] DOMString accessKey;
         attribute [Reflect] DOMString align;
         attribute [Reflect] DOMString alt;
         attribute boolean checked;