Accessibility Statement on huge portals
I have never seen any huge portals, corporations pages, which have clean HTML and full CSS layout. In another words which was accessible. But, most of the portals have a page called: accessibility statement
or something like this, where we may find information about font resizing, inverting colors on the page, and so on.

I found accessibility statement on bbc.co.uk page. I think it is good example, what such page should contained. I talk about content only, code looks like…
So, what do you think about it?
Tuesday, 19 June 2007, 11:12 pm by Maciej Pawłowski
I think that’s really good idea, but… (I hate buts)
When I visited the page I’ve seen… chaos, it could be more organised.
Also, who needs rounded corners on that kind of page? The page should be as much lightweight as it’s possible.
The code, huh… <span class=”hide”>.</span>? Dreamweaver templates?!
Wednesday, 5 December 2007, 3:48 pm by Tomasz Kępski
Good, very detailed info but in accessibility statement i would suspect rather simply guide through current website features (such as accesskeys) only than OS configuration issues.
One of the accessibility aspects is simplicity. If BBC would like to prepare such “eLearning” they should rather build separate website. And have the real accessibility statement *only*, under the mentioned address.
BTW you wrote: “have clean HTML and full CSS layout. In another words which was accessible”.
The clean HTML doest not automatically mean accessible. I know you know, but it has to be written ;-)
Moreover you can have few small bugs in HTML and still have accessible website. I do agree any webmaster should try to reach 100% W3C compliance, and if is really good he would.
But not validating content is not a accessibility disaster.