com.gargoylesoftware.htmlunit
Enum BrowserVersionFeatures

java.lang.Object
  extended by java.lang.Enum<BrowserVersionFeatures>
      extended by com.gargoylesoftware.htmlunit.BrowserVersionFeatures
All Implemented Interfaces:
Serializable, Comparable<BrowserVersionFeatures>

public enum BrowserVersionFeatures
extends Enum<BrowserVersionFeatures>

Constants of various features of each BrowserVersion.

Version:
$Revision: 8612 $
Author:
Ahmed Ashour, Marc Guillemot, Sudhan Moghe, Ronald Brill

Enum Constant Summary
ANCHOR_EMPTY_HREF_NO_FILENAME
          If the "href" attribute of HtmlAnchor is defined but empty then IE interprets this as an empty filename.
BLUR_BEFORE_ONCHANGE
          Indicates that a blur event should be triggered before an onchange event.
BUTTON_EMPTY_TYPE_BUTTON
          If the "type" attribute of HtmlButton should be evaluated to 'button' if not specified.
CAN_INHERIT_CSS_PROPERTY_VALUES
          Indicates that the browser can inherit CSS property values.
CANVAS
          Is canvas supported?
CONTROL_UPDATE_DONE_BEFORE_CLICK_EVENT_FIRED
          The status/value update of a control is processed before the click event.
CSS_DEFAULT_ELEMENT_HEIGHT_15
          Indicates that the default value for height of elements is 15 instead of 20.
CSS_DEFAULT_ELEMENT_HEIGHT_MARKS_MIN
          Indicates that the default value for height of elements is used instead of the calculated value, if the calculated value is smaller.
CSS_DEFAULT_WIDTH_AUTO
          Indicates that the default value for width is 'auto'.
CSS_DISPLAY_DEFAULT
          Was originally .isFirefox().
CSS_FONT_STRECH_DEFAULT_NORMAL
          Default is 'normal'.
CSS_IMAGE_URL_QUOTED
          Indicates that the browser can surrounds image url's with quotes.
CSS_PIXEL_VALUES_INT_ONLY
          Indicates that only integers are allowed for pixel value.
CSS_SELECTOR_LANG
          Indicates that the :lang(..) selector is supported.
CSS_SUPPORTS_BEHAVIOR_PROPERTY
          Internet Explorer versions 5 and later support the behavior property.
CSS_TEXT_SHADOW_DEFAULT_NONE
          Default is 'none'.
CSS_WORD_SPACING_DEFAULT_NORMAL
          Default is 'normal'.
CSS_ZINDEX_ROUNDED
          Values for the zIndex are rounded to integer.
CSS_ZINDEX_TYPE_NUMBER
          IE uses the type Number for the zIndex Values (instead of String).
CSS_ZINDEX_UNDEFINED_FORCES_RESET
          If values for the zIndex is undefined than set the zindex to the default value.
CSS_ZINDEX_UNDEFINED_OR_NULL_THROWS_ERROR
          If values for the zIndex is undefined or null than set the zindex throws an error.
DIALOGWINDOW_REFERER
           
DISPLAY_LARGE_MENU_BAR
          FF 3.6 has a much lager menu bar.
DISPLAYED_COLLAPSE
          Indicates that "\n" are replaced by "\r\n" in textarea values.
DOCTYPE_4_0_TRANSITIONAL_STANDARDS
           
DOCTYPE_IS_COMMENT
          DOCTYPE is a Comment from JavaScript perspective.
DOM_NORMALIZE_REMOVE_CHILDREN
          IE removes all child text nodes, but FF preserves the first.
DOMIMPLEMENTATION_ONLY_HTML
          If document.implementation.hasFeature() supports only "HTML".
EVENT_DOM_CONTENT_LOADED
          Triggers "DOMContentLoaded" event.
EVENT_FOCUS_DOCUMENT_DESCENDANTS
          Is setting 'focus' and 'blur' events of 'document', triggers the event for the descendants elements.
EVENT_INPUT
          Triggers "input" event.
EVENT_ONCHANGE_LOSING_FOCUS
          Triggers "onchange" event handler on losing focus.
EVENT_ONCLICK_FOR_SELECT_OPTION_ALSO
          Triggers "onclick" event handler also for the select option.
EVENT_ONERROR_EXTERNAL_JAVASCRIPT
          Triggers "onerror" if external loading of an external javascript failed.
EVENT_ONLOAD_EXTERNAL_JAVASCRIPT
          Triggers "onload" event if external javascript successfully loaded.
EVENT_ONLOAD_FRAMESET_FIRST
          Triggers "onload" event of the frameset before the one from the frames.
