@@ -265,8 +265,7 @@ class="value-inst-bottom"><bottom></span> specify offsets from
265265the top border edge of the box, and <span
266266class="value-inst-right"><right></span>, and <span
267267class="value-inst-left"><left></span> specify offsets from the
268- left border edge of the box in left-to-right text and from the right
269- border edge of the box in right-to-left text. Authors should separate
268+ left border edge of the box. Authors should separate
270269offset values with commas. User agents must support separation with
271270commas, but may also support separation without commas (but not a
272271combination), because a
@@ -284,15 +283,12 @@ either have a <span class="value-inst-length"><length></span>
284283value or 'auto'. Negative lengths are permitted. The value 'auto'
285284means that a given edge of the clipping region will be the same as the
286285edge of the element's generated border box (i.e., 'auto' means the same as '0' for <span class="value-inst-top"><top></span> and <span
287- class="value-inst-left"><left></span> (in left-to-right text,
288- <span class="value-inst-right"><right></span> in right-to-left
289- text), the same as the used value of the height plus the sum of
286+ class="value-inst-left"><left></span>, the same as the used
287+ value of the height plus the sum of
290288vertical padding and border widths for <span
291289class="value-inst-right"><bottom></span>, and the same as the
292290used value of the width plus the sum of the horizontal padding and
293- border widths for <span class="value-inst-right"><right></span>
294- (in left-to-right text, <span
295- class="value-inst-right"><left></span> in right-to-left text),
291+ border widths for <span class="value-inst-right"><right></span>,
296292such that four 'auto' values result in the clipping region being
297293the same as the element's border box).
298294</p>
0 commit comments