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