Re: typography all the way to h6

Hi all -- following on from Friday's meeting, I pulled the quick ref 
html and redid the typography to see if I could make it easier to 
visually parse. I'm still doing a little tweaking but here's a first 
pass, attached.

Some feedback on the mark-up:

<div class="div4" /> is really messing up rendering (tested on IE6 and 
FF2), as although it's technically valid as an empty element, the 
browsers' rendering engines are treating it as an unclosed div. Strongly 
suggest removal if empty (which I have done in the attached file). Worst 
case, try <div class="div4"></div>.

The customisation options marked up as a definitions list. They aren't a 
definitions list. I have also stripped this down to the minimum but this 
may be too much...

There's no on-focus application of the on-hover highlight, so I have 
added this -- I think it's more important to do on focus that on hover 
in any case. I know where I'm pointing my mouse (when I use a mouse). I 
don't always know where I've tabbed to, so the visual feedback of a 
focussed-link highlight is welcome.

Cheers all

Liam
www.communis.co.uk

Received on Monday, 21 May 2007 12:29:17 UTC