I have just managed to make my site validated as XHTML Strict 1.0 and CSS.
The following warnings are raised by the biblio CSS:
.biblio-title a Property line-break doesn't exist : strict
.biblio-title a Property text-autospace doesn't exist : none
.biblio-title a Property text-justify doesn't exist : auto
.biblio-title a Property word-wrap doesn't exist : normal
.biblio-title a Value Error : font "@Arial Unicode MS" is not a font-size value : "@Arial Unicode MS",Arial,sans-serif
.biblio-title a Property word-break doesn't exist : keep-all
The enclosed patch fixes the above errors, by deleting all the non-existant properties, and changing the type of the font property to font-family, which provides the desired function.
| Comment | File | Size | Author |
|---|---|---|---|
| biblio_css.patch | 476 bytes | jcnventura |
Comments
Comment #1
rjerome commentedFixed in -dev release, will get pushed to official release shortly.
Comment #2
jcnventuraVerified working. Marking it closed.
Comment #3
jcnventura