browser aspect
The properties of the browser aspect. The combination of the model, version, vendor and variant properties uniquely identifies the browser.
| Property name | Type | Description | Default |
|---|---|---|---|
cookieSupport | Boolean | The ability of a client to store cookies and send them when appropriate | true |
cssVersion | Version | The supported CSS version | 2.1 |
displayColorDepth | Integer | The color depth of the display | 16 |
displayHeight | Integer | The total number of addressable pixels in the vertical direction of a rectangular viewport | 640 |
displayWidth | Integer | The total number of addressable pixels in the horizontal direction of a rectangular viewport | 800 |
imageFormatSupport | Set<String> | The image formats supported as part of a Web page: one or more of GIF87, GIF89a, JPEG and PNG | ["JPEG", "PNG"] |
inputModeSupport | Set<String> | The preferred ways of supporting specific formats for input type="text" fields: one or more of useFormatAttribute, useWCSS and useInputmodeAttribute | empty set |
inputDevices | Set<String> | Input devices available to the user: one or more of clickWheel, keypad, stylus, touchScreen and trackball | empty set |
jsVersion | Version | The supported JavaScript version | 1.8.5 |
markupSupport | Set<String> | The mark-up languages supported by the client: currently only HTML5 | ["HTML5"] |
model | String | The model name of the browser | unknown |
preferredHtmlContentType | String | The preferred HTML content type when HTML is delivered | text/html |
scriptSupport | Set<String> | The set of supported scripting languages: currently only JavaScript | JavaScript |
stylesheetSupport | Set<String> | The set of supported stylesheet languages: one of css10, css21 and wcss10 | ["css10, css21"] |
variant | String | The browser variant | empty string |
vendor | String | The vendor name of the browser | unknown |
version | Version | The version of the browser | empty string |