[CSS] Proposal: color:transparent

Hi.

I was just coding a navigation bar:

<ul>
    <li><a>Start</a></li>
    <li>...rest of navigation

Then I wanted to replace the "Start" by an image, and that should be 
done by style. Unfortunately, there's no way (that I found) to let the 
text of an element vanish without letting the whole box content 
disappear. Therefor my

Proposal: New value for property "color": "transparent" (equivalent to 
"transparent" in "background-color").

Advantage: Allows to replace text nodes by using stylesheets. Not really 
hard to implement in UAs.

Disadvantage: ?

Regards
Manuel

Received on Thursday, 24 November 2005 18:32:18 UTC