Skip to content

Commit b94a2cb

Browse files
committed
[css2] Corrections due to bad property/descriptor instances
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40583
1 parent 80edb31 commit b94a2cb

4 files changed

Lines changed: 18 additions & 17 deletions

File tree

css2/fonts.src

Lines changed: 3 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: fonts.src,v 1.28 1997-12-12 18:02:54 ijacobs Exp $ -->
3+
<!-- $Id: fonts.src,v 1.29 1997-12-28 23:26:27 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -1795,7 +1795,8 @@ had been followed exactly.
17951795
exists in all UAs and is considered to have full
17961796
@font-face rules for all fonts which the UA will use for
17971797
default presentation, plus @font-face rules for the five
1798-
special <span class="propinst-font-family">generic font families</span>
1798+
special generic font families (see
1799+
<span class="propinst-font-family">'font-family'</span>)
17991800
defined in CSS2
18001801
</ul>
18011802

css2/tables.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.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 1.29 1997-12-11 20:13:51 ijacobs Exp $ -->
3+
<!-- $Id: tables.src,v 1.30 1997-12-28 23:26:36 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -621,7 +621,7 @@ violating this rule.</p>
621621

622622
<p>A cell is similar to a block in the way its contents are rendered,
623623
that means, in particular, that <span
624-
class="propinst-text-align">'text-alignment'</span> applies to
624+
class="propinst-text-align">'text-align'</span> applies to
625625
it. However, tables also allow a way of aligning text that does not
626626
apply to other blocks, and that is aligning the contents of several
627627
cells so that they all align on, e.g., a decimal point (".")
@@ -632,7 +632,7 @@ start of that string. The alignment point must be straight above or
632632
below the alignment points of all other cells in the same column that
633633
have an alignment point. (Note that the other cells do not need to
634634
have the same value for <span
635-
class="propinst-text-align">'text-align</span>; as long as they are
635+
class="propinst-text-align">'text-align'</span>; as long as they are
636636
aligned on a string, they have an alignment point.)
637637

638638
<p>Aligning text in this way is only useful if the text is short

css2/text.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: text.src,v 1.26 1997-12-12 04:08:38 ijacobs Exp $ -->
3+
<!-- $Id: text.src,v 1.27 1997-12-28 23:26:40 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -54,7 +54,7 @@ human-language dependent.
5454
<div class="example"><P>
5555

5656
In this example, note that since <span
57-
class="propinst-text-align">'text-align</span> inherits, all
57+
class="propinst-text-align">'text-align'</span> inherits, all
5858
block-level elements inside the DIV element with 'class=center' will
5959
be centered. Note that alignments are relative to the width of the
6060
element, not the <a href="media.html#canvas">canvas</a>. If 'justify'

css2/visudet.src

Lines changed: 10 additions & 10 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: visudet.src,v 1.31 1997-12-27 00:32:18 ijacobs Exp $ -->
3+
<!-- $Id: visudet.src,v 1.32 1997-12-28 23:26:14 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model details</TITLE>
@@ -338,7 +338,7 @@ of the top, right, bottom and left borders:
338338
<span class="propinst-border-right-color">'border-right-color'</span>,
339339
<span class="propinst-border-bottom-color">'border-bottom-color'</span>,
340340
<span class="propinst-border-left-color">'border-left-color'</span>, and
341-
<span class="propinst-border-left">'border-color'</span>
341+
<span class="propinst-border-color">'border-color'</span>
342342
</H4>
343343

344344
<!-- #include src=properties/border-top-color.srb -->
@@ -796,13 +796,13 @@ element. However, specifying a percentage value for <span
796796
class="propinst-height">'height'</span> when the parent element's height
797797
is set to 'auto' results in undefined behavior.
798798

799-
<P>If the <span class="propinst-width">'height'</span> has the
799+
<P>If the <span class="propinst-height">'height'</span> has the
800800
value 'auto', the height of the box is given by the <span
801801
class="propinst-top">'top'</span> and <span
802802
class="propinst-bottom">'bottom'</span> properties. Note that these take
803803
the place of the <span
804-
class="propinst-margin-top">'top-margin'</span> and <span
805-
class="propinst-margin-bottom">'bottom-margin'</span> properties, which
804+
class="propinst-margin-top">'margin-top'</span> and <span
805+
class="propinst-margin-bottom">'margin-bottom'</span> properties, which
806806
don't apply to absolutely positioned elements.
807807

808808
<P>If all three properties have the value 'auto', the box has
@@ -1391,11 +1391,11 @@ determines whether or not an element is initially displayed. The
13911391
visibility of an element does not affect its layout. Elements that
13921392
are hidden still take up the same physical space as they would were
13931393
they visible, they are just rendered transparently. This differs from
1394-
the behavior of <span class="propinst-display">'display:none'</span>,
1395-
in which the element is ignored, as if it were not present in the
1396-
document at all. Visibility can be used in a scripting environment to
1397-
dynamically display only one of several elements which overlap one
1398-
another.</p>
1394+
the behavior of <span class="propinst-display">'display'</span> with a
1395+
value of 'none', in which the element is ignored, as if it were not
1396+
present in the document at all. Visibility can be used in a scripting
1397+
environment to dynamically display only one of several elements which
1398+
overlap one another.</p>
13991399

14001400
<div class="example"><P>
14011401

0 commit comments

Comments
 (0)