I’m beginning experiments with CSS’ real-world units, specifically, in and cm, for purposes of printing.
Are these units based on how they will be displayed on-screen or how they will be printed by a printer? How accurate are these units?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to W3C, only
em,pxand%are recommended for screen, the others for print.Therefore, in a print application, the
inandcmmeasurements could be precisely accurate.There is an excellent article on such applications here:
http://meyerweb.com/eric/articles/webrev/200001.html