CSS -webkit-border-end Property Reference

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

CSS -webkit-border-end Property Reference

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

Updated 2026-08-12

-webkit-border-end overview

The CSS -webkit-border-end 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 formal syntax
FieldValue
Formal syntax<'border-top'>
Initial valueborder-inline-end-width, border-inline-end-style, border-inline-end-color
Applies toallElements
InheritedNo
Percentagesno
Computed valueborder-inline-end-width, border-inline-end-style, border-inline-end-color
Animation typeborder-inline-end-width, border-inline-end-style, border-inline-end-color
Mediavisual
Specification groupWebKit Extensions
StatusNonstandard

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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