feat(docs): add another bad example to spacing

Sometimes, additional spaces are added before/after punctuation in fullwidth,
especially in copying Chinese translation in Google Translate. It's better to
avoid spacing in this situation, or it looks wider than normal.
This commit is contained in:
pityonline
2018-08-25 09:33:12 +08:00
committed by Tunghsiao Liu
parent 161c82c0ef
commit a3fbf58737
2 changed files with 4 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ Bad:
> 剛剛買了一部 iPhone ,好開心!
> 剛剛買了一部 iPhone 好開心!
### `-ms-text-autospace` to the rescue?
Microsoft provides a CSS property [`-ms-text-autospace`](http://msdn.microsoft.com/en-us/library/ie/ms531164(v=vs.85).aspx) that can specify the autospacing and narrow space width adjustment of text. However it's not popular, and on other platforms such as OS X and iOS we can not use this feature. So it's better for you to keep up the habit.