除了将标签放在跨度中之外,还有什么方法可以使标签的文本在 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>