translateなるグローバル属性がHTMLに追加された。 6971. Introduce a new global attribute for localisers to tell whether or not content should be translated. The translate attribute 技術文書をGoogle TranslateやLivedoor翻訳に通すと、コードブロックの中身とかが翻訳されることがある。(でも何年か前よりだいぶまともになってる気がする…)。これをなんとかするのがtranslate属性。 translate=yesもしくはtranslate=noを指定する。 <pre translate=no><code> (function () { var b = document.body; if (!!b.oncontextmenu) b.on