Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions css-logical-props/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Group: csswg
ED: https://drafts.csswg.org/css-logical-props/
Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
Abstract: This module introduces logical properties and values that provide the author with the ability to control layout through logical, rather than physical, direction and dimension mappings. The module defines logical properties and values for the features defined in [CSS21]. These properties are writing-mode relative equivalents of their corresponding physical properties.
Abstract: This module introduces logical properties and values that provide the author with the ability to control layout through logical, rather than physical, direction and dimension mappings. The module defines logical properties and values for the features defined in [[CSS21]]. These properties are writing-mode relative equivalents of their corresponding physical properties.
Ignored Terms: div, dl, dfn
Ignored Vars: *
Link Defaults: css21 (property) width/height/min-width/min-height/max-width/max-height
</pre>

<h1 id="intro">
Introduction</h1>
<h2 id="intro">
Introduction</h2>

See [[!CSS3-WRITING-MODES]] <a href="https://www.w3.org/TR/css-writing-modes-3/#abstract-layout">Abstract Layout</a>
See <a href="https://www.w3.org/TR/css-writing-modes-3/#abstract-layout">Abstract Layout</a> [[!CSS3-WRITING-MODES]]
for details on how to map between logical and physical terms.
This mapping controls the interpretation of logical keywords and properties.

Expand Down