Skip to content

Commit 74f20e2

Browse files
committed
Merge pull request #109 from zcorpan/logical-margins
[css-logical-props] Make margin properties use self's writing mode
2 parents b2aef19 + d574695 commit 74f20e2

File tree

2 files changed

+1
-1536
lines changed

2 files changed

+1
-1536
lines changed

css-logical-props/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ the margin- and offset- block-start/block-end/inline-start/inline-end properties
253253

254254
These properties correspond to the 'margin-top', 'margin-bottom',
255255
'margin-left', and 'margin-right' properties.
256-
The mapping depends on the <em>parent element's</em> 'writing-mode',
256+
The mapping depends on the element's 'writing-mode',
257257
'direction', and 'text-orientation'.
258258

259259
<pre class="propdef">

0 commit comments

Comments
 (0)