Chrome translation breaks HTML structure in complex pages
Summary A production investigation revealed that Chrome’s built-in translation engine frequently breaks the structural integrity of HTML documents. When translating content, the engine injects pseudo-tags (e.g., <a i=0>) to track text nodes. In complex documents containing nested inline elements like <code> or <strong>, the translation service often fails to respect the boundaries of these tags, … Read more