Bug 1836117 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This is what gets sent in to the Estonian model.

```
<a slot="bug-id" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1835681" title="RESOLVED" data-moz-translations-id="0">#1835681 R</a><span slot="bug-component" data-moz-translations-id="1">[Core:CSS Parsing and Computation]</span><span slot="bug-description" data-moz-translations-id="2">Update bitflags in the dom and style crates</span>
```

The markup that comes out is mangled:

```
<a slot="bug-id" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1835681" title="RESOLVED" data-moz-translations-id-0">#1835681 R</a><span slot="CSbug-komponent" data-moz-translations-id=">/Core:CSS Parsing and Computation/</span>span span sbug-bug-" data-moz-translation-id="2">Update bit lipud dom ja stiil kraatrid</span>
```
This is what gets sent in to the Estonian model.

```
<a slot="bug-id" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1835681" title="RESOLVED" data-moz-translations-id="0">#1835681 R</a><span slot="bug-component" data-moz-translations-id="1">[Core:CSS Parsing and Computation]</span><span slot="bug-description" data-moz-translations-id="2">Update bitflags in the dom and style crates</span>
```

The markup that comes out is mangled:

```
<a slot="bug-id" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1835681" title="RESOLVED" data-moz-translations-id-0">#1835681 R</a><span slot="CSbug-komponent" data-moz-translations-id=">/Core:CSS Parsing and Computation/</span>span span sbug-bug-" data-moz-translation-id="2">Update bit lipud dom ja stiil kraatrid</span>
```

Specifically this is broken: `data-moz-translations-id="`

This is an upstream issue with Bergamot.

Back to Bug 1836117 Comment 2