Closed Bug 570832 Opened 15 years ago Closed 15 years ago

[k] Use HTML5 placeholder attribute on search form textboxes

Categories

(support.mozilla.org :: Knowledge Base Software, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rrosario, Assigned: rrosario)

References

()

Details

For placeholder text, we should do something like: <input type="text" placeholder"tags1, tags2" ... /> With feature detection, we can provide a fallback javascript implementation for browsers that don't support the placeholder attribute. This functionality will be added to the existing `autoFillHelpText` jQuery plugin.
Target Milestone: --- → 2.2
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Verified FIXED on https://support-stage-new.mozilla.com/en-US/questions/: <div id="support-search" role="search"> <form action="#" method="get"> <div class="wrap"> <input type="text" class="text" name="q" placeholder="Search Mozilla Support" required="required" /> </div>
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.