scottjehl / Device-Bugs

Just a collection of quirks and issues that occur on browser platforms (particularly those unlikely to update)
864 stars 19 forks source link

text-rendering: optimizeLegibility makes text disappear #10

Open bradfrost opened 12 years ago

bradfrost commented 12 years ago

Summary

Setting text-rendering: optimizeLegibility causes elements with property applied to disappear in WebOS

Platforms

WebOS

How to Reproduce

Simply apply text-rendering: optimizeLegibility to any text element (it's typically applied to headings and other large-format type)

Reduced Example

http://dabblet.com/gist/2206377

Bug Tracker Ticket(s)

https://developer.palm.com/distribution/viewtopic.php?sid=0d2709e0a7fd4fec26c9278d0129d9d8&lastaction=login&f=55&t=8445

Workarounds

froots commented 12 years ago

Weird, was just adding my own optimizeLegibility bug here: https://github.com/scottjehl/Device-Bugs/issues/11