-
1
- #1
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I think people without disabilities could be confused by that.Is true that peoples with disabilities are confused because I have two links with the same text and different URL ?
Yes, that is the simplest solution. But the man box needs its own title, so repeating it for each item in part looks strange. I modified it now and I leave it for a couple of days to see how my eyes will accommodate with it.Greg said:Maybe you could simply modify the man links to 'man seq' instead of a second 'seq.sh' link.
I would like to leave such practices for those who make sites for money.Greg said:Or just continue with the non-accessibility.
I forgot my cardinal rule, "less is more". Just remove the '.sh' and have links like 'seq' under the man heading. That way, they're different for accessability and smaller than before!...so repeating it for each item in part looks strange.
Possibly. The problem is that people with screen readers can get their software to read out just the links on a page - it's kinda what a sighted visitor does when quickly scanning a page. It's gonna cause a problem if you've got multiple links with the same text - how will they distinguish them?Is true that peoples with disabilities are confused because I have two links with the same text and different URL ?
Nooo, that would be worst. Then people, and search engines too, would think that points to the manual of the well known Unix utility.Greg said:Just remove the '.sh' and have links like 'seq' under the man heading.
Hmm... I did not thought that anyone would read the links extracted from their context. Then my biggest problem is the site map. :-(Chris Hunt said:people with screen readers can get their software to read out just the links on a page
In other places I read that the pipe ( | ) character is a bad idea because some screen readers will spell it and the menu will hear like : "main pipe products pipe about pipe contact". Which is just one degree better then stupid ASCII arts like :Watchfire said:Place some sort of separating character between adjacent links. [gray](...)[/gray] You can also use explicit separator characters such as "|" or enclose the links in brackets [ ].
I understand that is needed to provide [tt]alt[/tt] attribute for [tt]input[/tt] elements. I also understand that is needed to provide a [tt]label[/tt] for [tt]input[/tt] elements. But why to fill it with stupid bla-bla ? Just my visitors to have to delete it before using it ? ( No, I do not want JavaScript tricks on my site. )Watchfire said:Include default, place-holding characters in edit boxes and text areas
I tried their other suggestion of using a list. I used the following unordered list as a separator:Watchfire said:Place some sort of separating character between adjacent links. (...) You can also use explicit separator characters such as "|" or enclose the links in brackets [ ].
<ul style="list-style-type: none">
<li style="display: inline">
...
Watchfire provide the reasoning in the section entitled "Rationale" below the advice.feherke said:...why to fill it with stupid bla-bla?
Watchfire said:Rationale
Some access devices will miss a form control if there is no text in it; that is, they will not tell the user the control is there or allow the user to input data. Placing default text in the control forces the access devices to see the control.
Yes, but I want to make Lynx-friendly sites. Currently my site looks like this in Lynx :Clive said:I tried their other suggestion of using a list. I used the following unordered list as a separator
[right]Feherke's words about shell (p1 of 2)[/right]
[red]skip navigation[/red]
[blue]script[/blue] : [blue]seq.sh[/blue], [blue]mksfx.sh[/blue], [blue]killrenegade.sh[/blue], [blue]tekwatch.sh[/blue], [blue]lyndex.sh[/blue],
[blue]onceaday.sh[/blue], [blue]minesweeper.sh[/blue].
[blue]man[/blue] : [blue]man seq.sh[/blue], [blue]man mksfx.sh[/blue], [blue]man killrenegade.sh[/blue], [blue]man tekwatch.sh[/blue], [blue]man lyndex.sh[/blue], [blue]man onceaday.sh[/blue], [blue]man minesweeper.sh[/blue].
[blue]about[/blue] : [blue]textmode[/blue], [blue]site[/blue], [blue]Feherke[/blue].
Welcome to the Unix shell
Hi visitor!
Welcome on rootshell.be...
This site was born to share some of my minds about the text mode, the
command interpreter and the command line tools.
Clive said:Incidentally, do you know whether the "placeholder text" suggestion relates to a particular checkpoint? I couldn't see a direct mention of it!