CSS -webkit-border-after Property Reference

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

CSS -webkit-border-after Property Reference

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

Updated 2026-08-12

-webkit-border-after overview

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

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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