10-15-2009 06:47 PM
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;
}
10-29-2009 09:03 AM
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