Abnormal behavior of Some block level HTML elements with attribute translate="no"

Issue #1034 resolved
Pallavi Bhardwaj created an issue

Some block level elements with attribute translate=”no” are still identified as a text unit and isTranslatable is set as true . e.g.

<html>
<body>
<div translate="no">Some intefaces</div><p translate="no">can be defined</p>
</body>
</html>

In this example, <div> element will not be identified as Text unit but tag <p> will be identified as Text unit and isTranslatable is also true although translate=”no” attribute is provided for both the elements. Filter in use is default HTML filter with nonwellformedConfiguration

Comments (3)

  1. Log in to comment