473,385 Members | 1,740 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Accessibility of star maps

I'm planning to put some star maps on my website. Each constellation
(above about 40 degrees south) will have a page, starting with a star
map and followed by details of the mjor objects. I'm thinking of making
the star map an image map so visitors can jump down the page to the
appropriate star/nebula.

WAI recommends having extra text links for each link in an image map,
but is there much point in doing that here? Users without images would
be able to skip through a number of <h2>s as quickly as a list of
links, and the purpose of the image map here is that you click on what
you can see in the sky.

Also, should the alt-text of the star map be blank (''), or should I
make some effort to describe the general shape of the constellation
('Lyra is shaped like a kite, with Vega as its tail...')?

--
Safalra (Stephen Morley)
http://www.safalra.com/science/astronomy/

Jul 24 '05 #1
8 2512
On 11 May 2005 03:10:35 -0700, "Safalra" <us****@safalra.com> wrote:
WAI recommends having extra text links for each link in an image map,


If that is sensible. Providing a non-graphic based alternative to the
whole thing is often better.

Assume a "star map" which links to information about particular stars,
where this "information" is itself a whole page and fairly detailed,
Duplicate this list somewhere (on another page) as a simple
text-navigable menu, and link clearly from the graphic page to the menu
page.

--
Cats have nine lives, which is why they rarely post to Usenet.
Jul 24 '05 #2
Andy Dingley wrote:
On 11 May 2005 03:10:35 -0700, "Safalra" <us****@safalra.com> wrote:
WAI recommends having extra text links for each link in an image
map,
If that is sensible. Providing a non-graphic based alternative to the whole thing is often better.
Assume a "star map" which links to information about particular stars, where this "information" is itself a whole page and fairly detailed,
Duplicate this list somewhere (on another page) as a simple
text-navigable menu, and link clearly from the graphic page to the menu page.


Will this do?

http://www.safalra.com/astronomy/starmaps/lyra/

(I have uploaded all the index pages yet, so I know about those dead
links...)

--
Safalra (Stephen Morley)
http://www.safalra.com/hypertext/

Jul 24 '05 #3
Safalra wrote:
I'm planning to put some star maps on my website. [...] WAI recommends having extra text links for each link in an image map,
but is there much point in doing that here? [...]

Also, should the alt-text of the star map be blank (''), or should I
make some effort to describe the general shape of the constellation
('Lyra is shaped like a kite, with Vega as its tail...')?


Are there any blind astronomers? I'm as keen as the next person to
provide accessible information, but it seems to me that you would be
adding work for zero benefit to anyone.

--
Mark.
http://tranchant.plus.com/
Jul 24 '05 #4
Mark Tranchant <ma**@tranchant.plus.com> writes:
Safalra wrote:
I'm planning to put some star maps on my website. [...]

WAI recommends having extra text links for each link in an image map,
but is there much point in doing that here? [...]
Also, should the alt-text of the star map be blank (''), or should I
make some effort to describe the general shape of the constellation
('Lyra is shaped like a kite, with Vega as its tail...')?


Are there any blind astronomers? I'm as keen as the next person to
provide accessible information, but it seems to me that you would be
adding work for zero benefit to anyone.


Well, alt-text also has benefits for people using Lynx, etc.

If I didn't want to lose night vision while observing, then listening
to the page rather than looking at it would be a good idea.

--
Chris
Jul 24 '05 #5
On Tue, 17 May 2005 08:43:35 +0100, Mark Tranchant
<ma**@tranchant.plus.com> wrote:
Are there any blind astronomers?


As a general web-usability issue, this doesn't matter. Even if "blind
drivers" are an obviously self-limiting group, we must also think about
those with an _interest_ in <subject>, even though they've later
developed a disability that limits their web use. Do it for the blind
ex-astronomers, if you need a reason.

As a general software design issue, then never assume the non-existence
of unicorns. As Karl Popper pointed out so clearly, seeing one unicorn
proves that they exist, but no matter how many turn out to be horses
wearing party hats, that will never disprove the existence of anopther
real unicorn that you haven't seen. Users (and their bots) are creative
- they'll come up with ideas for things you never imagined at the
beginning. When you build a system you should permit anything that's not
actively forbidden - there's no way to tell how it might come in useful
in the future. Practical experience also tells us that a usefully large
fraction of this support does turn out to be unexpectedly later on.
re. the original site, then yes that's the sort of alternative nav that
I think works well. There don't seem to be too many links per map to
make this unwieldy (if there were, then I'd split that nav list onto a
separate page and link to it). If you look at the print stylesheet, you
can even make this "nav" feature into a useful index list if the page is
printed.

