[CKEditor Dev] #8716: Label for Required fields should have an asterisk( *) & instructions for identifying required fields is clearly labeled at beginning of the form

1 view
Skip to first unread message

CKEditor

unread,
Feb 2, 2012, 9:16:00 AM2/2/12
to ckeditor...@googlegroups.com
#8716: Label for Required fields should have an asterisk( *) & instructions for
identifying required fields is clearly labeled at beginning of the form
-------------------------------+-------------------
Reporter: satya | Type: Bug
Status: new | Priority: Normal
Component: General | Version:
Keywords: IBM Accessibility |
-------------------------------+-------------------
Labels for all required fields on our dialogs should have an astrisk(*)
and instructions for identifying required fields should be clearly labeled
at the beginning of the form.

'''This is a failure of Accessibility Checkpoint 1.3.1'''

This is clearly documented in Examples of Success Criterion for 1.3.1

See links here.. [http://www.w3.org/TR/2012/NOTE-UNDERSTANDING-
WCAG20-20120103/content-structure-separation-programmatic.html]

[http://www.w3.org/TR/WCAG20-TECHS/H44.html]

--
Ticket URL: <http://dev.ckeditor.com/ticket/8716>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Feb 14, 2012, 4:45:09 AM2/14/12
to ckeditor...@googlegroups.com
#8716: Label for Required fields should have an asterisk( *) & instructions for
identifying required fields is clearly labeled at beginning of the form
----------------------------+-----------------------
Reporter: satya | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Accessibility | Version: 3.0
Resolution: | Keywords: IBM
----------------------------+-----------------------
Changes (by j.swiderski):

* keywords: IBM Accessibility => IBM
* status: new => confirmed
* version: => 3.0
* component: General => Accessibility


--
Ticket URL: <http://dev.ckeditor.com/ticket/8716#comment:1>

CKEditor

unread,
Apr 28, 2013, 5:34:55 AM4/28/13
to ckeditor...@googlegroups.com
#8716: Label for Required fields should have an asterisk( *) & instructions for
identifying required fields is clearly labeled at beginning of the form
----------------------------+-----------------------
Reporter: satya | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Accessibility | Version: 3.0
Resolution: | Keywords: IBM
----------------------------+-----------------------

Comment (by mgifford):

Where are the required fields in CKEditor? Again, looking to see if this
is still an issue in the 4.x version.

--
Ticket URL: <http://dev.ckeditor.com/ticket/8716#comment:2>

CKEditor

unread,
May 13, 2013, 1:01:18 PM5/13/13
to ckeditor...@googlegroups.com
#8716: Label for Required fields should have an asterisk( *) & instructions for
identifying required fields is clearly labeled at beginning of the form
----------------------------+-----------------------
Reporter: satya | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Accessibility | Version: 3.0
Resolution: | Keywords: IBM
----------------------------+-----------------------

Comment (by tmonahan):

Examples of required fields are:
- The URL field on link, image, iframe, flash dialog
- Rows/Columns fields on table dialog
- Name field on anchor dialog

This is still an issue in 4.x

--
Ticket URL: <http://dev.ckeditor.com/ticket/8716#comment:3>

CKEditor

unread,
May 17, 2013, 8:05:15 AM5/17/13
to ckeditor...@googlegroups.com
#8716: Label for Required fields should have an asterisk( *) & instructions for
identifying required fields is clearly labeled at beginning of the form
----------------------------+----------------------------

Reporter: satya | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Accessibility | Version: 3.0
Resolution: | Keywords: IBM Discussion
----------------------------+----------------------------
Changes (by fredck):

* keywords: IBM => IBM Discussion


Comment:

We have two solutions for this already in place:

* aria-required is applied to required fields, so they're actively
identified as required.
* Labels are marked with the "cke_required" class, so they can be styled
to have any kind of visual representation.

It looks like we have already all the necessary tools to properly satisfy
the accessibility requirements for our target environments.

--
Ticket URL: <http://dev.ckeditor.com/ticket/8716#comment:4>

CKEditor

unread,
May 19, 2013, 5:55:47 PM5/19/13
to ckeditor...@googlegroups.com
#8716: Label for Required fields should have an asterisk( *) & instructions for
identifying required fields is clearly labeled at beginning of the form
----------------------------+----------------------------
Reporter: satya | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Accessibility | Version: 3.0
Resolution: | Keywords: IBM Discussion
----------------------------+----------------------------

Comment (by mgifford):

So, should this get closed for now? Is there an audit process?

--
Ticket URL: <http://dev.ckeditor.com/ticket/8716#comment:5>

CKEditor

unread,
May 20, 2013, 2:40:40 AM5/20/13
to ckeditor...@googlegroups.com
#8716: Label for Required fields should have an asterisk( *) & instructions for
identifying required fields is clearly labeled at beginning of the form
----------------------------+----------------------------
Reporter: satya | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Accessibility | Version: 3.0
Resolution: | Keywords: IBM Discussion
----------------------------+----------------------------

Comment (by j.swiderski):

>So, should this get closed for now?

Definitely not because problem hasn’t been fixed yet. Keyword Discussion
is used to ask CKSource devs and users interested in this feature opinion.
You may for example have better idea or see potential bug in @fredck
proposal.

--
Ticket URL: <http://dev.ckeditor.com/ticket/8716#comment:6>

CKEditor

unread,
May 20, 2013, 1:08:20 PM5/20/13
to ckeditor...@googlegroups.com
#8716: Label for Required fields should have an asterisk( *) & instructions for
identifying required fields is clearly labeled at beginning of the form
----------------------------+----------------------------
Reporter: satya | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Accessibility | Version: 3.0
Resolution: | Keywords: IBM Discussion
----------------------------+----------------------------

Comment (by tmonahan):

The aria-required attribute is sufficient for this for screen reader
users. However the cke_required field does not address the full issue for
sighted users. This class means styling can be used to identify required
fields, however styles such as colors, background images etc will not be
visible in High Contrast mode. Required fields should be denoted in some
way e.g. adding an asterisk to the field label. [[BR]]

In addition, the dialogs should contain some descriptive text explaining
that the asterisk (and any styling used to indicate required fields) means
that the field is required. See an example in the attached image.

The solution for this needs to be flexible enough to adapt to different UI
requirements e.g. providing config options for specifying how to denote
required fields i.e. use a * or the word required etc, adding the marker
at the start/end of the label, styling for descriptive text etc

--
Ticket URL: <http://dev.ckeditor.com/ticket/8716#comment:7>

CKEditor

unread,
Nov 28, 2015, 4:30:33 PM11/28/15
to ckeditor...@googlegroups.com
#8716: Label for Required fields should have an asterisk (*) & instructions for
identifying required fields is clearly labeled at beginning of the form
----------------------------+----------------------------
Reporter: satya | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Accessibility | Version: 3.0
Resolution: | Keywords: IBM Discussion
----------------------------+----------------------------

--
Ticket URL: <http://dev.ckeditor.com/ticket/8716#comment:8>

CKEditor

unread,
Dec 8, 2015, 5:53:58 AM12/8/15
to ckeditor...@googlegroups.com
#8716: Better indication of required fields

----------------------------+----------------------------
Reporter: satya | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Accessibility | Version: 3.0
Resolution: | Keywords: IBM Discussion
----------------------------+----------------------------

--
Ticket URL: <http://dev.ckeditor.com/ticket/8716#comment:9>

Reply all
Reply to author
Forward
0 new messages