Bug 324833 - [Theming] CSS keywords "inherit" and "transparent" are not distinguished
Summary: [Theming] CSS keywords "inherit" and "transparent" are not distinguished
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.4   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 302459
  Show dependency tree
 
Reported: 2010-09-09 06:34 EDT by Ralf Sternberg CLA
Modified: 2011-01-17 12:20 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Sternberg CLA 2010-09-09 06:34:45 EDT
It should be possible to distinguish between both keywords in the client-side appearance code. Currently, they are both rendered as "undefined".
Comment 1 Tim Buschtoens CLA 2011-01-14 10:36:25 EST
AFAIK inherit is only supported for text-colors, and transparent only for background-colors. So what would happen if background-color gets inherit? 
A) Its still treated as transparent, in which case i see no point in fixing this.
B) It works correctly, which might be some work and has little value imho.
C) Its not allowed, i.e. creates an error?
Comment 2 Tim Buschtoens CLA 2011-01-17 12:20:10 EST
Invalid values (inherit on background, transparent on foreground) should create an error, the internal handling can be maintained.