CSS
逻辑属性 | Logical Properties

保证金直列启动 | margin-inline-start

margin-inline-start

这是一种实验技术

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

margin-inline-start 映射到依赖于要素的写作模式,方向性,以及文字方向物理保证金的逻辑直列开始余量。它对应于margin-topmargin-rightmargin-bottom,或margin-left属性根据为定义的值writing-modedirectiontext-orientation

/* <length> values */ margin-inline-start: 10px; /* An absolute length */ margin-inline-start: 1em; /* relative to the text size */ margin-inline-start: 5%; /* relative to the nearest block container's width */ /* Keyword values */ margin-inline-start: auto; /* Global values */ margin-inline-start: inherit;

它涉及到margin-block-startmargin-block-end以及margin-inline-end,它定义了元件的另一边缘。

初始值0
应用于same as margin
是否继承no
百分比depends on layout model
适用媒体visual
计算值if specified as a length, the corresponding absolute length; if specified as a percentage, the specified value; otherwise, auto
Animation typediscrete
规范顺序the unique non-ambiguous order defined by the formal grammar

句法

价值

margin-inline-start属性采用与margin-left属性相同的值。

形式语法

<'margin-left'>

HTML

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

CSS

div { background-color: yellow; width: 120px; height: 120px; } .exampleText { writing-mode: vertical-lr; margin-inline-start: 20px; background-color: #c8c800; }

规格

SpecificationStatusComment
CSS Logical Properties Level 1The definition of 'margin-inline-start' in that specification.Editor's DraftInitial definition

浏览器兼容性

FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic supportNo support341.0 (41.0)1No supportNo supportNo support3

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