CSS property: -webkit-nbsp-mode
    Description
Defines the behavior of nonbreaking spaces within text.
Syntax
-webkit-nbsp-mode: normal | space;
Values
- normal (by default)
- Nonbreaking spaces are treated as usual. 
- space
- Nonbreaking spaces are treated like standard spaces.