CSS
逻辑属性 | Logical Properties

偏移 - 嵌段 - 端 | offset-block-end

offset-block-end

这是一种实验技术

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

offset-block-end CSS属性定义的逻辑块端部的元件,其映射到物理取决于元件的写入模式,方向性,和文本方向偏移偏移。它对应于toprightbottom,或left属性根据为定义的值writing-modedirectiontext-orientation

/* <length> values */ offset-block-end: 3px; offset-block-end: 2.4em; /* <percentage>s of the width or height of the containing block */ offset-block-end: 10%; /* Keyword value */ offset-block-end: auto; /* Global values */ offset-block-end: inherit; offset-block-end: initial; offset-block-end: unset;

它与offset-block-startoffset-inline-start,和offset-inline-end定义元素的其他偏移量。

初始值auto
应用于positioned elements
是否继承no
百分比logical-height of containing block
适用媒体visual
计算值same as box offsets: top, right, bottom, left properties except that directions are logical
Animation typediscrete
规范顺序the unique non-ambiguous order defined by the formal grammar

句法

价值

offset-block-end属性取值为left

形式语法

<'left'>

HTML内容

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

CSS内容

div { background-color: yellow; width: 120px; height: 120px; } .exampleText { writing-mode: vertical-rl; position: relative; offset-block-end: 20px; background-color: #c8c800; }

规格

SpecificationStatusComment
CSS Logical Properties Level 1The definition of 'offset-block-end' 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