borderInlineStartStyle

The border-inline-start-style CSS property defines the style of the logical inline start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

Syntax: <'border-top-style'>

Initial value: none

| Chrome |            Firefox            |  Safari  | Edge | IE  |
| :----: | :---------------------------: | :------: | :--: | :-: |
|   69   |              41               |   12.1   | n/a  | No  |
|        | 3 _(-moz-border-start-style)_ |          |      |     |

See also