On Jan  2 at 01:11 -0800, Sanja (read sagna) wrote:
> > They are even more limited under
> > Mnemojojo because the html browser component only supports a subset of
> > html and it does not support CSS at all.
> Is it possible to find a list of supported html?

Mnemojojo uses version 2.3 of the Fire UI library:
  http://sourceforge.net/projects/fire-j2me/

which supports basic HTML including the tags:
    style
    p
    div
    hr
    table, tr, td
    h1, h2, h3, h4, h5, h6
    a
    br
    img
    span
    b
    strong
    i
    em
    big
    small
    tt
    u
    center
    dl, dt, dd
    ol, ul, li

I was wrong about CSS: there is some support. Notably for the
attributes:
    color
    background-color
    background
    border
    font
    font-weight
    font-size 

The HTML support is sufficient for rendering basic cards, i.e. for
text colours and styles, but not for doing anything more advanced.

Tim.

Attachment: signature.asc
Description: Digital signature

Reply via email to