Skip to content

Commit c268cf5

Browse files
committed
[css2] The clip rectangle is always offset from the left, independent of
'direction' (issue 220, http://wiki.csswg.org/spec/css2.1#issue-220) --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403117
1 parent 3a3e107 commit c268cf5

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

css2/visufx.src

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

0 commit comments

Comments
 (0)