Skip to content

Commit fdf0dbd

Browse files
committed
[css2] Added that negative values on min/max-width/height are illegal.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402081
1 parent fd7c0ae commit fdf0dbd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css2/visudet.src

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 2.63 2003-01-27 21:58:09 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.64 2003-04-18 16:29:30 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model details</TITLE>
@@ -527,6 +527,8 @@ generated box's
527527
limit on the width of the box.
528528
</dl>
529529

530+
<P>Negative values for are illegal.
531+
530532
<P>The following algorithm describes how the two properties influence
531533
the <a href="cascade.html#computed-value">computed value</a>
532534
of the <span class="propinst-width">'width'</span> property:</p>
@@ -866,6 +868,8 @@ class="propinst-min-height">'min-height'</span>) or 'none'
866868
<dd>(Only on <span class="propinst-max-height">'max-height'</span>) No limit on the height of the box.
867869
</dl>
868870

871+
<P>Negative values for are illegal.
872+
869873
<P>The following algorithm describes how the two properties influence
870874
the <a href="cascade.html#computed-value">computed value</a>
871875
of the <span class="propinst-height">'height'</span> property:</p>

0 commit comments

Comments
 (0)