WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Accessible rich text editors for web forms

for

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

From: Terrill Thompson
Date: Thu, Dec 18 2008 1:20PM
Subject: Accessible rich text editors for web forms
No previous message | Next message →

Hi all,

Does anyone have a preferred rich text editor widget for use in web forms?
I'm looking for something that meets these criteria:

1. A small set of core buttons (headings, paragraph, lists, links, images)
2. Buttons can be easily added or customized if needed
3. Creates valid XHTML markup
4. An option for visually previewing content prior to saving or submitting
it
5. Degrades gracefully without Javascript
6. Buttons accessible by keyboard, using the tab key and/or hot keys
7. Accessible to screen readers

I prefer Jquery or library-independent Javascript for my own purposes, but
I'm also curious what else is out there in other frameworks.

Thanks!
Terry

Terrill Thompson
Technology Accessibility Specialist
DO-IT, Accessible Technology
UW Technology Services
University of Washington
= EMAIL ADDRESS REMOVED =
206/221-4168

From: Stephan Wehner
Date: Thu, Dec 18 2008 1:30PM
Subject: Re: Accessible rich text editors for web forms
← Previous message | Next message →

On Thu, Dec 18, 2008 at 12:16 PM, Terrill Thompson < = EMAIL ADDRESS REMOVED = > wrote:
> Hi all,
>
> Does anyone have a preferred rich text editor widget for use in web forms?
> I'm looking for something that meets these criteria:
>
> 1. A small set of core buttons (headings, paragraph, lists, links, images)
> 2. Buttons can be easily added or customized if needed
> 3. Creates valid XHTML markup
> 4. An option for visually previewing content prior to saving or submitting
> it
> 5. Degrades gracefully without Javascript
> 6. Buttons accessible by keyboard, using the tab key and/or hot keys
> 7. Accessible to screen readers
>
> I prefer Jquery or library-independent Javascript for my own purposes, but
> I'm also curious what else is out there in other frameworks.

Does this do what you are looking for?

http://wiki.moxiecode.com/index.php/TinyMCE:Accessibility

Stephan
> Thanks!
> Terry
>
> Terrill Thompson
> Technology Accessibility Specialist
> DO-IT, Accessible Technology
> UW Technology Services
> University of Washington
> = EMAIL ADDRESS REMOVED =
> 206/221-4168
>
>
>
>
>

From: Vlad Alexander (XStandard)
Date: Thu, Dec 18 2008 2:35PM
Subject: Re: Accessible rich text editors for web forms
← Previous message | Next message →

Hi Terrill,

I am with the XStandard dev team. Below are responses on how XStandard meets your requirements. Also, please check out this document:
http://xstandard.com/en/documentation/xstandard-dev-guide/accessibility/


> 1. A small set of core buttons (headings, paragraph,
> lists, links, images)
Yes

> 2. Buttons can be easily added or customized if needed
Yes

> 3. Creates valid XHTML markup
Yes

> 4. An option for visually previewing content prior to
> saving or submitting it
Yes. There is also a Screen Reader Preview feature which will display the content much like a screen reader would process it.

> 5. Degrades gracefully without Javascript
In some browsers (IE, Firefox, Opera) you can use XStandard completely without JavaScript.

> 6. Buttons accessible by keyboard, using the tab key and/or hot keys
The editor itself is keyboard accessible but only IE supports tabbing in and out of the editor at this time.

> 7. Accessible to screen readers
We have a pre-release build that supports MSAA. Window-Eyes works reasonably well with this build of XStandard. And GW Micro has been really helpful. We found it impossible to work productively with the other screen reader vendor.

Regards,
Vlad Alexander
http://xstandard.com




-------- Original Message --------
From: Terrill Thompson
Date: 2008-12-18 3:16 PM
> Hi all,
>
> Does anyone have a preferred rich text editor widget for use in web forms?
> I'm looking for something that meets these criteria:
>
> 1. A small set of core buttons (headings, paragraph, lists, links, images)
> 2. Buttons can be easily added or customized if needed
> 3. Creates valid XHTML markup
> 4. An option for visually previewing content prior to saving or submitting
> it
> 5. Degrades gracefully without Javascript
> 6. Buttons accessible by keyboard, using the tab key and/or hot keys
> 7. Accessible to screen readers
>
> I prefer Jquery or library-independent Javascript for my own purposes, but
> I'm also curious what else is out there in other frameworks.
>
> Thanks!
> Terry
>
> Terrill Thompson
> Technology Accessibility Specialist
> DO-IT, Accessible Technology
> UW Technology Services
> University of Washington
> = EMAIL ADDRESS REMOVED =
> 206/221-4168
>
>
>
>
>

From: Dean Hamack
Date: Thu, Dec 18 2008 5:50PM
Subject: Re: Accessible rich text editors for web forms
← Previous message | No next message

I just use Dreamweaver.

Dreamweaver is great for building forms. When you insert a text field a box
pops up asking you for a label and a tab index, all the code is valid, etc.

In the form menu there is an option that says "insert Spry validation text
field" (also button, textarea, etc.) When you choose that option, it
automatically generates the javascript and css files for you.

I've yet to find an HTML editor that is anywhere near as good as
Dreamweaver.


On 12/18/08 12:16 PM, "Terrill Thompson" < = EMAIL ADDRESS REMOVED = > wrote:

> Hi all,
>
> Does anyone have a preferred rich text editor widget for use in web forms?
> I'm looking for something that meets these criteria:
>
> 1. A small set of core buttons (headings, paragraph, lists, links, images)
> 2. Buttons can be easily added or customized if needed
> 3. Creates valid XHTML markup
> 4. An option for visually previewing content prior to saving or submitting
> it
> 5. Degrades gracefully without Javascript
> 6. Buttons accessible by keyboard, using the tab key and/or hot keys
> 7. Accessible to screen readers
>
> I prefer Jquery or library-independent Javascript for my own purposes, but
> I'm also curious what else is out there in other frameworks.
>
> Thanks!
> Terry
>
> Terrill Thompson
> Technology Accessibility Specialist
> DO-IT, Accessible Technology
> UW Technology Services
> University of Washington
> = EMAIL ADDRESS REMOVED =
> 206/221-4168