It seems that Opera and Prince handle percentage height values in different way. If you specify height of html element
Opera produces box that has height equal to half of page height.
Prince and Mozilla seem to ignore percentage values in this case.
The question is which one does it right?
According to CSS2.1 specs height should be equal to half of viewport's height but viewport is defined for continuous media only, not paged.
So I assume Prince is right. In any case I am not completely sure.
Here is testcase
http://geocities.com/csssite/operabugs/bug55.xhtml
html {height:50%}
Opera produces box that has height equal to half of page height.
Prince and Mozilla seem to ignore percentage values in this case.
The question is which one does it right?
According to CSS2.1 specs height should be equal to half of viewport's height but viewport is defined for continuous media only, not paged.
So I assume Prince is right. In any case I am not completely sure.
Here is testcase
http://geocities.com/csssite/operabugs/bug55.xhtml