LWUIT: Which subset of html and css can the htmlcomponent read?
I noticed it can't read/parse everything you throw at it. It reads normal html, because i can see that, but i can't see the css that i use to make it look nice. although 开发者_JS百科in the docs they say that css is possible. So i wonder, which part of css can it show?
As far as I know, it supports most of the basic elements(Images, Fonts, Lists, Tables, Forms and even CSS except js,frames etc) of XHTML Mobile Profile 1.0
. You can say almost 90% is supported.
A full list of XHTML-MP 1.0
elements can be found here.
A general list of what is supported and whats not is is described in this blog.
精彩评论