You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for help text via a secondary <label> element within the <dd> element.
<dt><labelfor="blah">Some label</label><dd><inputtype="checkbox" id="blah"><labelfor="blah">Some help text</label><!-- this overwrites "some label" --></dd>
The text was updated successfully, but these errors were encountered:
Add support for help text via a secondary
<label>
element within the<dd>
element.The text was updated successfully, but these errors were encountered: