Click or drag to resize

BrowserCapabilities Enumeration

Browser capabilities that can be ascertained using the Supports(BrowserCapabilities) method.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum BrowserCapabilities
Members
  Member nameValueDescription
MinMaxHeightWidth1 The browser supports the min-height, max-height, min-width, and max-width css styles.
TextAreaMaxLength2 The browser supports the maxlength attribute on textarea elements.
Placeholder3 The browser supports the "placeholder" attribute (HTML5 only) on input elements (provides for watermarks).
ECMAScript54 The browser supports ES5-standardized javascript.
See Also