CSS -webkit-border-end-width Property Reference

The CSS -webkit-border-end-width property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -webkit-border-end-width Property Reference

The CSS -webkit-border-end-width property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-webkit-border-end-width overview

The CSS -webkit-border-end-width property is a nonstandard property in WebKit Extensions. 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

-webkit-border-end-width formal syntax
FieldValue
Formal syntax<'border-top-width'>
Initial valuemedium
Applies toallElements
InheritedNo
Percentagesno
Computed valueabsoluteLengthSnappedAsLineWidth
Animation typebyComputedValueType
Mediavisual
Specification groupWebKit Extensions
StatusNonstandard

Practical examples

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

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

Description

The CSS -webkit-border-end-width property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -webkit-border-end-width
  2. MDN: CSS Properties Reference

Similar or alternative tools

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