避免太過特別的 class
它們是都有語義的,而且有限制
不好的:
.ducatiMonster620{...} .nicolesDucatiMonster620{...}
推薦:
.vehicle{...} .motorcycle{...}
避免單獨的定義
id 在每個頁面只能使用一次
不好的:
#myUniqueIdentifier{...} #myUniqueIdentifier2{...}
混合使用
避免重復(fù)編碼
封裝
不要直接訪問對象的子節(jié)點
不好的:
.inner{...} .tr{...} .bl{...}
推薦:
.weatherMod .inner{...} .weatherMod .tr{...} .weatherMod .bl{...}
譯文原文: http://www.99css.com/2009/10/taming-css-selectors.html
本文鏈接:http://m.95time.cn/tech/web/2009/7105.asp
出處:99css
責任編輯:bluehearts
上一頁 馴服CSS選擇器--健壯我們的樣式表 [2] 下一頁
◎進入論壇網(wǎng)頁制作、WEB標準化版塊參加討論,我還想發(fā)表評論。
|