Opened 16 years ago

Closed 16 years ago

#565 closed Defect (fixed)

Invalid properties in white.css

Reported by: Thyme Lawn Owned by: davea
Priority: Major Milestone: Undetermined
Component: Web - Forums Version:
Keywords: CSS Cc:

Description

The last 2 properties in the #thread selector in white.css do not conform to the W3C CSS standard and the declarations are dropped (as per Rules for handling parsing errors). Line numbers are from the current trunk (changeset:14542).

Line 185 overflow : overflow gives a parsing error. The value should probably be auto (or possibly scroll).

Line 186 word-wrap: break-word gives an unknown property error. The property should presumably be white-space instead of 'word-wrap' (not sure what the value should be).

Change History (2)

comment:1 Changed 16 years ago by jbk

word-wrap: break-word is a css3 property which is correctly dropped by earlier parsers. Not a bug. Overflow: overflow should have been overflow: visible. Fixed in revision 16052.

comment:2 Changed 16 years ago by Nicolas

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.