HTML/CSS/CSS Attributes and Javascript Style Properties/text autospace
"text-autospace" Example
<html>
<body>
<div style="text-autospace:none;" >
text-autospace:none
</div>
</body>
</html>
<html>
<body>
<div style="text-autospace:none;" >
text-autospace:none
</div>
</body>
</html>