Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Re: Announcing Geo-Colors a new SVG Geographic Information System S   Message List  
Reply | Forward Message #19569 of 63018 |
Re: [svg-developers] Accessibility Issues

On Saturday, July 27, 2002, 1:59:11 PM, Jim wrote:

JL> "Chris Lilley" <chris@...>
>> On Saturday, July 27, 2002, 1:36:00 AM, Jim wrote:
>> JL> Or was that also removed form I18N issues - I'd be surprised
>> JL> as tabindex survived HTML scrutiny without the same issue.
>>
>> How would tabindex be related to text input events?

JL> The ability to receive text input events, requires the ability for the
JL> relevant element to receive keyboard focus. This is done via the "tab"
JL> key in all window managers, access technologies and applications I can
JL> think of.

And is independent of whether the *user* is also allowecd to get
access to events produced by the tab key, or set an event listener
that cancels them, etc.


JL> So for SVG to be accessible you need to be able to give keyboard focus to
JL> any element which can receive a text input event without using the mouse -
JL> I can't imagine anyone would recommend any method other than tab.

None of which requires anything special from SVG. The implementation
can feel free to provide this just as it can provide a bookmark
facility, or close the program when you click on the little cross, or
whatever.

>> JL> Which at least means we can approach some practical accessibility
JL> even if
>> JL> we have no true accessibility.
>>
>> No, it means you can approach some locking of content to one
>> particular implementation, which is not a great idea.

JL> Absolutely, but then we can either say "screw you, use the mouse" (which
JL> appears to be your position with SVG 1.0 and 1.1)

Please don't put words in my mouth, I don't know where they have been.

JL> or we can attempt to do
JL> something for our users. Like wcag 1.0 says lots of "until user agents
JL> support ... do ..." - with SVG we have to have "until the SVG
JL> recommendation supports ... do ..."

Or "until user agents do "....


>> I agree Daves concept of "tell what you remember' is good, but it
>> seems to rely on particular structuring that seems to be a limitation.

JL> Structuring how? images are about information, I tend to believe the RNIB
JL> to have a fair amount of experience in describing the information in
JL> images for non-visual
JL> users.

You persist in misinterpreting what I said, conveniently ignoring the
word "good" in the sentence above, and adding slants that are not
there. Its rather tiresome.

>> JL> so this issue you cite is a strawman that those following even the
>> JL> current WCAG guidelines would never see.
>>
>> Really. On the contrary, I have seen some vague handwaving advice
>> about it and sought to correct it to make sure that the guidelines are
>> implementable.

JL> Okay, you've addressed colour blindness, can you now address my genuine
JL> concerns wrt to the accessibility of interactive SVG?

>> JL> Have you had any thoughts about how I can make my jigsaw accessible
JL> in
>> JL> SVG?
>>
>> Your jigsaw web server?

JL> No... (do you read replies to your messages?),

Do you? Sigh. Its true I might miss some when skipping past your
assorted insults looking for actual facts, but I try not to.

JL> you recently suggested we
JL> look at http://jibbering.com/pics/ an inaccessible page to see if SVG can
JL> make it accessible. I demonstrated how I believe HTML alone could make it
JL> accessible with http://jibbering.com/pics/access.1 and can't think of
JL> anything SVG would add (in an accessibility sense.)

How about doing the rather simple interactivity in a declarative
manner, without needing scripting?

JL> I also suggested you
JL> might like to consider how I could make some SVG accessible
JL> http://jibbering.com/2002/4/jigsaw.svg - I don't believe it's possible

Well, that page is an svg page in the same way that an html page with
a single image element is HTM<L! Its one big script tag, and nothing
else. I realise that you come from a scripting background, but this is
a classic worst case in either svg or html (or anything else).

You could of course rewrite it to use animation, or to provide static
pieces (that can be described) that are animated by script, or that
are animated by another namespace (liek Antoine's draggable namespace,
for example) all of which would give an accessibility helper app a lot
more to work with than your single, opaque script blob.

