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 29985 - 'required' keyword reported as an error.
Summary: 'required' keyword reported as an error.
Status: NEW
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 1.3
Hardware: PC other
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-06 12:55 UTC by Andrew Pitt
Modified: 2016-11-06 12:55 UTC (History)
0 users

See Also:


Attachments

Description Andrew Pitt 2016-11-06 12:55:21 UTC
When using 'required' within an <input> tag on a form, e.g.

<input type='email' id='Email' name='Email' required/>

Th validator reports this as a validation error.