我在我的樣式表兩個相互競爭的規則: #parent > div {
color: blue;
}
#child {
color: red;
}
下面是相關的HTML: <div id="parent">
<div id="child">What color is this text?</div>
<div>This should just be blue</di
可能重複: Sorting a set of CSS selectors on the basis of specificity 我需要一個JS庫的順序從最具體的選擇文本CSS選擇器的文本到少特定的選擇文本,其中特異性根據W3C規定 如果沒有任何庫,我可以使用JS或jQuery簡單地編寫它嗎? CSS選擇器文本可能爲div#body .text。