11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: visudet.src,v 2.33 1998-04-30 04:02:36 ijacobs Exp $ -->
3+ <!-- $Id: visudet.src,v 2.34 1998-04-30 18:48:50 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Visual formatting model details</TITLE>
@@ -305,18 +305,19 @@ distinguished:</p>
305305
306306<h3>Inline, non-replaced elements</h3>
307307
308- <p><span class="propinst-left">'Left '</span>, <span
308+ <p>The <span class="propinst-left">'left '</span>, <span
309309class="propinst-right">'right'</span>, and <span
310- class="propinst-width">'width'</span> do not apply. A specified value
310+ class="propinst-width">'width'</span> properties
311+ do not apply. A specified value
311312of 'auto' for <span
312313class="propinst-margin-left">'margin-left'</span> and <span
313314class="propinst-margin-right">'margin-right'</span> becomes a computed
314315value of '0'.
315316
316317<h3>Inline, replaced elements</h3>
317318
318- <p><span class="propinst-left">'Left '</span> and <span
319- class="propinst-right">'right'</span> do not apply.
319+ <p>The <span class="propinst-left">'left '</span> and <span
320+ class="propinst-right">'right'</span> properties do not apply.
320321A specified value
321322of 'auto' for <span
322323class="propinst-margin-left">'margin-left'</span> and <span
@@ -328,18 +329,18 @@ width as the computed value.
328329
329330<h3>Block-level, non-replaced elements in normal flow</h3>
330331
331- <p><span class="propinst-left">'Left '</span> and <span
332- class="propinst-right">'right'</span> do not apply. The following
332+ <p>The <span class="propinst-left">'left '</span> and <span
333+ class="propinst-right">'right'</span> properties do not apply. The following
333334<a name="width-constraints">constraints</a>
334335must hold between the other properties:</p>
335336<blockquote>
336337<p><span class="propinst-margin-left">'margin-left'</span> + <span
337338class="propinst-border-left-width">'border-left-width'</span> + <span
338- class="propinst-padding-left">padding-left</span> + <span
339+ class="propinst-padding-left">' padding-left' </span> + <span
339340class="propinst-width">'width'</span> + <span
340341class="propinst-padding-right">'padding-right'</span> + <span
341342class="propinst-border-right-width">'border-right-width'</span> +
342- <span class="propinst-margin-right">margin-right'</span> = width of <a
343+ <span class="propinst-margin-right">' margin-right'</span> = width of <a
343344href="#containing-block-details">containing block</a>
344345</blockquote>
345346<p>(If the border style is 'none', use '0' as the border width.) If
@@ -367,8 +368,8 @@ their computed values are equal.
367368
368369<h3>Block-level, replaced elements in normal flow</h3>
369370
370- <p><span class="propinst-left">'Left '</span> and <span
371- class="propinst-right">'right'</span> do not apply. If <span
371+ <p>The <span class="propinst-left">'left '</span> and <span
372+ class="propinst-right">'right'</span> properties do not apply. If <span
372373class="propinst-width">'width'</span> is specified as 'auto', its
373374value is the element's <a
374375href="#intrinsic-width">intrinsic</a> width. If one of the margins is
@@ -378,17 +379,17 @@ if both margins are 'auto', their computed values are equal.
378379
379380<h3>Floating, non-replaced elements</h3>
380381
381- <p><span class="propinst-left">'Left '</span> and <span
382- class="propinst-right">'right'</span> do not apply. If <span
382+ <p>The <span class="propinst-left">'left '</span> and <span
383+ class="propinst-right">'right'</span> properties do not apply. If <span
383384class="propinst-width">'width'</span>, <span
384385class="propinst-margin-left">'margin-left'</span>, or <span
385386class="propinst-margin-right">'margin-right'</span> are specified as
386387'auto', their computed value is '0'.
387388
388389<h3>Floating, replaced elements</h3>
389390
390- <p><span class="propinst-left">'Left '</span> and <span
391- class="propinst-right">'right'</span> do not apply. If <span
391+ <p>The <span class="propinst-left">'left '</span> and <span
392+ class="propinst-right">'right'</span> properties do not apply. If <span
392393class="propinst-margin-left">'margin-left'</span> or <span
393394class="propinst-margin-right">'margin-right'</span> are specified as
394395'auto', their computed value is '0'. If 'width' is 'auto', its value
@@ -404,11 +405,11 @@ determines the computed value for these elements is:
404405<p><span class="propinst-left">'left'</span> + <span
405406class="propinst-margin-left">'margin-left'</span> + <span
406407class="propinst-border-left-width">'border-left-width'</span> + <span
407- class="propinst-padding-left">padding-left</span> + <span
408+ class="propinst-padding-left">' padding-left' </span> + <span
408409class="propinst-width">'width'</span> + <span
409410class="propinst-padding-right">'padding-right'</span> + <span
410411class="propinst-border-right-width">'border-right-width'</span> +
411- <span class="propinst-margin-right">margin-right'</span> + <span
412+ <span class="propinst-margin-right">' margin-right'</span> + <span
412413class="propinst-right">'right'</span> = width of <a
413414href="#containing-block-details">containing block</a>
414415</blockquote>
0 commit comments