Linked by Thom Holwerda on Tue 22nd Jan 2008 21:28 UTC, submitted by irbis
Thread beginning with comment 297318
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Resolution Independence in HTML 5
by andrewg on Wed 23rd Jan 2008 08:42
in reply to "RE: Resolution Independence in HTML 5"
Not really. If you specify something in pixels e.g. font sizes, column widths, images then it makes things much harder for the OS. It has to scale things based on pixel density which I think will lead to differences between OS's because of implementation.
But really sites need to be designed in terms of flexible units that the user can easily scale and preferably provide default dimensions in terms of some unit of length. I think pts are fine for text.
Then you can setup your style sheets for different device types.





Member since:
2005-07-22
That's more of an OS problem than something that needs to be addressed in HTML.