Mystery Message: CSS: Invalid text-transform

This forum is for all Flare issues related to PDF, eBook, Microsoft Word, Adobe FrameMaker, XPS, and XHTML book targets.
Post Reply
LarryCarey
Propeller Head
Posts: 28
Joined: Thu Jan 24, 2019 11:48 am

Mystery Message: CSS: Invalid text-transform

Post by LarryCarey »

I seem to be getting barraged with the message "CSS: Invalid text-transform: normal" in my Messages window. Otherwise everything seems to be behaving normally. Three newbie questions:
1) What does the message mean?
2) How do I fix the issue (assuming there is an issue)?
3) How do I kill the Messages window? It reopens itself constantly...

Thanks!
-lc
Nita Beck
Senior Propellus Maximus
Posts: 3667
Joined: Thu Feb 02, 2006 9:57 am
Location: Pittsford, NY

Re: Mystery Message: CSS: Invalid text-transform

Post by Nita Beck »

The value “normal” is not a valid value for the text-transform attribute. See https://www.w3schools.com/cssref/pr_tex ... nsform.asp

I suggest you open your stylesheet in the Internal Text Editor and search for instances of “text-transform” and examine how they are set. Change as needed.

You might also do a find operation across the whole project and search in code for “text-transform:normal” or “text-transform: normal” to see where it’s being set.
Nita
Image
RETIRED, but still fond of all the Flare friends I've made. See you around now and then!
Post Reply