Skip to content

Commit

Permalink
fixed required=required documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tipiirai committed Feb 7, 2011
1 parent e7bf07a commit b925a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h3>HTML5 Attributes</h3>
<td class="code">required</td>
<td><code>"required"</code></td>
<td>
Makes value submission mandatory for this field. The standard syntax is <samp>required="required"</samp>, but this tool allows you to write <samp>required="true"</samp> or simply <samp>required</samp>. Works with checkbox and SELECT fields too.
Makes value submission mandatory for this field. The standard syntax is <samp>required="required"</samp> is needed! Plain <samp>required</samp> or <samp>required="true"</samp> does not work. This attribute works also with checkbox and SELECT fields.
</td>
</tr>
</table>
Expand Down

0 comments on commit b925a81

Please sign in to comment.