Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error in parsing value for property 'widows'. Declaration dropped

858757Jun 5 2011 — edited Jun 5 2011
Hi,

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,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2011
Added on Jun 5 2011
2 comments
266 views