Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered: When processing HTML via Translation API the tag order is impacted and HTML format is corrupted, please see below:
<div class="outer"><a class="inner" href="#">Link <div class="inner"></div></a></div>
<div class="outer"><a class="inner" href="#">Enlace</a><div class="inner"></div></div>
What you expected to happen: the output should follow the same tag order as the input
Steps to reproduce: see screenshot. The same behavior is found on java and other clients