Skip to content

Commit 9d577a2

Browse files
committed
[css2] Issue 190.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403068
1 parent eece2eb commit 9d577a2

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

css2/properties/properties.db

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,9 @@ table-cell | table-caption | none | inherit;;
365365
no;;
366366
N/A;;
367367
visual;;
368-
For rectangle values, a rectangle consisting of four computed
369-
lengths; otherwise, as specified
368+
'auto' if specified as 'auto', otherwise a rectangle with four
369+
values, each of which is 'auto' if specified as 'auto' and the
370+
computed length otherwise
370371
*/
371372

372373
/* visibility;;

css2/visufx.src

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ class="propinst-height">'height'</span> property, not by content
3939
height).
4040
</li>
4141
<li>A descendant box is <a href="visuren.html#absolute-positioning">positioned
42-
absolutely</a>, partly outside the box. Such boxes are not always clipped by the overflow property on their ancestors.
42+
absolutely</a>, partly outside the box. Such boxes are not always
43+
clipped by the overflow property on their ancestors; specifically,
44+
they are not clipped by the overflow of any ancestor between
45+
themselves and their containing block
4346
</li>
4447
<li>A descendant box has <a href="box.html#margin-properties">negative margins</a>, causing it
4548
to be positioned partly outside the box.
@@ -282,10 +285,10 @@ means that a given edge of the clipping region will be the same as the
282285
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
283286
class="value-inst-left">&lt;left&gt;</span> (in left-to-right text,
284287
<span class="value-inst-right">&lt;right&gt;</span> in right-to-left
285-
text), the same as the computed value of the height plus the sum of
288+
text), the same as the used value of the height plus the sum of
286289
vertical padding and border widths for <span
287290
class="value-inst-right">&lt;bottom&gt;</span>, and the same as the
288-
computed value of the width plus the sum of the horizontal padding and
291+
used value of the width plus the sum of the horizontal padding and
289292
border widths for <span class="value-inst-right">&lt;right&gt;</span>
290293
(in left-to-right text, <span
291294
class="value-inst-right">&lt;left&gt;</span> in right-to-left text),

0 commit comments

Comments
 (0)