- From: Anne van Kesteren <fora@annevankesteren.nl>
- Date: Wed, 23 Jun 2004 11:54:00 +0200
# Here is a form fragment showing two required fields and one optional # field. A user agent would not allow the user to submit the form until # the "name" and "team" fields were filled in. # # <ul> # <li>Name: <input type="text" name="name" required="required" /></li> # <li>Comment: <input type="text" name="comment" /></li> # </ul> The text doesn't match the example. [1] [1] <http://whatwg.org/specs/web-forms/current-work/#the-required> -- Anne van Kesteren <http://annevankesteren.nl/>
Received on Wednesday, 23 June 2004 02:54:00 UTC