Donate Share

Lobo - Java Web Browser

Tracker: Patches

5 Text-Transform CSS property - ID: 1933093
Last Update: Comment added ( lobochief )

Hello,

I have added limited text-transform CSS property support.
It is based on CSS2 specification supporting
text-transform:uppercase|lowercase|capitalize.
To achieve full compliance one would have to properly implement the
text-transform:inherit too. BTW inherit is also the default value of the
property. I do not have the necessary level understanding of your code to
get further and truth is the limited solution I provide is good enough for
me at the moment. I have added pair of TODO tags to raise the remaining
"inherit" question.

Please consider merging.
Vitek Cvachoucek


Vítek Cvachouček ( vtec ) - 2008-04-03 08:41

5

Closed

Accepted

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2008-04-13 16:29
Sender: lobochiefProject Admin


Looks good. I've accepted it into the HTML_Renderer mainline, with a minor
tweak in RWord.java. Thanks for another valuable contribution to the
project.



Log in to comment.

Attached File ( 1 )

Filename Description Download
TextTransforml.patch Supporting text-transform CSS property Download

Changes ( 4 )

Field Old Value Date By
status_id Open 2008-04-13 16:29 lobochief
resolution_id None 2008-04-13 16:29 lobochief
close_date - 2008-04-13 16:29 lobochief
File Added 273018: TextTransforml.patch 2008-04-03 08:41 vtec