Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Skip navigation link and talking browsers

Reply
Thread Tools

Skip navigation link and talking browsers

 
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      06-29-2004
I wonder how a talking browser works. I imagine that if I use a skip
navigation link it begins reading the main text starting from what it
follows
<a name="skip"></a>
But how does the user go to the links if he or she wants to do that?
Is it better to put <a name="skip"></a>
after or before the local search engine and the "Contact" link?
Please compare http://www.scaiecat-spa-gigi.com/sv/faktaomitalien.html
and http://www.scaiecat-spa-gigi.com/sv/marciana.html
--
Luigi ( un italiano che vive in Svezia)
http://www.italymap.dk/sv/italien-karta.html
http://www.scaiecat-spa-gigi.com/de/...-sizilien.html



 
Reply With Quote
 
 
 
 
jake
Guest
Posts: n/a
 
      06-29-2004
In message <cLaEc.3897$>, Luigi Donatello Asero
<> writes
>I wonder how a talking browser works. I imagine that if I use a skip
>navigation link it begins reading the main text starting from what it
>follows
><a name="skip"></a>
>But how does the user go to the links if he or she wants to do that?
>Is it better to put <a name="skip"></a>
>after or before the local search engine and the "Contact" link?
>Please compare http://www.scaiecat-spa-gigi.com/sv/faktaomitalien.html
>and http://www.scaiecat-spa-gigi.com/sv/marciana.html
>--
> Luigi ( un italiano che vive in Svezia)
> http://www.italymap.dk/sv/italien-karta.html
>http://www.scaiecat-spa-gigi.com/de/...-sizilien.html
>
>
>

Typical browser:

(a) Page loads
(b) <title></title> contents get spoken
(c) Browser starts to speak the (linearized) contents
(d) At some stage the users hears something like "Skip to main content"
(e) If the user is familiar with the layout of the page they just hit
the 'return' button during the "skip to main content" and the browser
starts speaking from wherever it is transferred to on the page.
(e -- alternative) The user hears the "Skip ...." followed by some more
text and hits the Ctrl button to stop the speaking. The user then uses
the back-arrow to move back (item-by-item) to where the browser starts
speaking "Skip ...." and hits the 'return' button at that stage.

Providing the layout is consistent from page-to-page the user will hit
'return' immediately on hearing 'Skip'.

"Skip ..." should be the first thing on the page that the browser
encounters.

regards.
--
Jake
 
Reply With Quote
 
 
 
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      06-29-2004

"jake" <> skrev i meddelandet
news:...
> In message <cLaEc.3897$>, Luigi Donatello Asero
> <> writes
> >I wonder how a talking browser works. I imagine that if I use a skip
> >navigation link it begins reading the main text starting from what it
> >follows
> ><a name="skip"></a>
> >But how does the user go to the links if he or she wants to do that?
> >Is it better to put <a name="skip"></a>
> >after or before the local search engine and the "Contact" link?
> >Please compare http://www.scaiecat-spa-gigi.com/sv/faktaomitalien.html
> >and http://www.scaiecat-spa-gigi.com/sv/marciana.html
> >--
> > Luigi ( un italiano che vive in Svezia)
> > http://www.italymap.dk/sv/italien-karta.html
> >http://www.scaiecat-spa-gigi.com/de/...-sizilien.html
> >
> >
> >

> Typical browser:
>
> (a) Page loads
> (b) <title></title> contents get spoken
> (c) Browser starts to speak the (linearized) contents
> (d) At some stage the users hears something like "Skip to main content"
> (e) If the user is familiar with the layout of the page they just hit
> the 'return' button during the "skip to main content" and the browser
> starts speaking from wherever it is transferred to on the page.
> (e -- alternative) The user hears the "Skip ...." followed by some more
> text and hits the Ctrl button to stop the speaking. The user then uses
> the back-arrow to move back (item-by-item) to where the browser starts
> speaking "Skip ...." and hits the 'return' button at that stage.
>
> Providing the layout is consistent from page-to-page the user will hit
> 'return' immediately on hearing 'Skip'.
>
> "Skip ..." should be the first thing on the page that the browser
> encounters.
>
> regards.
> --
> Jake


Do you mean that it does not play a role whether I put <a name="skip"></a>
after or before the local search engine and the "Contact" link provided I do
it the same way on all the page so that the user will not be confused?
--
Luigi ( un italiano che vive in Svezia)
http://www.italymap.dk/sv/italien-karta.html
http://www.scaiecat-spa-gigi.com/de/marciana.html




 
Reply With Quote
 
nice.guy.nige
Guest
Posts: n/a
 
      06-29-2004
While the city slept, Luigi Donatello Asero ()
feverishly typed...

> I wonder how a talking browser works. I imagine that if I use a skip
> navigation link it begins reading the main text starting from what it
> follows
> <a name="skip"></a>


I would use a better name there. You are naming an anchor to represent your
main content, so a better name might be "content".

> But how does the user go to the links if he or she wants to do that?
> Is it better to put <a name="skip"></a>
> after or before the local search engine and the "Contact" link?


Do you consider "search" and "contact" to be part of the navigation? I do,
so if you want your user to be able to "skip navigation" then put it after.

Cheers,
Nige

--
Nigel Moss
http://www.nigenet.org.uk
Mail address not valid. , take the DOG. out!
In the land of the blind, the one-eyed man is very, very busy!


 
Reply With Quote
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      07-03-2004

