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 22709 - Please provide me the implementation for role attributes in mark-up language.
Summary: Please provide me the implementation for role attributes in mark-up language.
Status: NEW
Alias: None
Product: Validator
Classification: Unclassified
Component: Website (show other bugs)
Version: HEAD
Hardware: PC Windows XP
: P2 major
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-17 05:13 UTC by Sachidananda Das
Modified: 2018-05-09 20:10 UTC (History)
0 users

See Also:
jordancarrillo530: needinfo+


Attachments

Description Sachidananda Das 2013-07-17 05:13:54 UTC
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>