Skip to content

Commit

Permalink
Правит опечатку в доке про :is (#5537)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegruffaloop authored Oct 31, 2024
1 parent ff3397e commit c1642f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/is/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ article :is(h1, h2, h3) {

`:is()` по весу будет равен самому специфичному из перечисленных в скобках селекторов.

Вычесленный вес в этом примере будет 111, потому что таким будет вес селектора `h1.title#title`:
Вычисленный вес в этом примере будет 111, потому что таким будет вес селектора `h1.title#title`:

```css
:is(h1, #title, h1.title#title) {
Expand Down

0 comments on commit c1642f3

Please sign in to comment.