Skip to main content

expand_logical_box_shorthands

Function expand_logical_box_shorthands 

Source
pub(crate) fn expand_logical_box_shorthands(
    specified_values: &mut BTreeMap<String, String>,
)
Expand description

margin-block/margin-inline/padding-block/padding-inline/inset-block/ inset-inline(1〜2値。1番目が start、2番目(省略時は1番目と同値)が end)を -start/-end の longhand へ展開する。既に longhand 側が個別指定されていれば そちらを優先し、shorthand 側は無視する(resolve_logical_properties の 「物理プロパティが既にあれば論理プロパティを無視する」規則と同じ優先順位の考え方)。