<form id="commentform" method="post" action="wp-comments-post.php">
<input type="text" aria-required="true" tabindex="1" size="22" value=""
id="author" name="author">
</form>
入力ボックスにデフォルト値「visitor」を設定しました。フォーカスがテキストボックスにあるとき、またはマウスが入力したときに、「訪問者」文字列を非表示にし、フォーカスを失ったとき、またはマウスが移動したときに表示したいと考えています。