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.

CommentFileSizeAuthor
biblio_css.patch476 bytesjcnventura

Comments

rjerome’s picture

Fixed in -dev release, will get pushed to official release shortly.

jcnventura’s picture

Verified working. Marking it closed.

jcnventura’s picture

Status: Active » Closed (fixed)