!--a11y-->
Use
The isCssSupported method specifies whether or not the browser supports CSS (Cascading Style Sheet).
If an application uses Cascading Style Sheets, but the browser of the mobile device does not support this function, the application cannot be displayed properly because the style sheets are not evaluated. Colors and fonts are missing.
However, you can display the CSS layout if you directly specify the rendering attributes of the Cascading Style Sheets as HTML attributes.
ClientInfo Interface