Firefox ignores html attribute translate="no"
Categories
(Firefox :: Translations, defect)
Tracking
()
People
(Reporter: claus.muehr, Unassigned)
Details
Steps to reproduce:
<html translate="no"> does not work in Firefox. Websites can still be translated into another language
Actual results:
internal applications are translated to giblish - there is some good reason to keep language as it is
Expected results:
no translation or disallow translation
Comment 1•9 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Translations' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•9 months ago
|
||
The severity field is not set for this bug.
:epavlov, could you have a look please?
For more information, please visit BugBot documentation.
Comment 3•8 months ago
|
||
Erik, please take a look at this one, I'm out of context here. It needs severity to be set.
Comment 4•8 months ago
•
|
||
Hi claus.muehr, thanks for reporting this!
We do attempt to detect this situation, and we have some automated testing around cases in which we should not translate a node.
However, that does not mean that there cannot exist a specific edge case in which these checks are not working properly.
Could you please share a more detailed Steps to Reproduce (STR) for the situation you observed?
If you don't feel comfortable sharing a specific website URL where you have observed this failure, you are welcome to construct a minimum viable example of an HTML document for which this attribute is not being respected by Translations.
Comment 5•7 months ago
|
||
This report will be closed because it is incomplete. As a minimal test case was not provided and it is unclear how the html attribute translate="no" was used. Please reopen it if more information can be provided. THank you.
Reporter | ||
Comment 6•7 months ago
|
||
Minimal test case:
<html translate = "no">
<body>
<div>This is a test</div><input placeholder ='Purchase No.'/>
</body>
</html>
Please translate for example to German language.
It will be translated.
Thank you,
Claus
Description
•