Skip to content

Commit 44704bb

Browse files
committed
[css2] Fixed some incompletely edited issues, see http://lists.w3.org/Archives/Member/w3c-css-wg/2009JanMar/0105.html
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402884
1 parent c0a0c50 commit 44704bb

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

css2/fonts.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.01//EN">
22
<html lang="en">
3-
<!-- $Id: fonts.src,v 2.92 2009-01-29 15:34:43 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 2.93 2009-02-23 15:44:46 bbos Exp $ -->
44
<head>
55
<title>Fonts</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -534,7 +534,7 @@ to weight values. The only guarantee is that a face of a given value
534534
will be no less dark than the faces of lighter values.
535535
</p>
536536

537-
<div id="compute-font-weight">
537+
<div class=note id="compute-font-weight">
538538
<p>Note: A set of nested elements that mix 'bolder' and 'lighter' will
539539
give unpredictable results depending on the UA, OS, and font
540540
availability. This behavior will be more precisely defined in CSS3.

css2/page.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.01//EN">
22
<html lang="en">
3-
<!-- $Id: page.src,v 2.57 2009-02-03 11:24:59 bbos Exp $ -->
3+
<!-- $Id: page.src,v 2.58 2009-02-23 15:44:46 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Paged media</TITLE>
66
</HEAD>
@@ -354,7 +354,7 @@ the value of <span class="propinst-widows">'widows'</span> or more.
354354

355355
<li><strong>Rule D:</strong> In addition, breaking at (2) is allowed only if the <span
356356
class="propinst-page-break-inside">'page-break-inside'</span> property
357-
of the elements and all its ancestors is 'auto'.
357+
of the element and all its ancestors is 'auto'.
358358
</ul>
359359

360360
<p>If the above doesn't provide enough break points to keep content

css2/properties/properties.db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ leftwards | rightwards | inherit;;
856856
/* page-break-inside;;
857857
avoid | auto | inherit;;
858858
auto;;
859-
block-level elements;;
859+
block-level elements (but see text)
860860
no;;
861861
N/A;;
862862
visual, paged;;

css2/visudet.src

Lines changed: 8 additions & 2 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: visudet.src,v 2.132 2009-02-03 11:24:59 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.133 2009-02-23 15:44:46 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -1251,7 +1251,13 @@ for <span class="propinst-height">'height'</span>.
12511251
</ol>
12521252

12531253
<p class="note">These steps do not affect the real computed values of
1254-
the above properties.</p>
1254+
the above properties. The change of used <span
1255+
class="propinst-height">'height'</span> has no effect on margin
1256+
collapsing except as specifically required by rules for <span
1257+
class="propinst-min-height">'min-height'</span> or <span
1258+
class="propinst-max-height">'max-height'</span> in <a
1259+
href="box.html#collapsing-margins">"Collapsing margins"
1260+
(8.3.1).</a></p>
12551261

12561262
<p>However, for replaced elements with both <span
12571263
class="propinst-width">'width'</span> and <span

0 commit comments

Comments
 (0)