There isn't any case in which the specificity differs betwee two rules with identical selectors. CSS has always defined that the following: ``` selector { /* declaration block 2 */ } selector { /* declaration block 2 */ } ``` is equivalent to ``` selector { /* declaration block 1*/ /* declaration block 2 */ ``` I don't think it's a good idea to change this invariant. Imho the way declaration blocks are split into style rules is a tool for the author to organize the style sheet; we shouldn't try to turn it into a semantic concept. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4613#issuecomment-568227470 using your GitHub accountReceived on Sunday, 22 December 2019 02:30:38 UTC
This archive was generated by hypermail 2.4.0 : Thursday, 24 March 2022 20:27:06 UTC