CSS border-inline-start-width Property Reference

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

CSS border-inline-start-width Property Reference

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

Updated 2026-08-12

border-inline-start-width overview

The CSS border-inline-start-width 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

border-inline-start-width formal syntax
FieldValue
Formal syntax<'border-top-width'>
Initial valuemedium
Applies toallElements
InheritedNo
Percentagesno
Computed valueabsoluteLengthSnappedAsLineWidth
Animation typebyComputedValueType
Mediavisual
Specification groupCSS Logical Properties and Values
StatusStandard

Practical examples

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

border-inline-start-width live example
CSS .reset-example { border-inline-start-width: initial; } .inherit-example { border-inline-start-width: inherit; } @supports (border-inline-start-width: initial) { .supported { border-inline-start-width: initial; } }

Description

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

References

  1. MDN: border-inline-start-width
  2. MDN: CSS Properties Reference

Similar or alternative tools

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