Bug 12166
| Summary: | REGRESSION (r18480): "336633" is not parsed as a color | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | mitz |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, rwlbuis, sam |
| Priority: | P1 | Keywords: | HasReduction, Regression |
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://www.amazon.co.uk/exec/obidos/tg/stores/static/-/used/sell-your-stuff/ref=sv_b_8/202-8105750-7730216 | ||
mitz
The secondary navigation row in the URL is all white instead of having a green background. The page is not parsed in strict mode (I think) and it uses "background-color: 336633" for that element. This value is not parsed.
Reduction:
<span style="color: 336633">This should be green</span>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
See also: bug 12145.
Rob Buis
Should be fixed because of r18722.