Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
New Developer
Hineynu
Posts: 1
Registered: ‎10-15-2009

<li> does not support "line-through?"

    I'm not sure whether this is a bug in Blackberry's browser (9000-T-MobileEU, 4.6.0.92), but <li> elements do not support "text-decoration: line-through;"
    The following test explains:
    <ul>
        <li style="text-decoration: line-through;">This does not work</li>
        <li><span style="text-decoration: line-through;">This does work</span></li>
        <li><span class="test">This does work</span></li>
        <li class="test">This does not work</li>
    </ul>

   
    with this is the linked .css file:
   
    .test {
        text-decoration: line-through;
    }

Please use plain text.
Administrator
astanley
Posts: 1,140
Registered: ‎07-02-2009
My Carrier: Bell

Re: <li> does not support "line-through?"

Hi Hineynu, thanks for your feedback

 

A fix for this was implemented in a newer version of the 4.6 handheld software.  I verified your HTML snippet on v4.6.0.168 of the handheld software and confirmed that the line-through style is correctly applied to all list items.

 

Sincerely,

Adam

Follow me on Twitter: @n_adam_stanley
-------------------------------------------------------------------------------------------------------------------------
Your app doesn't work? Use BlackBerry remote web inspector to find out why.

Watch the BlackBerry Jam Americas Sessions.
Please use plain text.