Skip to content

Commit ca62229

Browse files
committed
[css2] Ada's edits for issues 50 and 61
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402256
1 parent 5937553 commit ca62229

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

css2/visufx.src

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ native operating environment.
109109
</p>
110110

111111
<p>
112-
HTML UAs may apply the overflow property from the BODY or HTML elements to the viewport.
112+
UAs may apply the 'overflow' property set on the root element to
113+
the viewport (instead of the root element). HTML UAs may also apply
114+
the 'overflow' property from the BODY element to the viewport.
113115
</p>
114116

115117
<p>

css2/visuren.src

Lines changed: 2 additions & 2 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: visuren.src,v 2.113 2004-02-18 00:09:14 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.114 2004-08-06 19:22:29 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -963,7 +963,7 @@ on the line before a left float is encountered that fits in the remaining line b
963963
the left float is placed on that line, aligned with the top of the line box, and then the inline boxes already on the line are moved accordingly to the right of the float (the right being the other side of the left float) and vice versa for rtl and right floats.
964964
</p>
965965
<p>
966-
The margin box of a table or an element in the normal flow that establishes a new <a href="visuren.html#block-formatting">block formatting context</a>
966+
The margin box of a table, a block-level replaced element, or an element in the normal flow that establishes a new <a href="visuren.html#block-formatting">block formatting context</a>
967967
(such as an element with 'overflow' other than 'visible')
968968
must not overlap any floats in the same block formatting context as
969969
the element itself. If necessary, implementations should clear the

0 commit comments

Comments
 (0)