Skip to content

Commit 886078b

Browse files
committed
Add dbaron's message about specificity as issue
1 parent 436a409 commit 886078b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

selectors4/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,6 +2416,11 @@ <h2 id=specificity><span class=secno>9. </span> Calculating a selector's
24162416
specific argument. The pseudo-class itself does not count as pseudo-class.
24172417

24182418

2419+
<p class=issue>It would probably be better to have match-sensitive
2420+
specificity, if possible. See <a
2421+
href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0534.html">dbaron's
2422+
message</a>.
2423+
24192424
<p>Concatenating the three numbers a-b-c (in a number system with a large
24202425
base) gives the specificity.
24212426

selectors4/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,9 @@ <h2 id=specificity>
19311931
of its most specific argument. The pseudo-class itself does not
19321932
count as pseudo-class.
19331933

1934+
<p class="issue">It would probably be better to have match-sensitive
1935+
specificity, if possible. See <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0534.html">dbaron's message</a>.
1936+
19341937
<p>Concatenating the three numbers a-b-c (in a number system with a
19351938
large base) gives the specificity.</p>
19361939

0 commit comments

Comments
 (0)