:any-link¶
Псевдокласс :any-link
представляет собой элемент, который действует как исходный якорь гиперссылки, независимо от того, была ли она посещена.
Другими словами, он соответствует всем элементам <a>
, <area>
, или <link>
, которые имеют атрибути href
. Таким образом, он соответствует всем элементам, которые используют :link
или :visited
.
Псевдоклассы
- :active
- :any-link
- :blank
- :checked
- :current()
- :default
- :defined
- :dir()
- :disabled
- :empty
- :enabled
- :first
- :first-child
- :first-of-type
- :focus
- :focus-visible
- :focus-within
- :fullscreen
- :future
- :has()
- :host
- :host()
- :host-context()
- :hover
- :indeterminate
- :in-range
- :invalid
- :is()
- :lang()
- :last-child
- :last-of-type
- :left
- :link
- :local-link
- :not()
- :nth-child()
- :nth-col()
- :nth-last-child()
- :nth-last-col()
- :nth-last-of-type()
- :nth-of-type()
- :only-child
- :only-of-type
- :optional
- :out-of-range
- :past
- :placeholder-shown
- :read-only
- :read-write
- :required
- :right
- :root
- :scope
- :target
- :target-within
- :user-invalid
- :valid
- :visited
- :where()
Синтаксис¶
1 2 3 4 |
|
Спецификация¶
Поддержка браузерами¶
- Chrome 65+
- Firefox 50+
- Safari 9+
Пример¶
1 2 3 |
|
1 2 3 4 5 6 7 8 9 10 |
|
См. также¶
Ссылки¶
- Псевдо-класс :any-link MDN (рус.)