A lot of textboxes have the entire "label-as-placeholder" thing going on. This is helpful, but because it's implemented in Javascript, there are a few issues.
For instance, when you click in there, the cursor can just kind of sit in the middle of the placeholder text so it looks like you might just type in the middle of it…
Or, when you're marking a question as a duplicate and the duplicate is in the sidebar, if you drag the link into the text box as if you were going to drop the URL, it just spits it into the middle of the placeholder text. Then, typing won't remove the placeholder text and that's just really annoying.

I would suggest using placeholder= for this, and using javascript to imitate it if the browser doesn't support it.