"nice.guy.nige" <> skrev i meddelandet
news:...
> While the city slept, Luigi Donatello Asero ()
> feverishly typed...
>
> > I wonder how a talking browser works. I imagine that if I use a skip
> > navigation link it begins reading the main text starting from what it
> > follows
> > <a name="skip"></a>

>
> I would use a better name there. You are naming an anchor to represent

your
> main content, so a better name might be "content".


Sorry, but I am not sure that I understand what you meant.
I may not use "content" instead of "name".

--
Luigi ( un italiano che vive in Svezia)
http://www.scaiecat-spa-gigi.com/it/...in-Svezia.html
http://www.scaiecat-spa-gigi.com/sv/...titalien3.html




 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      07-03-2004
Luigi Donatello Asero wrote:

> "nice.guy.nige" <> skrev i
> meddelandet news:...
>> While the city slept, Luigi Donatello Asero
>> () feverishly typed...
>>
>> > I wonder how a talking browser works. I imagine that if
>> > I use a skip navigation link it begins reading the main
>> > text starting from what it follows
>> > <a name="skip"></a>

>>
>> I would use a better name there. You are naming an anchor
>> to represent your main content, so a better name might be
>> "content".

>
> Sorry, but I am not sure that I understand what you meant.
> I may not use "content" instead of "name".


Not content instead of name, content instead of skip

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
 
Reply With Quote
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      07-03-2004

"Els" <> skrev i meddelandet
news:Xns951B8FCCE8F70Els@130.133.1.4...
> Luigi Donatello Asero wrote:
>
> > "nice.guy.nige" <> skrev i
> > meddelandet news:...
> >> While the city slept, Luigi Donatello Asero
> >> () feverishly typed...
> >>
> >> > I wonder how a talking browser works. I imagine that if
> >> > I use a skip navigation link it begins reading the main
> >> > text starting from what it follows
> >> > <a name="skip"></a>
> >>
> >> I would use a better name there. You are naming an anchor
> >> to represent your main content, so a better name might be
> >> "content".

> >
> > Sorry, but I am not sure that I understand what you meant.
> > I may not use "content" instead of "name".

>
> Not content instead of name, content instead of skip
>
> --
> Els


Do you mean to use "content" both like here
http://www.scaiecat-spa-gigi.com/de/...-sizilien.html
--
Luigi ( un italiano che vive in Svezia)
http://www.scaiecat-spa-gigi.com/it/...in-Svezia.html
http://www.scaiecat-spa-gigi.com/sv/...titalien3.html








 
Reply With Quote
 
Neal
Guest
Posts: n/a
 
      07-03-2004
On Sat, 03 Jul 2004 11:54:41 GMT, Luigi Donatello Asero
<> wrote:

>
> "nice.guy.nige" <> skrev i meddelandet
> news:...
>> While the city slept, Luigi Donatello Asero ()
>> feverishly typed...
>>
>> > I wonder how a talking browser works. I imagine that if I use a skip
>> > navigation link it begins reading the main text starting from what it
>> > follows
>> > <a name="skip"></a>

>>
>> I would use a better name there. You are naming an anchor to represent

> your
>> main content, so a better name might be "content".

>
> Sorry, but I am not sure that I understand what you meant.
> I may not use "content" instead of "name".


<a name="content">

 
Reply With Quote
 
Luigi Donatello Asero
Guest
Posts: n/a
 
      07-03-2004

"Neal" <> skrev i meddelandet
news...
> On Sat, 03 Jul 2004 11:54:41 GMT, Luigi Donatello Asero
> <> wrote:
>
> >
> > "nice.guy.nige" <> skrev i meddelandet
> > news:...
> >> While the city slept, Luigi Donatello Asero

()
> >> feverishly typed...
> >>
> >> > I wonder how a talking browser works. I imagine that if I use a skip
> >> > navigation link it begins reading the main text starting from what it
> >> > follows
> >> > <a name="skip"></a>
> >>
> >> I would use a better name there. You are naming an anchor to represent

> > your
> >> main content, so a better name might be "content".

> >
> > Sorry, but I am not sure that I understand what you meant.
> > I may not use "content" instead of "name".

>
> <a name="content">

But in this case I have to use <p><a href="#content"> <img
src="../bilder/test.gif" height="1" width="1" alt="Bitte, zum Hauptinhalt
dieser Seite direkt gehen"></a></p>
before, don´t I?
--
Luigi ( un italiano che vive in Svezia)
http://www.scaiecat-spa-gigi.com/it/...in-Svezia.html
http://www.scaiecat-spa-gigi.com/sv/...titalien3.html







 
Reply With Quote
 
Neal
Guest
Posts: n/a
 
      07-03-2004
On Sat, 03 Jul 2004 20:23:56 GMT, Luigi Donatello Asero
<> wrote:

>
> "Neal" <> skrev i meddelandet
> news...
>> <a name="content">

> But in this case I have to use <p><a href="#content"> <img
> src="../bilder/test.gif" height="1" width="1" alt="Bitte, zum Hauptinhalt
> dieser Seite direkt gehen"></a></p>
> before, don´t I?


Yep.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[META] Talking about talking about C. Seebs C Programming 113 11-24-2010 08:57 AM
Browsers, browsers! Quo vadis? El Kabong HTML 23 05-13-2007 08:55 PM
Disable the navigation buttons for IE navigation toolbar Laurahn ASP .Net 3 02-06-2007 04:17 AM
Two Browsers work! Two browsers won't load. Internet game service won't load jimmie Computer Support 1 02-26-2006 08:36 AM
Re: Link Link Link DANGER WILL ROBINSON!!! Kevin Spencer ASP .Net 0 05-17-2005 10:41 AM



Advertisments