Skip to content

Commit 1837c20

Browse files
committed
[css2] s/auto position/static position/
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403158
1 parent 7193c8e commit 1837c20

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css2/changes.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.140 2011-03-15 23:57:49 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.141 2011-03-16 13:58:12 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -6906,8 +6906,8 @@ zero-height line boxes.</del>
69066906
<ins>then no line boxes are generated inside the element.</ins>
69076907
<del>For the purposes of margin collapsing, this
69086908
line box must be ignored.</del>
6909-
<ins>The <a href="visudet.html#static-position">auto <!-- = static?
6910-
--> position</a> of any child elements is the top of the box in the
6909+
<ins>The <a href="visudet.html#static-position">static
6910+
position</a> of any child elements is the top of the box in the
69116911
vertical direction, and the same position horizontally that a zero
69126912
width, zero height inline replaced element would have if placed in the
69136913
element. (This, for example, respects the <span

css2/visuren.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.182 2011-03-15 23:09:02 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.183 2011-03-16 13:58:12 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -849,8 +849,8 @@ href="text.html#white-space-prop">preserved white space,</a> no inline
849849
elements with non-zero margins, padding, or borders, and no other <a
850850
href="#positioning-scheme">in-flow</a> content (such as images, inline
851851
block, or inline tables), then no line boxes are generated inside the
852-
element. The <a href="visudet.html#static-position">auto <!-- =
853-
static? --> position</a> of any child elements is the top of the box
852+
element. The <a href="visudet.html#static-position">static
853+
position</a> of any child elements is the top of the box
854854
in the vertical direction, and the same position horizontally that a
855855
zero width, zero height inline replaced element would have if placed
856856
in the element. (This, for example, respects the <span

0 commit comments

Comments
 (0)