Firefoxアドオンをmozillaディレクトリに送信しましたが、次の理由で拒否されました。
item.innerHTML = '<table style="border-collapse: collapse; width: 100%;">'
+ '<tr><td style="line-height: inherit; padding: 0pt; width: 100%;">'
+ word.title
+ '</td></tr>'
+ '</table>';
私は編集者に話しかけました、そして彼は私に「use a text node and then insert it using appendChild, textContent, etc
」と言いました
それは私には完全にぎこちないように聞こえます、私は一度も使用したことがなくTextContent, appendChild
、少し迷っています。上記の方法を教えていただけますか。スクリプトで上記のようなものの他の13個のインスタンスを編集します。
ありがとう!