スパンに配置する以外に、ラベルのテキストを Firefox で編集可能にする方法はありますか?
<h1>Content Editable Test</h1>
<p contenteditable="true">Can edit this</p>
<p><label><span contenteditable="true">and this</span></label></p>
<p><label contenteditable="true">but not this in Firefox</label></p>