feat(docs): add new sections to Spacing

This commit is contained in:
Tunghsiao Liu
2015-01-14 08:34:55 +08:00
parent 0fcf17b5a2
commit 7dc1373005

View File

@@ -12,6 +12,7 @@
- [中文與數字之間需要增加空格](#spacing-c2)
- [數字與單位之間需要增加空格](#spacing-c3)
- [全形標點與其他字符之間不加空格](#spacing-c4)
- [`-ms-text-autospace` to the rescue?](#spacing-c5)
- [標點符號](#punctuation-marks)
- [不重複使用標點符號](#punctuation-marks-c1)
- [全形和半形](#fullwidth-halfwidth)
@@ -87,6 +88,11 @@
> 剛剛買了一部 iPhone ,好開心!
<a name="spacing-c5"></a>
### `-ms-text-autospace` to the rescue?
Microsoft 有個 [`-ms-text-autospace`](http://msdn.microsoft.com/en-us/library/ie/ms531164(v=vs.85).aspx) 的 CSS 屬性可以實現自動為中英文之間增加空白。不過目前並未普及,另外再其他應用場景,例如 OS X、iOS 的用戶介面目前并不存在這個特性,所以請繼續保持隨手加空格的習慣。
<a name="punctuation-marks"></a>
## 標點符號