I want to set some attributes on all text excluded text in <nav>...</nav>
.
I know it can be done using :not()
but it only applies on parent element, not on children within that parent.
Is it possible, to apply :not()
on all children within parent?