E-mail List Archives
Re: ins and del
From: Stéphane Deschamps
Date: Sep 20, 2008 3:20AM
- Next message: Benjamin Hawkes-Lewis: "Re: ins and del"
- Previous message: Christian Heilmann: "Boy did you miss out - Scripting Enabled day one notes..."
- Next message in Thread: Benjamin Hawkes-Lewis: "Re: ins and del"
- Previous message in Thread: Moore, Michael: "Re: ins and del"
- View all messages in this Thread
<quote who='Moore, Michael' when='19/09/2008 23:24'>
> Thanks Jared,
>
> I actually meant to say a span inside of the ins or del element. (Friday
> afternoon brain glitch). In both cases the indicator is positioned off
> screen.
>
> Good idea about the parenthesis, it will help if the text actually shows
> up on the screen for some reason.
You could also have a little JS DOM routine that automagically adds
"begin insert here", "end insert", "begin delete", "end delete" when the
pag is loaded. Screen readers seem to behave nicely with this kind of
method nowadays.
Depending on the context, you could only add those on demand with an
additional option somewhere in our application.
I'm more and more of the opinion that sometimes we need to adjust on
demand for these kinds of subtleties.
--
Stéphane Deschamps
perso: http://www.nota-bene.org/
org: http://www.pompage.net/
- Next message: Benjamin Hawkes-Lewis: "Re: ins and del"
- Previous message: Christian Heilmann: "Boy did you miss out - Scripting Enabled day one notes..."
- Next message in Thread: Benjamin Hawkes-Lewis: "Re: ins and del"
- Previous message in Thread: Moore, Michael: "Re: ins and del"
- View all messages in this Thread