JL> If you believe SVG does contain the ability to be accessible, please
JL> demonstrate some techniques, I have experience of javascript, RDF, SVG,
JL> and accessibility issues - and I can't think of a single way either as SVG
JL> is currently implemented or in a theoretical sense to the spec.

JL> The jigsaw could be made theoretically accessible if implemented in flash
JL> MX *, so I'm very confident that there's nothing preventing the idea from
JL> being accessible. It's simply that SVG does not contain the necessary
JL> functionality.

JL> Jim.

JL> * only theoretically as there's the problem of lack of accessible
JL> implementations.

Bingo. Back where we started.




--
Chris mailto:chris@...




Sat Jul 27, 2002 5:58 pm

nantonos2001
Offline Offline
Send Email Send Email

Forward
Message #19569 of 63018 |
Expand Messages Author Sort by Date

"Chris Lilley" <chris@...> ... The ability to receive text input events, requires the ability for the relevant element to receive keyboard focus. This is...
Jim Ley
jibberjim
Offline Send Email
Jul 27, 2002
12:14 pm

On Saturday, July 27, 2002, 1:59:11 PM, Jim wrote: JL> "Chris Lilley" <chris@...> ... JL> The ability to receive text input events, requires the ability for...
Chris Lilley
nantonos2001
Offline Send Email
Jul 27, 2002
6:00 pm

... If we could have done, we would. SVG + ASV alone is insufficient to produce accessible content, hence my foray into scripting as the only possible option. ...
Dave Pawson
dpawson2000
Offline Send Email
Jul 28, 2002
5:18 am

I have looked into quite a big part of this thread, but excuse me if it shows i've missed out on some of it... Is the following a good idea for some...
Ruud Steltenpool
r.g.steltenpool@...
Send Email
Jul 27, 2002
1:11 pm

... In Ie + ASV3, no, (I think). From the html viewpoint, the svg is just a blob, I.e. you can't tab through from html to SVG. I've no idea what happens when,...
Dave Pawson
dpawson2000
Offline Send Email
Jul 27, 2002
3:48 pm

I'll explain a little more: for example you have a webpage with 1: link 2: link 3: embedded SVG Now within the HTML is a script that is called by the changing...
Ruud Steltenpool
r.g.steltenpool@...
Send Email
Jul 27, 2002
4:11 pm

"Chris Lilley" <chris@...> ... When did I ever suggest it was? I suggested that aswell as there being no keyboard events in SVG, there's also no method of...
Jim Ley
jibberjim
Offline Send Email
Jul 29, 2002
11:15 am

Anyone any clearer about tabbing through links in SVG? do we have any examples? This thread is a few years old, and yet there seems to be no response, unless...
Jonathan Chetwynd
rjchetwynd
Offline Send Email
Jun 24, 2003
1:02 pm

"Jonathan Chetwynd" <j.chetwynd@...> wrote in message news:A5B56EBC-A644-11D7-B0B5-0003939B5AD0@.... ... It's impossible, there is no...
Jim Ley
jibberjim
Offline Send Email
Jun 24, 2003
1:45 pm

Jim, it's all too easy to procrastinate. the scripts document has not changed a jot since we last discussed it. who from WG is working on SVG accessibility? ...
Jonathan Chetwynd
rjchetwynd
Offline Send Email
Jun 24, 2003
5:14 pm

"Jonathan Chetwynd" <j.chetwynd@...> wrote in message news:C8B97152-A667-11D7-B0B5-0003939B5AD0@.... ... That's because SVG hasn't, SVG...
Jim Ley
jibberjim
Offline Send Email
Jun 24, 2003
5:42 pm

"Ronan Oger" <ronan@...> ... fairly ... audio ... Of course, it's relatively easy, as I say for non-interactive SVG, we have the semantics, the problem...
Jim Ley
jibberjim
Offline Send Email
Jul 25, 2002
8:48 am

... Wouldn't mutation events be able to cover these cases? /niklas...
Niklas Gustavsson
protocol7b
Offline Send Email
Jul 25, 2002
8:52 am

