Skip to main content

24 docs tagged with "Selector"

View All Tags

::selection

::selection is defined as: to apply style to selected part of document highlight by user (via mouse click or drag or shift+arrow). Topics on: ::selection Only

:active

:active is defined as: Pseudo-Class to match HTMLElement activate by user. Topics on: :active can be used to activate style on user clicking <a> or <button>. Re

:focus-visible

:focus-visible is defined as: Pseudo-Class to match when HTMLElement has focus & apply (default) focus-ring to highlight element. Topics on: . Read more: CSS, C

:hover

:hover is defined as: Pseudo-Class to match HTMLElement when user pointer over HTMLElement. Topics on: will be overwritten by subsequent link Pseudo-Class i.e.

:indeterminate

:indeterminate. Topics on: . Read more: CSS, CSS Syntax, Selector, Pseudo Class|FullStack Wiki by Roger J

:root

:root is defined as: Pseudo-Class to match root element of DOM Tree. Topics on: identical to html selector to rep <html> element. Read more: CSS, CSS Syntax, Se

Adjacent Sibling Selector

Adjacent Sibling Selector is defined as: + Selector for Sibling Element; E1 + E2 {} where E2 is selector target. Topics on: equivalent to sideways DOM Traversal

Child Selector

Child Selector is defined as: > Selector for direct Child HTMLElement. Topics on: select first level list element. Read more: CSS, CSS Syntax, Selector, Combina

Class Selector

Class Selector is defined as: .myClass Selector to match any HTMLElement with class attribute. Topics on: Class Selector can be chained onto Type Selector. Read

Combinator

Combinator. Topics on: Adjacent Sibling Selector, General Sibling Selector, Child Selector, Descendent Selector. Read more: CSS, CSS Syntax, Selector, Combinato

Descendent Selector

Descendent Selector is defined as: Selector for Descendant HTMLElement (rel to other HTMLElement). Topics on: apply style to ul.menu>li>a. Read more: CSS, CSS S

DOM-Tree Pseudo-Class

DOM-Tree Pseudo-Class. Topics on: :root, :empty, :nth-child, :nth-last-child, :first-child, :last-child, :only-child, :nth-of-type, :nth-last-of-type, :first-of

General Sibling Selector

General Sibling Selector is defined as: ~ Selector less strict Adjacent Sibling Selector; E1 ~ E2 {} where E2 is selector target. Topics on: select <p> preceded

Grouping Selector

Grouping Selector. Topics on: List Selector. Read more: CSS, CSS Syntax, Selector|FullStack Wiki by Roger J

Pseudo-Class

Pseudo-Class is defined as: Simple Selector : postfix to match special state of selected element(s). Topics on: :indeterminate, Linguistic Pseudo-Class, Locat

Pseudo-Element

Pseudo-Element is defined as: Selector :: postfix to match part of selected element(s). Topics on: ::after, ::before, ::first-letter, ::first-line, ::placehol

Resource State Pseudo-Class

Resource State Pseudo-Class. Topics on: :playing, :paused. Read more: CSS, CSS Syntax, Selector, Pseudo Class|FullStack Wiki by Roger J

Selector

Selector is defined as: CSS Syntax to define pattern to match HTMLElement instances (& special states) in document to direct Style Rule. Topics on: Simple Selec

Sibling Element

Sibling Element is defined as: Elements at same level. Topics on: . Read more: CSS, CSS Syntax, Selector, Combinator, Adjacent Sibling Selector, Sibling Element

Simple Selector

Simple Selector is defined as: Selector to match on single condition. Topics on: Type Selector, Class Selector, ID Selector, Attribute Selector, State Selector.

Style Rule

Style Rule is defined as: Ruleset with Selector & CSS Declaration block. Topics on: Specificity, CSS Declaration. Read more: CSS, Style Rule, Selector, CSS Decl

Type Selector

Type Selector is defined as: Selector to match all instance by typeof HTMLElement node in Document. Topics on: Universal Selector. Read more: CSS, CSS Syntax, S

Universal Selector

Universal Selector is defined as: * Special Type Selector to match every HTMLElement. Topics on: useful for resetting margins. Read more: CSS, CSS Syntax, Selec

User Action Pseudo-Class

User Action Pseudo-Class. Topics on: :hover, :active, :focus, :focus-visible, :focus-within. Read more: CSS, CSS Syntax, Selector, Pseudo Class, User Action Pse