Sent by robert jan verkade on 6 February 2002 14:02
On Wednesday, February 06, 2002, Brian wrote:
> What is considered the graceful order of degradation? We use CSS to
> encourage browsers to present information in a particular layout. When the
> style sheet isn't being used, the information may be presented in a single
> column. In those cases, should the page degrade to:
I think that Header - Menu - Content - Footer is an elegant way to go. First
thing you know is where you are on the site, then what you can do and after
that what the page has to offer. The footer isn't the least important thing,
but it is called a footer. I think that it is a step forward for
accessibility when you use shortcuts to the sections, combined with inline
anchors.
<div style="display:none">
<a href="#menu">jump to menu</a>
<a href="#content">jump to content</a>
<a href="#footer">jump to content</a>
</div>
This works fine on content-heavy pages on large sites, when you browse with
a screen reader you will know the menu by heart in a while.
Kind regards,
Robert Jan Verkade
bijna dagelijks op: http://www.eend.nl/log/