Skip to content

Commit 8ea8ce1

Browse files
committed
[css2] Noted the change that percentage height on root may refer to viewport.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401900
1 parent d5d761f commit 8ea8ce1

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

css2/changes.src

Lines changed: 12 additions & 13 deletions
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: changes.src,v 2.26 2002-07-25 19:07:36 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.27 2002-07-25 20:30:28 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix B: Changes</TITLE>
@@ -512,6 +512,17 @@ the end of the section:
512512
not less than 'min-width'. In particular, it may not be negative. See
513513
the rules in section 10.4 below.</blockquote>
514514

515+
<h4 id="s-10-5"><a href="visudet.html#the-height-property">Section
516+
10.5 Content height: the 'height' property</a></h4>
517+
518+
<p>The UA is free to chose the containing block for the root element
519+
(see 10.1), therefore this sentence has been added as a suggestion:
520+
521+
<blockquote>
522+
<p>A UA may compute a percentage height on the root element relative
523+
to the viewport.
524+
</blockquote>
525+
515526
<h4 id="x65"><a href="visudet.html#propdef-line-height">Section 10.8.1</a></h4>
516527

517528
<p>Clarified this paragraph:
@@ -833,18 +844,6 @@ model</a></h4>
833844
<p>The value 'compact' for 'display' does not exist in CSS&nbsp;2.1.
834845
'Inline-block' is added.
835846

836-
<h4 id="s-10-1"><a
837-
href="visudet.html#containing-block-details">Section 10.1 Definition
838-
of "containing block"</a></h4>
839-
840-
<p>A suggestion has been added that UAs take the viewport as the
841-
containing block of the root element.
842-
843-
<p>The containing block for an absolutely positioned element that has
844-
no absolutely or relatively positioned ancestor no longer defaults to
845-
the root element, but is undefined, with as a suggestion that UAs use
846-
the viewport.
847-
848847
<h4 id="s-10-3-7"><a
849848
href="visudet.html#abs-non-replaced-width">Section 10.3.7 Absolutely
850849
positioned, non-replaced elements</a></h4>

0 commit comments

Comments
 (0)