bullet for contents list when in main page instead of sidebar - How People with Disabilities Use the Web proposed tweak

For most WAI pages we have a Page Contents list in a sidebar on the top right of the page. The bullet for that list is a down arrow in a box. e.g., <http://www.w3.org/WAI/mobile/>

For the few pages where we have the Contents list in the main part of the page, we were using that same down arrow box bullet. However, at least one user assumed that was an expand-collapse button. Given that most or all of the pages with the Contents list in the main part of the page also use our ex-col, I *propose that when the Contents list is in the main part of the page, we use a solid orange bullet for it instead*.

I have done that in <http://www.w3.org/WAI/eval/preliminary#toc>

Thoughts?

The only other pages I could find on quick skim that do this are the How PWDs Use the Web pages:
* http://www.w3.org/WAI/intro/people-use-web/stories
* http://www.w3.org/WAI/intro/people-use-web/diversity
* http://www.w3.org/WAI/intro/people-use-web/browsing
* http://www.w3.org/WAI/intro/people-use-web/principles

The change would be from:
	ul.toc a {  background: url(http://www.w3.org/Icons/downinpage.png) left no-repeat; color: #930; font-weight: bold; padding-left: 1.5em; }
to:
	ul.toc a { 	background: url(http://www.w3.org/WAI/images/bullet-c60.png) left no-repeat; color: #930; font-weight: bold; padding-left: 1em; }
(change url of image and padding-left from 1.5em to 1em)

~Shawn

Received on Thursday, 12 December 2013 18:23:30 UTC