Yes, mutation events would help up to a point. each time you mutate an event, you send the equivalen speech blocks. This still does not cover the problem with...
Ronan Oger
ronan@...
Send Email
Jul 25, 2002
9:21 am

"Niklas Gustavsson" <niklas@...> ... paper ... It's the user side of the interaction that doesn't exist, certainly there are things you can do on the...
Jim Ley
jibberjim
Offline Send Email
Jul 25, 2002
8:58 am

Jim, Please tell me you're not advocating non-interactive, static, text-based pages. That's already supported by the SVG-enabled browser. TRy and send it a ...
Ronan Oger
ronan@...
Send Email
Jul 25, 2002
9:21 am

... Well, mutation events do work on the user side. /niklas...
Niklas Gustavsson
protocol7b
Offline Send Email
Jul 25, 2002
9:00 am

"Niklas Gustavsson" <niklas@...> ... SVG, we ... there ... You mean a mutation event fires when the user changes, that sounds eerie, if I turn the...
Jim Ley
jibberjim
Offline Send Email
Jul 25, 2002
9:13 am

Don't you mean onchange, onupdate, etc by mutatin event? We can sort of do that in SVG with the parent's onchange (Or so I was told)....
Ronan Oger
ronan@...
Send Email
Jul 25, 2002
9:21 am

... Ah, yes sorry. I'll explain what I was thinking about a bit better then :-) Then we got three parts of interactive content (the way I see it): *...
Niklas Gustavsson
protocol7b
Offline Send Email
Jul 25, 2002
9:30 am

"Ronan Oger" <ronan@...> ... text-based ... Of course not... I'm just saying that is all that can be made accessible in SVG currently. Which is why it...
Jim Ley
jibberjim
Offline Send Email
Jul 25, 2002
9:39 am

I agree that text is too simplistic for real usefuleness. Hence the shift in the 70s to pictographs in multilingual countries. How can you *realistically* have...
Ronan Oger
ronan@...
Send Email
Jul 25, 2002
12:57 pm

... I could describe that sufficiently for a visually impaired user. The groupings would be wall, well, parrot, man, noticeboard, background. I.e. that would...
Dave Pawson
dpawson2000
Offline Send Email
Jul 25, 2002
6:31 pm

026c01c233bd$df50b880$5e86a8c0@...> Subject: Re: [svg-developers] Accessibility Issues (WAS: Announcing Geo-Colors a new SVG Geographic Information...
(no author)
 
Send Email
Jul 25, 2002
9:54 am

... Yes, and I don't think it would be a good idea for SVG to invent it's own metadata. RDF is more then good for me. ... Yes, that's a fairly strong...
Niklas Gustavsson
protocol7b
Offline Send Email
Jul 25, 2002
10:19 am

"Niklas Gustavsson" <niklas@...> ... The vocabulary has needed to be invented, RDF is just the framework for defining the vocabulary. ... SVG ... In...
Jim Ley
jibberjim
Offline Send Email
Jul 25, 2002
10:44 am

"Ronan Oger" <ronan@...> ... Yes, we already have that, there's no problems with current non-interactive images. ... user-based ... The SVG vocabulary is...
Jim Ley
jibberjim
Offline Send Email
Jul 25, 2002
1:11 pm

... A common tale but true :-) ... Kindly put. I'm a Yorkshireman (for those who know what that means) ... Time out please. I'd like to talk to Jim on that one...
Dave Pawson
dpawson2000
Offline Send Email
Jul 25, 2002
5:44 pm

Forgive me in advance if I'm coming in "out of context" but... "How many of you would be prepared to include a wider audience, if you could, and it didn't cost...
Rick Bullotta
rickbullotta
Offline Send Email
Jul 25, 2002
6:43 pm

Hi, sorry, I missed the beginning of this discussion - too many mails to read :-( ... See my message #16568 There *is* a free tool that simulates...
Petra Kukofka
petra_kukofka
Offline Send Email
Jul 26, 2002
1:49 am
 First  |  |  Next > Last 
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help