Ian Anderson wrote:
Lachlan Hunt wrote:

It depends where the H1 is positioned. If it's not at the top, the page won't be scrolled to the top.

If the H1 isn't at the top of the content, then I'd say there's a pretty good case for saying that the H1 is in the wrong place.

I meant not at the top of the rendered view. i.e. It's been positioned using CSS. Try this simple test case:

<!DOCTYPE html>
<style>#foo { margin: 100px 0 1000px; }</style>
<h1 id="foo">Hello</h1>
<a href="#foo">top</a>

--
Lachlan Hunt
http://lachy.id.au/

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to