<div class="gmail_quote">On Thu, Mar 18, 2010 at 7:09 PM, Alastair Campbell <span dir="ltr"><<a href="mailto:ac@alastc.com" target="_blank">ac@alastc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="word-wrap:break-word"><div><div><div>On 18 Mar 2010, at 20:25, Mike Schinkel wrote:</div><blockquote type="cite"><div class="gmail_quote"><div>It would be used for the visible portions of a page (vs. the non-visible portions that are contained in the body like <script> tags and the CSS visibility:hidden and display:none.</div>

</div></blockquote></div><div>If they are hidden, does it matter if they are in the body/page?</div></div></div></blockquote><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">
Yes.  Example: (a multi-page wizard that uses Javascript to move from page to page):<br><br><style><br>page {visibility:hidden;}<br>page.current-page {visibility:visible;}<br></style><br><body><br></blockquote>

<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><page id="1" class="current-page">...</page><br>
<page id="2">...</page><br><page id="3">...</page></blockquote></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px">
</body></blockquote><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div><blockquote type="cite">

<div class="gmail_quote">
<div>A screen reader would read what's inside this <page> element and typically ignore what's outside. </div></div></blockquote></div>As they do for body.</div></div></blockquote><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">

Are you making a counterpoint?  It seems that your point is valid but is not an argument against <page>, or did I miss something?<br></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><br>-Mike</blockquote>