--- title: CSS 逻辑属性与值 slug: Web/CSS/CSS_Logical_Properties tags: - CSS - CSS Logical Properies - CSS 逻辑属性 - Reference - 参考 - 概览 translation_of: Web/CSS/CSS_Logical_Properties ---
{{CSSRef}}

CSS 逻辑属性与值CSS 的一个模块,其引入的属性与值能做从逻辑角度控制布局,而不是从物理、方向或维度来控制。

The module also defines logical properties and values for properties previously defined in CSS 2.1. Logical properties define direction‐relative equivalents of their corresponding physical properties.

block 与 inline

Logical properties and values use the abstract terms block and inline to describe the direction in which they flow. The physical meaning of these terms depends on the writing mode.

Block dimension
The dimension perpendicular to the flow of text within a line, i.e., the vertical dimension in horizontal writing modes, and the horizontal dimension in vertical writing modes. For standard English text, it is the vertical dimension.
Inline dimension
The dimension parallel to the flow of text within a line, i.e., the horizontal dimension in horizontal writing modes, and the vertical dimension in vertical writing modes. For standard English text, it is the horizontal dimension.

参考

大小属性

外边距 、边框与内边距属性

浮动与定位属性

其他属性

已弃用属性

指南

规范

规范 状态 备注
{{SpecName("CSS Logical Properties")}} {{Spec2("CSS Logical Properties")}} Initial definition.

浏览器兼容熊

In general:

See the individual property pages for full compatibility information.