Re: HR TAG, HEADING TAG, AND COLOR CONTRAST/AAA 1.4.6

Quoth Chris Reeve at 2009-07-28 15:36...
> Can you suggest how to improve the hr tag and headers for 1.4.6?

There are those who would argue that use of <hr /> is non-semantic and
purely presentational markup and is thus best not used at all. I know
that I got talked out of it a fair while back, but can't recall all the
arguments.

Now I'd use the likes of:

<div style="border-bottom: #000 1px solid;">
Some content.
</div>
<div>
Some more content.
</div>

... to achieve the same visual effect, changing the styling to suit.
(Note that I don't advocate the use of inline styling like that, I'm
just using it for the purposes of this example.)

Can't comment on your headers as you don't provide a link to the content
in question.

Cheers

M

-- 
Matthew Smith
Smiffytech - Technology Consulting & Web Application Development
Business:      http://www.smiffytech.com/
Blog/personal: http://www.smiffysplace.com/
LinkedIn:      http://www.linkedin.com/in/smiffy
Skype:         msmiffy
Twitter:       @smiffytech

Received on Tuesday, 28 July 2009 06:32:46 UTC