EVENT_ONLOAD_IFRAME_CREATED_BY_JAVASCRIPT
          Triggers "onload" event if an iframe was created by javascript and added to the page.
EVENT_ONMOUSEDOWN_FOR_SELECT_OPTION_TRIGGERS_ADDITIONAL_DOWN_FOR_SELECT
          Does not trigger "onmousedown" event handler for the select options.
EVENT_ONMOUSEDOWN_FOR_SELECT_OPTION_TRIGGERS_ADDITIONAL_UP_FOR_SELECT
          Does not trigger "onmousedown" event handler for the select options.
EVENT_ONMOUSEDOWN_NOT_FOR_SELECT_OPTION
          Does not trigger "onmousedown" event handler for the select options.
EVENT_ONMOUSEUP_FOR_SELECT_OPTION_TRIGGERS_ADDITIONAL_UP_FOR_SELECT
          Does not trigger "onmousedown" event handler for the select options.
EVENT_ONMOUSEUP_NOT_FOR_SELECT_OPTION
          Does not trigger "onmouseup" event handler for the select options.
EVENT_ONREADY_STATE_CHANGE
          Triggers "onreadystatechange" event.
EVENT_PROPERTY_CHANGE
          Triggers "propertychange" event.
EXECCOMMAND_THROWS_ON_WRONG_COMMAND
          Indicates that document.execCommand() should throw an exception when called with an illegal command.
FILEINPUT_EMPTY_DEFAULT_VALUE
           
FOCUS_HTML_ELEMENT_AT_START
          For new pages the focus points to the html root node.
FORM_SUBMISSION_URL_END_WITH_QUESTIONMARK
          Special behavior of IE6; the URL submitted by a form with method type 'GET' has a question mark at the end if there are no parameters.
FORM_SUBMISSION_URL_WITHOUT_HASH
          Form submit is done without the hash part of the form action url.
FORMFIELD_REACHABLE_BY_NEW_NAMES
          Indicates if a form field is directly reachable by its new name once this has been changed.
GENERATED_100
          Was originally .isIE().
GENERATED_101
          Was originally .isIE().
GENERATED_104
          Was originally .isIE().
GENERATED_105
          Was originally .isIE().
GENERATED_106
          Was originally .isIE().
GENERATED_107
          Was originally .isIE().
GENERATED_108
          Was originally .isIE().
GENERATED_112
          Was originally .isIE().
GENERATED_113
          Was originally .isIE().
GENERATED_116
          Was originally .isIE().
GENERATED_121
          Was originally .isIE().
GENERATED_124
          Was originally .isIE().
GENERATED_13
          Was originally .isIE().
GENERATED_133
          Was originally .isIE().
GENERATED_150
          Was originally .isIE().
GENERATED_156
          Was originally .isFirefox().
GENERATED_157
          Was originally .isFirefox().
GENERATED_158
          Was originally .isFirefox().
GENERATED_160
          Was originally .isFirefox().
GENERATED_161
          Was originally .isFirefox().
GENERATED_164
          Was originally .isFirefox().
GENERATED_169
          Was originally .isFirefox().
GENERATED_170
          Was originally .isFirefox().
GENERATED_172
          Was originally .isFirefox().
GENERATED_176
          Was originally .isFirefox().
GENERATED_21
          Was originally .isIE().
GENERATED_3
          Was originally .isIE().
GENERATED_32
          Was originally .isIE().
GENERATED_37
          Was originally .isIE().
GENERATED_40
          Was originally .isIE().
GENERATED_41
          Was originally .isIE().
GENERATED_42
          Was originally .isIE().
GENERATED_43
          Was originally .isIE().
GENERATED_45
          Was originally .isIE().
GENERATED_48
          Was originally .isIE().
GENERATED_49
          Was originally .isIE().
GENERATED_50
          Was originally .isIE().
GENERATED_51
          Was originally .isIE().
GENERATED_53
          Was originally .isIE().
GENERATED_55
          Was originally .isIE().
GENERATED_57
          Was originally .isIE().
GENERATED_59
          Was originally .isIE().
GENERATED_60
          Was originally .isIE().
GENERATED_61
          Was originally .isIE().
GENERATED_63
          Was originally .isIE().
GENERATED_65
          Was originally .isIE().
GENERATED_72
          Was originally .isIE().
GENERATED_80
          Was originally .isIE().
GENERATED_81
          Was originally .isIE().
GENERATED_85
          Was originally .isIE().
GENERATED_86
          Was originally .isIE().
GENERATED_88
          Was originally .isIE().
