Skip to content

Commit 3a3e107

Browse files
committed
[css2] *** empty log message ***
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403116
1 parent 3d0b84b commit 3a3e107

1 file changed

Lines changed: 71 additions & 3 deletions

File tree

css2/changes.src

Lines changed: 71 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.133 2011-02-16 16:56:26 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.134 2011-03-04 01:17:51 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -824,7 +824,7 @@ Overflow and clipping</a></h3>
824824
Overflow</a></h3>
825825

826826
<p>'projection' media are no longer permitted to print overflowing
827-
content for 'overflow: scroll'. 'print' media now <em>may</em>, as
827+
content for 'overflow: scroll'. 'Print' media now <em>may</em>, as
828828
opposed to <em>should</em>.</p>
829829

830830
<p>UAs are now required to apply the 'overflow' property set on the root
@@ -3535,7 +3535,7 @@ affected by 'overflow', but <em>may</em> influence the height of the
35353535
<blockquote><p><ins>&hellip; but does require that for list items whose
35363536
'direction' property is 'ltr' the marker box be on the left side of
35373537
the content and for elements whose 'direction' property is 'rtl' the
3538-
marker box be on the right side of the content. 'overflow' on the
3538+
marker box be on the right side of the content. 'Overflow' on the
35393539
element does not clip the marker box. The marker box is fixed with
35403540
respect to the principal block box's border and does not scroll with
35413541
the principal block box's content. The size or contents of the marker
@@ -6496,6 +6496,74 @@ Collapsing margins</a></h3>
64966496
<p>The section is completely rewritten to make the normative text
64976497
shorter and clearer.
64986498

6499+
<!--========================== issue 121 ==========================-->
6500+
6501+
<h3 id=u.10.8.1><a
6502+
href="/TR/2010/WD-CSS2-20101207/visudet.html#leading">10.8.1 Leading
6503+
and half-leading</a></h3>
6504+
6505+
<p>The remark about equal line spacing is made more precise and put in
6506+
green, to make it clearer that it is a note:
6507+
6508+
<blockquote>
6509+
<p class=note><em><del>Generally,</del>
6510+
<ins><strong>Note.</strong></ins> when there is only one value of
6511+
'line-height' for all inline boxes in a block container box <ins>and
6512+
they are all in the same font</ins> (and <ins>there are</ins> no
6513+
replaced elements, inline-block elements, etc.), the above will ensure
6514+
that baselines of successive lines are exactly 'line-height'
6515+
apart. This is important when columns of text in different fonts have
6516+
to be aligned, for example in a table.</em>
6517+
</blockquote>
6518+
6519+
<!--========================== issue 228 ==========================-->
6520+
6521+
<h3 id=u.10.3><a
6522+
href="/TR/2010/WD-CSS2-20101207/visudet.html#Computing_widths_and_margins">10.3
6523+
Calculating widths and margins</a></h3>
6524+
6525+
<p>Added a note that the width calculation only yields a tentative
6526+
value, still to be compared to 'min-width' and 'max-width'
6527+
6528+
<blockquote>
6529+
<p><p class=note><em><strong>Note.</strong> The used value of 'width'
6530+
calculated below is a tentative value, and may have to be calculated
6531+
multiple times, depending on 'min-width' and 'max-width', see the
6532+
section Minimum and maximum widths below.</em>
6533+
</blockquote>
6534+
6535+
<p>A similar note is added to section&nbsp;10.6 about calculating
6536+
heights.
6537+
6538+
<!--========================== issue 221 ==========================-->
6539+
6540+
<h3 id=u.14.3><a
6541+
href="/TR/2010/WD-CSS2-20101207/colors.html#gamma-correction">14.3
6542+
Gamma correction</a></h3>
6543+
6544+
<p>The section on gamma correction was removed. It existed only to
6545+
help implementations on certain operating systems of the 1990s.
6546+
6547+
<!--========================== issue 220 ==========================-->
6548+
6549+
<h3 id=u.11.1.2><a
6550+
href="/TR/2010/WD-CSS2-20101207/visufx.html#clipping">11.1.2 Clipping:
6551+
the 'clip' property</a></h3>
6552+
6553+
<p>The 2nd and 4th offsets of the clip rectangle are offsets from the
6554+
left edge of the element. The 'direction' property no longer has an
6555+
influence.
6556+
6557+
<!--========================== issue 205 ==========================-->
6558+
6559+
<h3 id=u.9.4.2><a
6560+
href="/TR/2010/WD-CSS2-20101207/visuren.html#inline-formatting">9.4.2
6561+
Inline formatting contexts</a></h3>
6562+
6563+
<p>The words "line feed" were a typing error. The intended words are
6564+
"forced line break."
6565+
6566+
<!-- To do: 218, 215, 213, 210, 204, 181, 159, 153 -->
64996567

65006568
</BODY>
65016569
</HTML>

0 commit comments

Comments
 (0)