Skip to content

Commit

Permalink
[css2][editorial] fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Jan 10, 2025
1 parent 0f82f01 commit cf3b5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -8754,8 +8754,8 @@ elements is:</p>

<blockquote>
<p>'left' + 'margin-left' + 'border-left-width' + 'padding-left' + 'width'
\+ 'padding-right' + 'border-right-width' + 'margin-right' + 'right' = width
of containing block </p>
+ 'padding-right' + 'border-right-width' + 'margin-right' + 'right' = width
of containing block </p>
</blockquote>

<p>If all three of 'left', 'width', and 'right' are <css>auto</css>: First set
Expand Down

0 comments on commit cf3b5be

Please sign in to comment.