CSS inset-inline-end Property Reference

The CSS inset-inline-end property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

CSS inset-inline-end Property Reference

The CSS inset-inline-end property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

inset-inline-end overview

The CSS inset-inline-end property is a standard property in CSS Logical Properties and Values. 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

inset-inline-end formal syntax
FieldValue
Formal syntax<'top'>
Initial valueauto
Applies topositionedElements
InheritedNo
PercentageslogicalWidthOfContainingBlock
Computed valuesameAsBoxOffsets
Animation typelpc
Mediavisual
Specification groupCSS Logical Properties and Values
StatusStandard

Practical examples

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

inset-inline-end live example
CSS .reset-example { inset-inline-end: initial; } .inherit-example { inset-inline-end: inherit; } @supports (inset-inline-end: initial) { .supported { inset-inline-end: initial; } }

Description

The CSS inset-inline-end property is a standard property in CSS Logical Properties and Values. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: inset-inline-end
  2. MDN: CSS Properties Reference

Similar or alternative tools

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