Linked by Thom Holwerda on Tue 22nd Jan 2008 21:28 UTC, submitted by irbis
Thread beginning with comment 297310
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Resolution Independence in HTML 5
by Johann Chua on Wed 23rd Jan 2008 04:55
in reply to "Resolution Independence in HTML 5"
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.
RE: Resolution Independence in HTML 5
by RawMustard on Wed 23rd Jan 2008 09:38
in reply to "Resolution Independence in HTML 5"
RE[2]: Resolution Independence in HTML 5
by Punktyras on Wed 23rd Jan 2008 15:11
in reply to "RE: Resolution Independence in HTML 5"






Member since:
2005-11-10
What is the W3C doing to ensure that this new standard will work on high DPI monitors and that we will have resolution independence for all devices? I'm not a web designer or programmer so I may be missing something here.