From 1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Wed, 17 Dec 2008 18:05:15 -0800 Subject: Code drop from //branches/cupcake/...@124589 --- WebCore/html/HTMLSelectElement.idl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'WebCore/html/HTMLSelectElement.idl') diff --git a/WebCore/html/HTMLSelectElement.idl b/WebCore/html/HTMLSelectElement.idl index e154ace..d3e85a8 100644 --- a/WebCore/html/HTMLSelectElement.idl +++ b/WebCore/html/HTMLSelectElement.idl @@ -41,15 +41,16 @@ module html { #endif readonly attribute HTMLFormElement form; + readonly attribute boolean willValidate; // Modified in DOM Level 2: readonly attribute HTMLOptionsCollection options; attribute boolean disabled; + attribute boolean autofocus; attribute boolean multiple; attribute [ConvertNullToNullString] DOMString name; attribute long size; - attribute long tabIndex; [OldStyleObjC] void add(in HTMLElement element, in HTMLElement before) @@ -61,8 +62,6 @@ module html { #else void remove(in long index); #endif - void blur(); - void focus(); // These methods are not in DOM Level 2 IDL, but are mentioned in the standard: // "The contained options can be directly accessed through the select element as a collection." -- cgit v1.1