This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
I have search button in a website. When I test site with html validator then it is showing error in defining the Role attribute in a search button. So can you help me to overcome this issue. The code is mentioned below <div class="search"> <label id="ctl00_Label2" for="ctl00_search">Search Site</label> <input id="ctl00_search" type="text" role="textbox" name="ctl00$search"> </div>