GENERATED_90
          Was originally .isIE().
GENERATED_91
          Was originally .isIE().
GENERATED_92
          Was originally .isIE().
GENERATED_93
          Was originally .isIE().
GENERATED_94
          Was originally .isIE().
GENERATED_95
          Was originally .isIE().
GENERATED_96
          Was originally .isIE().
GENERATED_97
          Was originally .isIE().
GENERATED_98
          Was originally .isIE().
GENERATED_99
          Was originally .isIE().
GEO_GEOLOCATION
          If the class name is [object GeoGeolocation].
HEADER_CONTENT_DISPOSITION_ABSOLUTE_PATH
           
HTML_COLOR_RESTRICT
          Do not allow anything in color, but restrict to valid values only.
HTML_COMMENT_ELEMENT
          HTMLCommentElement instead of Comment.
HTML_GENERIC_ELEMENT
          HTMLGenericElement instead of HTMLUnknownElement.
HTML5_TAGS
          Indicates if HTML5 tags source, video and audio are recognized.
HTMLABBREVIATED
           
HTMLBASEFONT_END_TAG_FORBIDDEN
          Should HTMLBaseFontElement.isEndTagForbidden().
HTMLBASEFONT_SUPPORTED
          Supports basefont.
HTMLBGSOUND
          [object HTMLBGSoundElement].
HTMLCHECKEDINPUT_SET_CHECKED_TO_DEFAULT_WHEN_ADDED
          Set this checked state back to default when added to page (IE6).
HTMLCHECKEDINPUT_SET_CHECKED_TO_FALSE_WHEN_CLONE
          Set this checked state to false when added to page (IE).
HTMLCHECKEDINPUT_SET_DEFAULT_CHECKED_UPDATES_CHECKED
          Setting defaultCheced updates checked also.
HTMLCHECKEDINPUT_SET_DEFAULT_VALUE_WHEN_CLONE
          Set the default value based on the current value when clone (IE).
HTMLCOLLECTION_COMMENT_IS_ELEMENT
          Indicates that comment nodes should be treated similar to elements, e.g.
HTMLCOLLECTION_IDENTICAL_IDS
          Allows multiple elements with the same 'id'.
HTMLCOLLECTION_OBJECT_DETECTION
          Allow detection of object type for collection elements.
HTMLCONDITIONAL_COMMENTS
          Supports Conditional Comments.
HTMLDOCUMENT_CHARSET_LOWERCASE
          Is document.charset lower-case (and defaultCharset is 'windows-1252').
HTMLDOCUMENT_COLOR
          Do document.bgColor/.alinkColor/.vlinkColor/.linkColor have value by default.
HTMLELEMENT_ALIGN_INVALID
          Allows invalid 'align' values.
HTMLELEMENT_ATTRIBUTE_FIX_IN_QUIRKS_MODE
          Indicates that attribute name should be fixed for get/setAttribute(), specifically "className" and "class", only in quirks mode.
HTMLELEMENT_OUTER_HTML_UPPER_CASE
          Indicates that element.innerHTML/outerHTML the tag name is in upper case or not.
HTMLELEMENT_OUTER_INNER_HTML_QUOTE_ATTRIBUTES
          Indicates outer/innerHtml quotes attributes.
HTMLELEMENT_TRIM_CLASS_ATTRIBUTE
           
HTMLIFRAME_IGNORE_SELFCLOSING
          Indicates if a self-closing <iframe/> tag should be considered as an opening tag.
HTMLIMAGE_NAME_VALUE_PARAMS
           
HTMLINPUT_SET_DEFAULT_VALUE_UPDATES_VALUE
          Setting defaultValue updates the value also.
HTMLINPUT_SET_VALUE_UPDATES_DEFAULT_VALUE
          Setting value updates the defaultValue also.
HTMLOPTION_EMPTY_TEXT_IS_NO_CHILDREN
           
HTMLOPTION_PREVENT_DISABLED
           
HTMLOPTION_UNSELECT_SELECTS_FIRST
          Un-selecting an option in a (single-value) select causes the first option to become selected.
HTMLOPTIONGROUP_NO_DISABLED
          Set this property if the browser does NOT support the disabling of an individual option group.
HTMLPARSER_REMOVE_EMPTY_CONTENT
          Indicates that for some elements, the empty text after it should be removed.
HTMLSCRIPT_APPLICATION_JAVASCRIPT
          Set this property if the script tag supports the types 'application/javascript' and 'application/x-javascript'.
HTMLSCRIPT_SRC_JAVASCRIPT
          Runs

Copyright © 2002–2013 Gargoyle Software Inc.. All rights reserved.