[wp-trac] [WordPress Trac] #21897: Required mark in comment form is outside label element
WordPress Trac
wp-trac at lists.automattic.com
Wed Sep 19 20:12:54 UTC 2012
#21897: Required mark in comment form is outside label element
---------------------------+------------------
Reporter: peterkz | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.5
Component: Accessibility | Version: 3.0
Severity: normal | Resolution:
Keywords: has-patch |
---------------------------+------------------
Comment (by lancewillett):
In r21918 Twenty Twelve is working again. Once the span element is inside
the label, the following CSS lines should be removed from the theme:
{{{
label ~ span.required {
display: block;
float: left;
margin: -18px 0 0 -16px;
margin: -1.285714286rem 0 0 -1.142857143rem;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21897#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list