WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Re: Application Design Accessibility Standards

for

Number of posts in this thread: 5 (In chronological order)

From: Andrew Kirkpatrick
Date: Mon, Jan 14 2002 7:02AM
Subject: Re: Application Design Accessibility Standards
No previous message | Next message →

Arleigh,
When you output for real in MAGpie, you should get a smil file and a .rt
file. Are you saying that if you open RealPlayer and choose open from the
file menu that the player doesn

From: Carol Foster
Date: Mon, Jan 14 2002 10:52AM
Subject: ColdFusion, PHP, etc. and accessibility
← Previous message | Next message →

Hi,

I am curious about what others who use ColdFusion, PHP, etc. (that allow
lots of different people to update Web content) have done about the
accessibility issues. In theory, it would be great if the Web Authoring
Tools guidelines were followed to aid and abet creation of accessible
content by everyone, but I'm not sure how practical that is. We have
thought of at least having a little help file and some training for the
most common issues, such as meaningful link text and alt text for
images. Most of our clients just update text at the moment, but I can
see this issue growing and growing!

Thanks,
Carol

--
Carol Foster, Web Developer
Internet Publishing Group, Information Technology Services
University of Massachusetts, President's Office
(413) 587-2130
mailto: = EMAIL ADDRESS REMOVED =
http://www.umass-its.net/ipg
--



---
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/


From: Paul Bohman
Date: Mon, Jan 14 2002 12:36PM
Subject: RE: ColdFusion, PHP, etc. and accessibility
← Previous message | Next message →

You have hit upon an important topic. There are a few applications out there
that use JSP, PHP, ColdFusion, ASP, and so on which allow multiple authors
to update content. Some of them are commercial products, but most of them
are home-grown solutions to particular problems on particular sites. This
generally means that the systems are not available for sale, and they are
used in-house only. The programmers who develop those solutions may or may
not be aware of the need for disability access, and quite frankly, they may
or may not have an immediate "need" for it at their particular organization.
It's possible that all who use the system -- literally 100% of the users --
have no need for disability accommodations. It's true that someday they may
hire someone with a disability, an event which would then bring the issue to
the forefront, but it is equally possible that they will never have to
accommodate anyone with an actual disability. I'm not saying this to
rationalize away the issue, but I am pointing out a reality, so that we
don't get too carried away in our zeal for accessibility, no matter how
well-intentioned.

Of course, I was just speaking about the accessibility of the product from
the _author's_ perspective. Even home-grown products should definitely take
into consideration the accessibility of the final output from the _end
user's_ perspective. The resulting web output of the authoring tool still
ought to be disability accessible, no matter who authors the content.

There are some commercially available authoring tools (e.g. content
management systems) which use these or other scripting languages. You can
buy them (and you will usually pay a high price for them). The Authoring
Tool Guidelines are very much intended for these commercial products. Under
U.S. Section 508, government entities are already required to compare such
products and buy the most accessible one. The makers of commercial products
should definitely pay close attention to the authoring tool guidelines, if
only for selfish business reasons (e.g. in order to get government contracts
or to have a good public image).

At this point in time, I don't know which content management systems best
conform to the authoring tool guidelines.

As far as the feasibility and practicality of adding elements to home-grown
tools in order to conform to the authoring tool guidelines, you're right:
the resources of local programmers are often stretched thin as it is. There
is an added cost for the additional programming. It will take time. I would
probably start with the web output first. I would have the programmers make
sure that all of the templates and automated elements of the authoring tool
produce conformant content by default. Once that is accomplished, then you
can turn your attention to harder issues, such as ensuring that the multiple
content authors produce conformant content. Start with something easy (from
the programmer's perspective): add a link within the authoring tool that
allows the content author to check the content in Bobby and/or the WAVE
validators. If you want, you could even add a radio button question: "Did
you check your content for disability access?" The author would select "yes"
or "no", then the content would be available for publication on the web.
This does not guarantee that the content author will tell the truth, or that
the validation will be sufficient, but it does require a conscious decision
on the part of the author. The author must claim that the material was at
least checked for accessibility previous to its publication.

Once those steps are taken, the programmers could incorporate other
features, taken from the authoring tool guidelines, which require greater
programming effort. This sort of step-wise approach could be undertaken over
a period of time, which would lessen the impact on workload for the
programmers.



Paul Bohman
Technology Coordinator
WebAIM (Web Accessibility in Mind)
www.webaim.org
Utah State University
www.usu.edu



-----Original Message-----
From: WebAIM forum [mailto: = EMAIL ADDRESS REMOVED = ]On Behalf Of
Carol Foster
Sent: Monday, January 14, 2002 10:53 AM
To: WebAIM forum
Subject: ColdFusion, PHP, etc. and accessibility


Hi,

I am curious about what others who use ColdFusion, PHP, etc. (that allow
lots of different people to update Web content) have done about the
accessibility issues. In theory, it would be great if the Web Authoring
Tools guidelines were followed to aid and abet creation of accessible
content by everyone, but I'm not sure how practical that is. We have
thought of at least having a little help file and some training for the
most common issues, such as meaningful link text and alt text for
images. Most of our clients just update text at the moment, but I can
see this issue growing and growing!

Thanks,
Carol

--
Carol Foster, Web Developer
Internet Publishing Group, Information Technology Services
University of Massachusetts, President's Office
(413) 587-2130
mailto: = EMAIL ADDRESS REMOVED =
http://www.umass-its.net/ipg
--



---
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/





---
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/


From: Carol Foster
Date: Tue, Jan 15 2002 10:30AM
Subject: Re: ColdFusion, PHP, etc. and accessibility
← Previous message | Next message →

Thanks Paul. We will be reviewing the way our clients access the sites they can
update, and I'll bring up the possibility of clearly automatically asking about
accessibility and linking to a checker. It may be overwhelming for some of them
if we do this, but we'll see how it goes!

Carol



---
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/


From: Kynn Bartlett
Date: Tue, Jan 15 2002 10:31AM
Subject: RE: ColdFusion, PHP, etc. and accessibility
← Previous message | No next message

At 12:36 PM -0700 1/14/02, Paul Bohman wrote:
>At this point in time, I don't know which content management systems best
>conform to the authoring tool guidelines.

Reef doesn't!

One thing more to add, as someone previously employed by a CMS maker,
is that in most cases it is possible to provide your own templates
and design your own custom output for nearly anything generated by a
CMS. This is in fact the usual way in which a CMS is used -- very
rarely is one used "out of the box". So this inserts an extra person
into the mix, the integrator.

The programmer creates the system software.
The integrator adapts the package for use by this specific company.
The user-author provides the information into the system and thus updates
the pages.

While it would be nice for the programmer to include accessibility
considerations by default, it probably won't happen because most of
them don't know much about accessibility and many large companies
think of accessibility as an "add-on" rather than a "core feature
requirement." In fact, it's not surprising to see companies now
producing special "508 plug-ins" or "accessibility expansions"
for products, since they can then sell them as extra products to
U.S. government entities, rather than making the whole product
accessible.

Therefore the most important person in this process is the integrator
who designs and tweaks the installation of the software for use
by the user-authors.

--Kynn

--
Kynn Bartlett < = EMAIL ADDRESS REMOVED = > http://kynn.com
Chief Technologist, Idyll Mountain http://idyllmtn.com
Web Accessibility Expert-for-hire http://kynn.com/resume
January Web Accessibility eCourse http://kynn.com/+d201
Forthcoming: Teach Yourself CSS in 24 Hours


---
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/