This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 391 - Validator warns about 'orphans' and 'widows' in non-'all' media
Summary: Validator warns about 'orphans' and 'widows' in non-'all' media
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 2.0 (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact: qa-dev tracking
URL: http://jigsaw.w3.org/css-validator/va...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-20 05:12 UTC by Sebastian Redl
Modified: 2005-08-26 15:02 UTC (History)
0 users

See Also:


Attachments

Description Sebastian Redl 2003-11-20 05:12:01 UTC
Apart from the known bug about border-right in projection media, trying to
validate said page with a CSS 2.1 profile gives me errors about the unrecognized
properties "orphans" and "widows" in the print stylesheet.
Comment 1 Etan Wexler 2004-10-05 22:45:14 UTC
The document originally identified in the "URL" field is no longer found. I'm
replacing with a test-case-in-URI.
Comment 2 Etan Wexler 2004-10-05 22:51:28 UTC
http://jigsaw.w3.org/css-validator/validator?text=p%7Bwidows%3A2%3Borphans%3A2%7D&warning=2&profile=css2&usermedium=print

http://jigsaw.w3.org/css-validator/validator?text=p%7Bwidows%3A2%3Borphans%3A2%7D&warning=2&profile=css2&usermedium=screen

http://jigsaw.w3.org/css-validator/validator?text=p%7Bwidows%3A2%3Borphans%3A2%7D&warning=2&profile=css2&usermedium=projection

The validator says the following for each of the three test cases just listed:

Warnings...

    * Line : 0 2 might not be supported by the medium atsc-tv
    * Line : 0 Property orphans doesn't exist for media
    * Line : 0 Property widows doesn't exist for media
    * Line : 0 2 might not be supported by the medium atsc-tv
Comment 3 Yves Lafon 2005-08-26 15:02:57 UTC
Fixed, see http://qa-dev.w3.org:8001/css-validator/