Opened 14 years ago
Closed 14 years ago
#3686 closed bug (invalid)
Some CSS values couldn't be retrieved from an embedded style
Reported by: | Keneks | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | Cc: | Keneks | |
Blocked by: | Blocking: |
Description
- Some CSS values couldn't be retrieved from an embedded style. (returns undifined or null)
- Some values retrieved from different browsers are expressed differently, such as color, #f00 under IE while rgb(255, 0, 0) under FF.
Here are the examples: http://www.keneks.net/jquery/jquery_embedded_style.html
Change History (1)
comment:1 Changed 14 years ago by
Cc: | Keneks added |
---|---|
Component: | unfilled → core |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We won't be normalizing all the possible variations of colors and attributes.
You can bring on this subject on the google group if you want. I'll close this for now.