This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27070 - Lapsus in note for minlength attribute
Summary: Lapsus in note for minlength attribute
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-16 05:17 UTC by Šime Vidas
Modified: 2014-11-20 00:19 UTC (History)
2 users (show)

See Also:


Attachments

Description Šime Vidas 2014-10-16 05:17:41 UTC
In this section: https://html.spec.whatwg.org/multipage/forms.html#attr-fe-minlength

The note reads: “The minlength attribute does not imply the required attribute. If the form control has no minlength attribute, then the value can still be omitted; the minlength attribute only kicks in once the user has entered a value at all.”

I think the 2. sentence should be “If the form control has no required attribute,…”.
Comment 1 Ian 'Hixie' Hickson 2014-11-20 00:19:05 UTC
Thanks!
Comment 2 contributor 2014-11-20 00:19:20 UTC
Checked in as WHATWG revision r8855.
Check-in comment: Fix an error in the minlength description
https://html5.org/tools/web-apps-tracker?from=8854&to=8855