Ticket #565 (new Defect)

Opened 2 months ago

Invalid properties in white.css

Reported by: Thyme Lawn Assigned to: 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).


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.