Error in parsing value for property 'widows'. Declaration dropped
858757Jun 5 2011 — edited Jun 5 2011Hi,
I am using JSF 2.0 and my xhtml file contains user interface code.
I am including css file by saying <h:outputStylesheet library="css" name="myCss.css" target="head" />
In my firefox browser -> Error console, I get error as "Error in parsing value for property 'widows'. Declaration dropped" and it points to the css which contains
widows property . Like this I get for other properties also like.. color, filter, border-radius etc.
How to fix this?
Regards,