File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 Çelik">
@@ -534,7 +534,7 @@ to weight values. The only guarantee is that a face of a given value
534534will 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
539539give unpredictable results depending on the UA, OS, and font
540540availability. This behavior will be more precisely defined in CSS3.
Original file line number Diff line number Diff line change 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
356356class="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
Original file line number Diff line number Diff 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;;
Original file line number Diff line number Diff line change 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
12571263class="propinst-width">'width'</span> and <span
You can’t perform that action at this time.
0 commit comments