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 15682 - <fieldset> <legend>Mail Account</legend> <p><label>Name: <input type="text" name="fullname" placeholder="John Ratzenberger"></label></p> <p><label>Address: <input type="email" name="address" placeholder="john@example.net"></label></p> <p><label>Passwo
Summary: <fieldset> <legend>Mail Account</legend> <p><label>Name: <input type="text"...
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 20:48 UTC by contributor
Modified: 2012-07-18 18:41 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-01-23 20:48:21 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html
Multipage: http://www.whatwg.org/C#the-required-attribute
Complete: http://www.whatwg.org/c#the-required-attribute

Comment:
<fieldset>  <legend>Mail Account</legend>  <p><label>Name: <input type="text"
name="fullname" placeholder="John Ratzenberger"></label></p> 
<p><label>Address: <input type="email" name="address"
placeholder="john@example.net"></label></p>  <p><label>Password: <input
type="password" name="password"></label></p>  <p><label>Description: <input
type="text" name="desc" placeholder="My Email Account"></label></p>
</fieldset>

Posted from: 89.189.69.105
User agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:12.0a1) Gecko/20120121 Firefox/12.0a1