CSS link-parameters Property Reference

The CSS link-parameters property is a experimental property in CSS Values and Units. Review its formal syntax, computed behavior, and practical declarations.

CSS link-parameters Property Reference

The CSS link-parameters property is a experimental property in CSS Values and Units. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

link-parameters overview

The CSS link-parameters property is a experimental property in CSS Values and Units. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

link-parameters formal syntax
FieldValue
Formal syntaxnone | <param()>#
Initial valuenone
Applies toallElementsAndPseudos
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Values and Units
StatusExperimental

Practical examples

These declarations demonstrate valid ways to set link-parameters. The initial and inherit global keywords remain available even when a property-specific value is preferable.

link-parameters live example
CSS .reset-example { link-parameters: initial; } .inherit-example { link-parameters: inherit; } @supports (link-parameters: initial) { .supported { link-parameters: initial; } }

Description

The CSS link-parameters property is a experimental property in CSS Values and Units. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: link-parameters
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies