You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><strong>Question:</strong> What will this selector do?</p>
562
+
<pre><code>
563
+
[role=navigation] > ul a:not([href^=mailto]) {
565
564
565
+
}
566
+
</code></pre>
567
+
<p><strong>Answer:</strong> This selects anchor links that are not email links that are decedents of an unordered list that is the direct child of any element with a role attribute of 'navigation'. this answer copied from <ahref="http://css-tricks.com/interview-questions-css/">css tricks</a></p>
0 commit comments