Bug 12166

Summary: REGRESSION (r18480): "336633" is not parsed as a color
Product: WebKit Reporter: mitz
Component: CSSAssignee: 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

Description mitz 2007-01-08 12:49:36 PST
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>
Comment 1 Alexey Proskuryakov 2007-01-08 14:30:47 PST
See also: bug 12145.
Comment 2 Rob Buis 2007-01-09 14:48:40 PST
Should be fixed because of r18722.