Skip to main content

Style Rule ↔ Ruleset with Selector & CSS Declaration block

image

Specificity

Weighting Algorithm for Layout engine to choose which competing Selector Style Rule to apply to HTMLElement

CSS Declaration

Pair of CSS Property with value

References

  1. SelectorCSS Syntax to define pattern to match HTMLElement instances (& special states) in document to direct Style Rule

  2. Specificity ↔ Weighting Algorithm for Layout engine to choose which competing Selector Style Rule to apply to HTMLElement

  3. List Selector, comma separated list of Selector to share & reuse Style Rule

  4. CSSStylesheet Language to express style & layout of (HTML) via Style Rule

  5. SpecificityCSS Weight Algorithm to determine which Style Rule clash to apply; by IICE order

  6. Source Order ↔ Last rule overides all previous Style Rule

  7. @mixinAt-Rule to Encapsulate Style Rule with optional args

  8. @mediaAt-Rule to conditionally apply Style Rule vs Media Query

  9. Media QueryCSS Syntax to query Media Type Attribute to adapt Style Rule vs screen config