[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] HTML stylesheet has absolute instead of relative sizes

From: Chris Croome <chris_at_webarchitects.co.uk>
Date: 2003-11-14 17:47:50 CET

Hi

On Fri 14-Nov-2003 at 07:54:23AM -0800, Greg Noel wrote:
>
> This change fixes a particular sore point of mine about many web
> pages: they force the choice of a microscopic font that's too
> small for my old eyes to read. Instead, the base font size should
> be inherited from the user preferences and the other font sizes
> should be relative to that size.

I totally agree that relative sizes (em, % or just not fixing sizes)
is _essential_ for reading pages in web browsers.

However when printing pt sizes do make sense, can I suggest that
_if_ there is a desire to fix sizes with pt's for print that two
different style sheets are used, one for screen media and one for
print?

  <link href="screen.css" rel="stylesheet" type="text/css" media="screen" />

  <link href="print.css" rel="stylesheet" type="text/css" media="print" />

  http://www.w3.org/TR/html4/present/styles.html#h-14.2.4

Chris

-- 
Chris Croome                               <chris@webarchitects.co.uk>
web design                             http://www.webarchitects.co.uk/ 
web content management                               http://mkdoc.com/   
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 14 17:48:49 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.