<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Boolean attributes are supplied by either the presence of the attribute with no value (i.e. 'required') or by specifying the value as the name of the attribute.<div><br></div><div>So you must specify one of the following:<br><div><br></div><div><input type="text" required/></div><div><br></div><div>or</div><div><br></div><div><input type="text" required="required"/><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Calibri; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Calibri; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="font-weight: normal; "><div style="font-weight: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; color: rgb(153, 153, 153); "><br></div><div style="font-weight: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; color: rgb(153, 153, 153); "><br></div><div style="font-weight: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Arial; color: rgb(153, 153, 153); ">On 19/08/2013, at 2:51 PM, cat <<a href="mailto:catsoul@thinkplan.org">catsoul@thinkplan.org</a>> wrote:</div></div></span></span></span></div><div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span style="font-size: 12px;">Here's my form code, and under it the warning throw out by the validator..I don't get why the one that validates DOES validate…any clues? thank you!</span><div><br></div><div><div><span style="font-size: 12px;"><br></span></div><div><span style="font-size: 12px;"><span class="Apple-tab-span" style="white-space:pre">    </span>Name:<br /><input type="text" name="Name" required="true" title="Your name is required" placeholder="Please type your full name" /><br /></span></div><div><span style="font-size: 12px;"><br></span></div><div><span style="font-size: 12px;">Validator Error:</span></div><div><span style="font-size: 12px;"><span class="err_type"><img src="http://validator.w3.org/images/info_icons/error.png" alt="Error" title="Error"></span>
    
    <em>Line 41,
        Column 132</em>:
    <span class="msg">Bad value true for attribute required on element input.</span>
    </span><pre><code class="input"><font size="4">…title="Your name is required" placeholder="Please type your full name" /<strong title="Position where error was detected.">></strong><br /></font></code></pre><div><span style="font-size: 12px;"><br></span></div></div><div><span style="font-size: 12px;">==========================</span></div><div><span style="font-size: 12px;"><br></span></div><div><span style="font-size: 12px;"><br></span></div><div><span style="font-size: 12px;">Here's the one that DOES validate:</span></div></div><div><span style="font-size: 12px;"><br></span></div><div><span style="font-size: 12px;"><span class="Apple-tab-span" style="white-space:pre">     </span>Name:<br /><input type=text required name=up title="Your name is required" placeholder="Please type your full name" /><br /></span></div></div>_______________________________________________<br>Help mailing list<br><a href="mailto:Help@lists.whatwg.org">Help@lists.whatwg.org</a><br>http://lists.whatwg.org/listinfo.cgi/help-whatwg.org<br></blockquote></div><br></div></div></body></html>