Jump to content

Вычисление приоритетов


aqua.77
 Share

Recommended Posts

Селектор тегов = 1 еденица. Класс = 10 едениц.
значит при условии

<body >
 
<div class="content">
 <div2>
 <div3>
 <div4>
 <div5>
 <div6>
 <div7>
 <div8>
 <div9>
 <div10>
 <p><em>pppp</em></p>
</div10>
</div9>
</div8>
</div7>
</div6>
</div5>
</div4>
</div3>
</div2>
</div>
 
</body>
.content em{color: blue;}
div div2 div3 div4 div5 div6 div7 div8 div9 div10 p em{ color: red;}

Должен быть применён красный цвет т.к. у него 12 тегов =12едениц. А у первого 10ед. за класс + 1 за тег =11едениц.

Link to comment
Share on other sites

Мне кажется, в этой статье, аналогия с десятичными разрядами была сделана для удобства понимания. В комментах к ней, вроде есть аналогичные комментарии про соотношения "дофига классов" и идентификатора. Думаю, статью нужно рассматривать, скорее как первое приближение в понимании специфичности (приоритетности).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy