css.properties

border-boundary

The border-boundary property specifies whether a border extends beyond the element box.

Draft โ€” This property is defined in a W3C Draft and may be subject to change

Formal Syntax

border-boundary = none | parent | display

See specification

JavaScript Access

// Access via element.style element.style.borderBoundary = "none";

Browser Support

This property is defined in a W3C Draft and may be subject to change. Browser support data is not yet available.

Related Properties