Skip to content

Commit fdfdc0d

Browse files
committed
[css-logical-1] Be consistent in which property we're referencing for syntax. Reported by bz in m.d.platform.
1 parent 30a60a0 commit fdfdc0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-logical-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ the 'margin-block-start', 'margin-block-end', 'margin-inline-start', 'margin-inl
426426

427427
<pre class="propdef shorthand">
428428
Name: margin-block, margin-inline
429-
Value: <<'margin-left'>>{1,2}
429+
Value: <<'margin-top'>>{1,2}
430430
</pre>
431431

432432
These two <a>shorthand properties</a> set the
@@ -506,7 +506,7 @@ the 'padding-block-start', 'padding-block-end', 'padding-inline-start', 'padding
506506

507507
<pre class="propdef shorthand">
508508
Name: padding-block, padding-inline
509-
Value: <<'padding-left'>>{1,2}
509+
Value: <<'padding-top'>>{1,2}
510510
</pre>
511511

512512
These two <a>shorthand properties</a> set the

0 commit comments

Comments
 (0)