Once you've naved though, it seems to be hard to move back to the
constellation map - the breadcrumbs don't work, because we've jumped
onto a parallel branch.

--
Cats have nine lives, which is why they rarely post to Usenet.
Jul 24 '05 #6
Andy Dingley wrote:
re. the original site,
For those that missed that post:

http://www.safalra.com/astrono*my/starmaps/lyra/
then yes that's the sort of alternative nav that
I think works well. There don't seem to be too many links per map to
make this unwieldy (if there were, then I'd split that nav list onto a separate page and link to it). If you look at the print stylesheet, you can even make this "nav" feature into a useful index list if the page is printed.
I hadn't thought of that. Aren't stylesheets just great? :)
Once you've naved though, it seems to be hard to move back to the
constellation map - the breadcrumbs don't work, because we've jumped
onto a parallel branch.


Hmm... I guess I could make the constellation name in the star name
into a link to the star map.

--
Safalra (Stephen Morley)
http://www.safalra.com/hypertext/

Jul 24 '05 #7
Mark Tranchant wrote:
Safalra wrote:
I'm planning to put some star maps on my website. [...]

WAI recommends having extra text links for each link in an image map, but is there much point in doing that here? [...]

Also, should the alt-text of the star map be blank (''), or should I make some effort to describe the general shape of the constellation
('Lyra is shaped like a kite, with Vega as its tail...')?


Are there any blind astronomers?


See:

http://www.nfb.org/fr/fr9/fr03co23.htm

--
Safalra (Stephen Morley)
http://www.safalra.com/hypertext/

Jul 24 '05 #8
Mark Tranchant a écrit :
Safalra wrote:
I'm planning to put some star maps on my website. [...]


WAI recommends having extra text links for each link in an image map,
but is there much point in doing that here? [...]

Also, should the alt-text of the star map be blank (''), or should I
make some effort to describe the general shape of the constellation
('Lyra is shaped like a kite, with Vega as its tail...')?



Are there any blind astronomers? I'm as keen as the next person to
provide accessible information, but it seems to me that you would be
adding work for zero benefit to anyone.


A few years ago, Oprah Winfrey congratulated on her show the winner of
the teacher of the year contest in US because he was able to teach
astronomy to blind students. Through touch and feel, students were able
to "picture" the global constellation of stars under very finely +
specially designed umbrellas for those teaching purpose. It's difficult
for me to explain how the whole thing was made but I assure you
astronomy can be taught to students.

Anyway, accessible image maps should degrade gracefully in text browsers
or in any browser not rendering images.

Gérard
--
remove blah to email me
Jul 24 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Jeremy Posner | last post by:
Can someone please clear up some confusion I am having on Star Transformations: I have read about the conditions for Star Transformations, especially this onen (from 9i Data Warehousing Guide): ...
2
by: Isofarro | last post by:
For accessibility, labels should explicitly map to one input element. But what to do when a text label pertains to three input fields, for instance date of birth? I have an html snippet: <tr>...
4
by: Stanimir Stamenkov | last post by:
I have this kind of construct: http://www.geocities.com/stanio/temp/usemap01.html (an IMG element using MAP described with AREA elements) I'm trying to make it more accessible and currently...
4
by: waltborders | last post by:
Hi, Because the blind are unable to use a mouse, keyboard navigation is key. A major difficulty is that not all windows forms controls are keyboard 'tab-able' or 'arrow-able' or have "tab...
1
by: Jon Davis | last post by:
I'm running the Community Starter Kit from www.asp.net and I'm having a problem with the Web Box Services. I've removed the Star Wars subscription and added my own (http://ifc.gospelcom.net/index.rdf...
13
by: NickName | last post by:
"For the vision impaired, SVG offers tremendous potential for interactive Internet mapping applications as discussed by Gardner and Bulatov (2001).". Now, here's an SVG file with fair/medium...
8
by: cms-hispano.org | last post by:
i'm building a site about extreme accessibility, i.e.: how (and why) to get sites to become fully accessible, *beyond* W3C Web Accessibility Initiative guidelines. it's far from being completed (i...
5
by: gubbachchi | last post by:
Hi, I need to store the star rated values in mysql. How will I do it. This is the code I have used to create the star rater, <ul class="star-rating small-star"> <li class="current-rating"...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.