Skip to content

Commit 295d074

Browse files
committed
[css2] Replaced @ sign in illustration with reference edges
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401677
1 parent d6488e1 commit 295d074

File tree

3 files changed

+58
-51
lines changed

3 files changed

+58
-51
lines changed

css2/images/flow-abs-rel.idraw

+45-40
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%%Creator: idraw
33
%%DocumentFonts: Helvetica Helvetica-BoldOblique Helvetica-Oblique
44
%%Pages: 1
5-
%%BoundingBox: 144 341 511 669
5+
%%BoundingBox: 142 340 512 671
66
%%EndComments
77

88
%%BeginIdrawPrologue
@@ -889,32 +889,6 @@ Helvetica 14 SetF
889889
] Text
890890
End
891891

892-
Begin %I Text
893-
%I cfg Black
894-
0 0 0 SetCFg
895-
%I f -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*
896-
Helvetica 14 SetF
897-
%I t
898-
[ 1 0 0 1 300 578 ] concat
899-
%I
900-
[
901-
(End of body contents.)
902-
] Text
903-
End
904-
905-
Begin %I Text
906-
%I cfg Black
907-
0 0 0 SetCFg
908-
%I f -adobe-helvetica-medium-o-normal--11-80-100-100-p-57-iso8859-1
909-
Helvetica-Oblique 11 SetF
910-
%I t
911-
[ 1 0 0 1 413 668 ] concat
912-
%I
913-
[
914-
(@)
915-
] Text
916-
End
917-
918892
Begin %I Rect
919893
%I b 65520
920894
0 0 0 [12 4] 0 SetB
@@ -929,19 +903,6 @@ none SetP %I p n
929903
404 608 501 701 Rect
930904
End
931905

932-
Begin %I Text
933-
%I cfg Black
934-
0 0 0 SetCFg
935-
%I f -adobe-helvetica-medium-o-normal--11-80-100-100-p-57-iso8859-1
936-
Helvetica-Oblique 11 SetF
937-
%I t
938-
[ 1 0 0 1 315 538 ] concat
939-
%I
940-
[
941-
(\(@+200, @-100\))
942-
] Text
943-
End
944-
945906
Begin %I Text
946907
%I cfg Blue
947908
0.316411 0.316411 0.980484 SetCFg
@@ -983,6 +944,50 @@ Helvetica-Oblique 11 SetF
983944
] Text
984945
End
985946

947+
Begin %I Text
948+
%I cfg Black
949+
0 0 0 SetCFg
950+
%I f -adobe-helvetica-medium-o-normal--11-80-100-100-p-57-iso8859-1
951+
Helvetica-Oblique 11 SetF
952+
%I t
953+
[ 1 0 0 1 315 538 ] concat
954+
%I
955+
[
956+
(\(+200, -100\))
957+
] Text
958+
End
959+
960+
Begin %I Text
961+
%I cfg Black
962+
0 0 0 SetCFg
963+
%I f -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*
964+
Helvetica 14 SetF
965+
%I t
966+
[ 1 0 0 1 300 578 ] concat
967+
%I
968+
[
969+
(End of body contents.)
970+
] Text
971+
End
972+
973+
Begin %I MLine
974+
%I b 65520
975+
3 0 0 [12 4] 0 SetB
976+
%I cfg Black
977+
0 0 0 SetCFg
978+
%I cbg White
979+
1 1 1 SetCBg
980+
none SetP %I p n
981+
%I t
982+
[ 1 -0 -0 1 70 36 ] concat
983+
%I 3
984+
371 640
985+
345 640
986+
345 608
987+
3 MLine
988+
%I 1
989+
End
990+
986991
End %I eop
987992

988993
showpage

css2/images/longdesc/flow-abs-rel-desc.html

+11-9
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,24 @@ <h1>Long description for example illustrating positioning
2222

2323
<P>In the following PRE element, each 24 pixel line is simulated by
2424
two lines, the second beginning with the appropriate number. The
25-
reference edge for positioning the "inner" box is indicated in the
26-
diagram by a "@". The upper left coordinates of the "inner" box are
27-
labeled by (@+200, @-100). In the PRE element below, these labels
28-
appear in brackets. The lines, as they appear in the image,
29-
contain approximately:</p>
25+
reference edges for positioning the "inner" box are indicated in the
26+
diagram by thick dashed lines. The upper left coordinates of the
27+
"inner" box are labeled by (+200, -100). In the PRE element below,
28+
the reference edges for "inner" are indicated by vertical bars and
29+
equal signs. The offset of the "inner" box is given in square brackets.
30+
The lines of text, as they appear in the
31+
image, contain approximately:</p>
3032

3133

32-
<PRE>
33-
34-
1 Beginning of body contents. [@]Start
34+
<PRE> ====
35+
|
36+
1 Beginning of body contents.|Start
3537

3638
2 of outer contents. End of outer
3739

3840
3 contents. End of body contents.
3941

40-
4 [(@+200, @-100)]
42+
4 [(+200, -100)]
4143

4244
5 Inner
4345

css2/visuren.src

+2-2
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.68 1998-05-08 16:31:51 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 2.69 1998-05-08 16:43:04 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model</TITLE>
@@ -1548,7 +1548,7 @@ class="propinst-position">'position'</span> property to 'relative'
15481548
means that its box may serve as the containing block for positioned
15491549
descendants. Since the <em>outer</em> box is an inline box that is
15501550
split across several lines, the first inline box's top and left edges
1551-
(at the location designed by the "@" in the following illustration)
1551+
(depicted by thick dashed lines in the illustration below)
15521552
serve as references for <span class="propinst-top">'top'</span> and
15531553
<span class="propinst-left">'left'</span> offsets.
15541554

0 commit comments

Comments
 (0)