border-inline-start-style

Introduction

The border-inline-start-style CSS property defines the style of the logical inline start border of an element.

In a horizontal-tb writing mode with LTR direction, it corresponds to the border-left-style property. In a horizontal-tb writing mode with RTL direction, it corresponds to the border-right-style property.

Examples

Syntax

border-inline-start-style: none;
border-inline-start-style: hidden;
border-inline-start-style: dotted;
border-inline-start-style: dashed;
border-inline-start-style: solid;
border-inline-start-style: double;
border-inline-start-style: groove;
border-inline-start-style: ridge;
border-inline-start-style: inset;
border-inline-start-style: outset;

Values

  • none

  • hidden

  • dotted

  • dashed

  • default solid

  • double

  • groove

  • ridge

  • inset

  • outset

Formal definition

Initial valuesolid
Applies toall elements
Inheritedno
Animatableno

Formal syntax

none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset

Extensions

Compatibility

LCD tables only load in the browser

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.