CSS
逻辑属性 | Logical Properties

边界直列结束样式 | border-inline-end-style

border-inline-end-style

这是一种实验技术

由于该技术的规格不稳定,请查看各种浏览器的兼容性表格以供使用。还要注意,随着规范的变化,实验技术的语法和行为在未来版本的浏览器中可能会发生变化。

border-inline-end-style 映射到依赖于要素的写作模式,方向性和文本方向的物理边框样式的逻辑直列结束边框的样式。它对应于border-top-styleborder-right-styleborder-bottom-style,或border-left-style属性根据为定义的值writing-modedirectiontext-orientation

/* <'border-style'> values */ border-inline-end-style: dashed; border-inline-end-style: dotted; border-inline-end-style: groove;

相关属性是border-block-start-styleborder-block-end-style,和border-inline-start-style定义元素的其他边框样式。

初始值none
应用于all elements
是否继承no
使用媒体visual
计算值as specified
Animation typediscrete
规范顺序the unique non-ambiguous order defined by the formal grammar

句法

价值

<'border-style'>边框的线条样式,详见border-style

形式语法

<'border-style'>

HTML内容

<div> <p class="exampleText">Example text</p> </div>

CSS内容

div { background-color: yellow; width: 120px; height: 120px; } .exampleText { writing-mode: vertical-lr; border: 5px solid blue; border-inline-end-style: dashed; }

规格

SpecificationStatusComment
CSS Logical Properties Level 1The definition of 'border-inline-end-style' in that specification.Editor's DraftInitial definition

浏览器兼容性

FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic supportNo support41.0 (41.0)1No supportNo supportNo support

FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic supportNo support41.0 (41.0)1No supportNo supportNo support