[wp-trac] [WordPress Trac] #35515: Required asterisk (*) is missing with the comment label in the comment form
WordPress Trac
noreply at wordpress.org
Mon Jan 18 16:23:54 UTC 2016
#35515: Required asterisk (*) is missing with the comment label in the comment form
-------------------------------+-----------------------------
Reporter: rianrietveld | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords: has-patch
Focuses: ui, accessibility |
-------------------------------+-----------------------------
With the core comment form the asterisk (*) is missing in the label for
the comment.
The field is required, if you don't fill out the comment the error message
"ERROR: please type a comment." is show. All the ARIA is correct (aria-
required="true" required="required"). Only the * is missing in the label.
Attached patch adds to the label:
{{{
<span class="required">*</span>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35515>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list