I want to validate my CSS. When I enter my website url in http://jigsaw.w3.org, I see this message: Property word-wrap doesn't exist : break-word break-word. How do I use word wrap code in my validated CSS, or how to wrap words in CSS 2.1?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I don't know of a workaround in CSS2. You may have to either live with invalid CSS in this case, or put all the invalid rules into a separate style sheet:
that way, the main style sheet will validate, which is good if you are using it for quality control. |
|||
|
word-wrapis CSS3. – Pekka 웃 May 7 '11 at 20:54