8000 csswg-drafts/css2/cover.html at bf577cc69cd14a0d062609f203c71eeb8fb852b1 · w3c/csswg-drafts · GitHub
Skip to content

Latest commit

 

History

History
861 lines (830 loc) · 65.6 KB

File metadata and controls

861 lines (830 loc) · 65.6 KB
<li class="tocline1"><a href="cascade.html" class="tocxref">6 Assigning property values, Cascading, and Inheritance</a>
<ul class="toc">
<li class="tocline2"><a href="cascade.html#q1" class="tocxref">6.1 Specified, computed, and actual values</a>
<ul class="toc">
<li class="tocline3"><a href="cascade.html#specified-value" class="tocxref">6.1.1 <span class="index-def" title="specified value"> Specified values</span></a>
<li class="tocline3"><a href="cascade.html#computed-value" class="tocxref">6.1.2 <span class="index-def" title="computed value"> Computed values</span></a>
<li class="tocline3"><a href="cascade.html#used-value" class="tocxref">6.1.3 <span class="index-def" title="used value"> Used values</span></a>
<li class="tocline3"><a href="cascade.html#actual-value" class="tocxref">6.1.4 <span class="index-def" title="actual value"> Actual values</span></a>
</ul>
<li class="tocline2"><a href="cascade.html#inheritance" class="tocxref">6.2 Inheritance</a>
<ul class="toc">
<li class="tocline3"><a href="cascade.html#value-def-inherit" class="tocxref">6.2.1 The <span class="index-def" title="inherit, definition of">'inherit'</span> value</a>
</ul>
<li class="tocline2"><a href="cascade.html#at-import" class="tocxref">6.3 The @import rule</a>
<li class="tocline2"><a href="cascade.html#cascade" class="tocxref">6.4 The cascade</a>
<ul class="toc">
<li class="tocline3"><a href="cascade.html#cascading-order" class="tocxref">6.4.1 Cascading order</a>
<li class="tocline3"><a href="cascade.html#important-rules" class="tocxref">6.4.2 !important rules</a>
<li class="tocline3"><a href="cascade.html#specificity" class="tocxref">6.4.3 Calculating a selector's specificity</a>
<li class="tocline3"><a href="cascade.html#q13" class="tocxref">6.4.4 Precedence of non-CSS presentational hints</a>
</ul>
</ul>
<li class="tocline1"><a href="media.html" class="tocxref">7 Media types</a>
<ul class="toc">
<li class="tocline2"><a href="media.html#q1" class="tocxref">7.1 Introduction to media types</a>
<li class="tocline2"><a href="media.html#q2" class="tocxref">7.2 Specifying media-dependent style sheets</a>
<ul class="toc">
<li class="tocline3"><a href="media.html#at-media-rule" class="tocxref">7.2.1 The @media rule</a>
</ul>
<li class="tocline2"><a href="media.html#media-types" class="tocxref">7.3 Recognized media types</a>
<ul class="toc">
<li class="tocline3"><a href="media.html#media-groups" class="tocxref">7.3.1 Media groups</a>
</ul>
</ul>
<li class="tocline1"><a href="box.html" class="tocxref">8 Box model</a>
<ul class="toc">
<li class="tocline2"><a href="box.html#box-dimensions" class="tocxref">8.1 Box dimensions</a>
<li class="tocline2"><a href="box.html#mpb-examples" class="tocxref">8.2 Example of margins, padding, and borders</a>
<li class="tocline2"><a href="box.html#margin-properties" class="tocxref">8.3 Margin properties: <span class="propinst-margin-top">'margin-top'</span>, <span class="propinst-margin-right">'margin-right'</span>, <span class="propinst-margin-bottom">'margin-bottom'</span>, <span class="propinst-margin-left">'margin-left'</span>, and <span class="propinst-margin">'margin'</span></a>
<ul class="toc">
<li class="tocline3"><a href="box.html#collapsing-margins" class="tocxref">8.3.1 Collapsing margins</a>
</ul>
<li class="tocline2"><a href="box.html#padding-properties" class="tocxref">8.4 Padding properties: <span class="propinst-padding-top">'padding-top'</span>, <span class="propinst-padding-right">'padding-right'</span>, <span class="propinst-padding-bottom">'padding-bottom'</span>, <span class="propinst-padding-left">'padding-left'</span>, and <span class="propinst-padding">'padding'</span></a>
<li class="tocline2"><a href="box.html#border-properties" class="tocxref">8.5 Border properties</a>
<ul class="toc">
<li class="tocline3"><a href="box.html#border-width-properties" class="tocxref">8.5.1 Border width: <span class="propinst-border-top-width">'border-top-width'</span>, <span class="propinst-border-right-width">'border-right-width'</span>, <span class="propinst-border-bottom-width">'border-bottom-width'</span>, <span class="propinst-border-left-width">'border-left-width'</span>, and <span class="propinst-border-width">'border-width'</span></a>
<li class="tocline3"><a href="box.html#border-color-properties" class="tocxref">8.5.2 Border color: <span class="propinst-border-top-color">'border-top-color'</span>, <span class="propinst-border-right-color">'border-right-color'</span>, <span class="propinst-border-bottom-color">'border-bottom-color'</span>, <span class="propinst-border-left-color">'border-left-color'</span>, and <span class="propinst-border-color">'border-color'</span></a>
<li class="tocline3"><a href="box.html#border-style-properties" class="tocxref">8.5.3 Border style: <span class="propinst-border-top-style">'border-top-style'</span>, <span class="propinst-border-right-style">'border-right-style'</span>, <span class="propinst-border-bottom-style">'border-bottom-style'</span>, <span class="propinst-border-left-style">'border-left-style'</span>, and <span class="propinst-border-style">'border-style'</span></a>
<li class="tocline3"><a href="box.html#border-shorthand-properties" class="tocxref">8.5.4 Border shorthand properties: <span class="propinst-border-top">'border-top'</span>, <span class="propinst-border-right">'border-right'</span>, <span class="propinst-border-bottom">'border-bottom'</span>, <span class="propinst-border-left">'border-left'</span>, and <span class="propinst-border">'border'</span></a>
</ul>
<li class="tocline2"><a href="box.html#q11" class="tocxref">8.6 The box model for inline elements in bidirection context</a>
</ul>
<li class="tocline1"><a href="visuren.html" class="tocxref">9 Visual formatting model</a>
<ul class="toc">
<li class="tocline2"><a href="visuren.html#q1" class="tocxref">9.1 Introduction to the visual formatting model</a>
<ul class="toc">
<li class="tocline3"><a href="visuren.html#q2" class="tocxref">9.1.1 The viewport</a>
<li class="tocline3"><a href="visuren.html#containing-block" class="tocxref">9.1.2 <span class="index-def" title="containing block"> Containing blocks</span></a>
</ul>
<li class="tocline2"><a href="visuren.html#box-gen" class="tocxref">9.2 Controlling box generation</a>
<ul class="toc">
<li class="tocline3"><a href="visuren.html#q5" class="tocxref">9.2.1 Block-level elements and block boxes</a>
<ul class="toc">
<li class="tocline4"><a href="visuren.html#anonymous-block-level" class="tocxref">9.2.1.1 Anonymous block boxes</a>
</ul>
<li class="tocline3"><a href="visuren.html#q7" class="tocxref">9.2.2 Inline-level elements and inline boxes</a>
<ul class="toc">
<li class="tocline4"><a href="visuren.html#anonymous" class="tocxref">9.2.2.1 Anonymous inline boxes</a>
</ul>
<li class="tocline3"><a href="visuren.html#run-in" class="tocxref">9.2.3 Run-in boxes</a>
<li class="tocline3"><a href="visuren.html#display-prop" class="tocxref">9.2.4 The <span class="propinst-display">'display'</span> property</a>
</ul>
<li class="tocline2"><a href="visuren.html#positioning-scheme" class="tocxref">9.3 Positioning schemes</a>
<ul class="toc">
<li class="tocline3"><a href="visuren.html#choose-position" class="tocxref">9.3.1 Choosing a positioning scheme: <span class="propinst-position">'position'</span> property</a>
<li class="tocline3"><a href="visuren.html#position-props" class="tocxref">9.3.2 Box offsets: <span class="propinst-top">'top'</span>, <span class="propinst-right">'right'</span>, <span class="propinst-bottom">'bottom'</span>, <span class="propinst-left">'left'</span></a>
</ul>
<li class="tocline2"><a href="visuren.html#normal-flow" class="tocxref">9.4 Normal flow</a>
<ul class="toc">
<li class="tocline3"><a href="visuren.html#q15" class="tocxref">9.4.1 Block formatting contexts</a>
<li class="tocline3"><a href="visuren.html#inline-formatting" class="tocxref">9.4.2 Inline formatting context</a>
<li class="tocline3"><a href="visuren.html#relative-positioning" class="tocxref">9.4.3 Relative positioning</a>
</ul>
<li class="tocline2"><a href="visuren.html#floats" class="tocxref">9.5 Floats</a>
<ul class="toc">
<li class="tocline3"><a href="visuren.html#float-position" class="tocxref">9.5.1 Positioning the float: the <span class="propinst-float">'float'</span> property</a>
<li class="tocline3"><a href="visuren.html#flow-control" class="tocxref">9.5.2 Controlling flow next to floats: the <span class="propinst-clear">'clear'</span> property</a>
</ul>
<li class="tocline2"><a href="visuren.html#absolute-positioning" class="tocxref">9.6 Absolute positioning</a>
<ul class="toc">
<li class="tocline3"><a href="visuren.html#fixed-positioning" class="tocxref">9.6.1 Fixed positioning</a>
</ul>
<li class="tocline2"><a href="visuren.html#dis-pos-flo" class="tocxref">9.7 Relationships between 'display', 'position', and 'float'</a>
<li class="tocline2"><a href="visuren.html#comparison" class="tocxref">9.8 Comparison of normal flow, floats, and absolute positioning</a>
<ul class="toc">
<li class="tocline3"><a href="visuren.html#q25" class="tocxref">9.8.1 Normal flow</a>
<li class="tocline3"><a href="visuren.html#q26" class="tocxref">9.8.2 Relative positioning</a>
<li class="tocline3"><a href="visuren.html#q27" class="tocxref">9.8.3 Floating a box</a>
<li class="tocline3"><a href="visuren.html#q28" class="tocxref">9.8.4 Absolute positioning</a>
</ul>
<li class="tocline2"><a href="visuren.html#q29" class="tocxref">9.9 Layered presentation</a>
<ul class="toc">
<li class="tocline3"><a href="visuren.html#z-index" class="tocxref">9.9.1 Specifying the stack level: the <span class="propinst-z-index">'z-index'</span> property</a>
</ul>
<li class="tocline2"><a href="visuren.html#direction" class="tocxref">9.10 Text direction: the <span class="propinst-direction">'direction'</span> and <span class="propinst-unicode-bidi">'unicode-bidi'</span> properties</a>
</ul>
<li class="tocline1"><a href="visudet.html" class="tocxref">10 Visual formatting model details</a>
<ul class="toc">
<li class="tocline2"><a href="visudet.html#containing-block-details" class="tocxref">10.1 Definition of "containing block"</a>
<li class="tocline2"><a href="visudet.html#the-width-property" class="tocxref">10.2 Content width: the <span class="propinst-width">'width'</span> property</a>
<li class="tocline2"><a href="visudet.html#Computing_widths_and_margins" class="tocxref">10.3 Calculating widths and margins</a>
<ul class="toc">
<li class="tocline3"><a href="visudet.html#q4" class="tocxref">10.3.1 Inline, non-replaced elements</a>
<li class="tocline3"><a href="visudet.html#inline-replaced-width" class="tocxref">10.3.2 Inline, replaced elements</a>
<li class="tocline3"><a href="visudet.html#blockwidth" class="tocxref">10.3.3 Block-level, non-replaced elements in normal flow</a>
<li class="tocline3"><a href="visudet.html#q7" class="tocxref">10.3.4 Block-level, replaced elements in normal flow</a>
<li class="tocline3"><a href="visudet.html#q8" class="tocxref">10.3.5 Floating, non-replaced elements</a>
<li class="tocline3"><a href="visudet.html#q9" class="tocxref">10.3.6 Floating, replaced elements</a>
<li class="tocline3"><a href="visudet.html#abs-non-replaced-width" class="tocxref">10.3.7 Absolutely positioned, non-replaced elements</a>
<li class="tocline3"><a href="visudet.html#abs-replaced-width" class="tocxref">10.3.8 Absolutely positioned, replaced elements</a>
<li class="tocline3"><a href="visudet.html#q12" class="tocxref">10.3.9 'Inline-block', non-replaced elements in normal flow</a>
<li class="tocline3"><a href="visudet.html#q13" class="tocxref">10.3.10 'Inline-block', replaced elements in normal flow</a>
</ul>
<li class="tocline2"><a href="visudet.html#min-max-widths" class="tocxref">10.4 Minimum and maximum widths: <span class="propinst-min-width">'min-width'</span> and <span class="propinst-max-width">'max-width'</span></a>
<li class="tocline2"><a href="visudet.html#the-height-property" class="tocxref">10.5 Content height: the <span class="propinst-height">'height'</span> property</a>
<li class="tocline2"><a href="visudet.html#Computing_heights_and_margins" class="tocxref">10.6 Calculating heights and margins</a>
<ul class="toc">
<li class="tocline3"><a href="visudet.html#inline-non-replaced" class="tocxref">10.6.1 Inline, non-replaced elements</a>
<li class="tocline3"><a href="visudet.html#inline-replaced-height" class="tocxref">10.6.2 Inline replaced elements, block-level replaced elements in normal flow, 'inline-block' replaced elements in normal flow and floating replaced elements</a>
<li class="tocline3"><a href="visudet.html#normal-block" class="tocxref">10.6.3 Block-level non-replaced elements in normal flow when 'overflow' computes to 'visible'</a>
<li class="tocline3"><a href="visudet.html#abs-non-replaced-height" class="tocxref">10.6.4 Absolutely positioned, non-replaced elements</a>
<li class="tocline3"><a href="visudet.html#abs-replaced-height" class="tocxref">10.6.5 Absolutely positioned, replaced elements</a>
<li class="tocline3"><a href="visudet.html#q22" class="tocxref">10.6.6 Block-level, non-replaced elements in normal flow when 'overflow' does not compute to 'visible'; 'inline-block', non-replaced elements; and floating, non-replaced elements</a>
<li class="tocline3"><a href="visudet.html#root-height" class="tocxref">10.6.7 'Auto' heights for block formatting context roots</a>
</ul>
<li class="tocline2"><a href="visudet.html#min-max-heights" class="tocxref">10.7 Minimum and maximum heights: <span class="propinst-min-height">'min-height'</span> and <span class="propinst-max-height">'max-height'</span></a>
<li class="tocline2"><a href="visudet.html#line-height" class="tocxref">10.8 Line height calculations: the <span class="propinst-line-height">'line-height'</span> and <span class="propinst-vertical-align">'vertical-align'</span> properties</a>
<ul class="toc">
<li class="tocline3"><a href="visudet.html#q26" class="tocxref">10.8.1 Leading and half-leading</a>
</ul>
</ul>
<li class="tocline1"><a href="visufx.html" class="tocxref">11 Visual effects</a>
<ul class="toc">
<li class="tocline2"><a href="visufx.html#overflow-clipping" class="tocxref">11.1 Overflow and clipping</a>
<ul class="toc">
<li class="tocline3"><a href="visufx.html#overflow" class="tocxref">11.1.1 Overflow: the <span class="propinst-overflow">'overflow'</span> property</a>
<li class="tocline3"><a href="visufx.html#clipping" class="tocxref">11.1.2 Clipping: the <span class="propinst-clip">'clip'</span> property</a>
</ul>
<li class="tocline2"><a href="visufx.html#visibility" class="tocxref">11.2 Visibility: the <span class="propinst-visibility">'visibility'</span> property</a>
</ul>
<li class="tocline1"><a href="generate.html" class="tocxref">12 Generated <span class="index-def" title="generated content">content</span>, automatic <span class="index-def" title="automatic numbering">numbering</span>, and lists</a>
<ul class="toc">
<li class="tocline2"><a href="generate.html#before-after-content" class="tocxref">12.1 The <span class="index-def" title=":before|pseudo-elements:::before|before">:before</span> and <span class="index-def" title=":after|pseudo-elements:::after|after">:after</span> pseudo-elements</a>
<li class="tocline2"><a href="generate.html#content" class="tocxref">12.2 The <span class="propinst-content">'content'</span> property</a>
<li class="tocline2"><a href="generate.html#quotes" class="tocxref">12.3 Quotation marks</a>
<ul class="toc">
<li class="tocline3"><a href="generate.html#quotes-specify" class="tocxref">12.3.1 Specifying quotes with the <span class="propinst-quotes">'quotes'</span> property</a>
<li class="tocline3"><a href="generate.html#quotes-insert" class="tocxref">12.3.2 Inserting quotes with the <span class="propinst-content">'content'</span> property</a>
</ul>
<li class="tocline2"><a href="generate.html#counters" class="tocxref">12.4 Automatic <span class="index-def" title="counters">counters</span> and numbering</a>
<ul class="toc">
<li class="tocline3"><a href="generate.html#scope" class="tocxref">12.4.1 Nested counters and scope</a>
<li class="tocline3"><a href="generate.html#counter-styles" class="tocxref">12.4.2 Counter styles</a>
<li class="tocline3"><a href="generate.html#q9" class="tocxref">12.4.3 Counters in elements with 'display: none'</a>
</ul>
<li class="tocline2"><a href="generate.html#q10" class="tocxref">12.5 Lists</a>
<ul class="toc">
<li class="tocline3"><a href="generate.html#lists" class="tocxref">12.5.1 Lists: the <span class="propinst-list-style-type">'list-style-type'</span>, <span class="propinst-list-style-image">'list-style-image'</span>, <span class="propinst-list-style-position">'list-style-position'</span>, and <span class="propinst-list-style">'list-style'</span> properties</a>
</ul>
</ul>
<li class="tocline1"><a href="page.html" class="tocxref">13 Paged media</a>
<ul class="toc">
<li class="tocline2"><a href="page.html#q1" class="tocxref">13.1 Introduction to paged media</a>
<li class="tocline2"><a href="page.html#page-box" class="tocxref">13.2 Page boxes: the @page rule</a>
<ul class="toc">
<li class="tocline3"><a href="page.html#page-margins" class="tocxref">13.2.1 Page margins</a>
<ul class="toc">
<li class="tocline4"><a href="page.html#q4" class="tocxref">13.2.1.1 Rendering page boxes that do not fit a target sheet</a>
<li class="tocline4"><a href="page.html#q5" class="tocxref">13.2.1.2 Positioning the page box on the sheet</a>
</ul>
<li class="tocline3"><a href="page.html#q6" class="tocxref">13.2.2 Page selectors: selecting left, right, and first pages</a>
<li class="tocline3"><a href="page.html#q7" class="tocxref">13.2.3 Content outside the page box</a>
</ul>
<li class="tocline2"><a href="page.html#page-breaks" class="tocxref">13.3 Page breaks</a>
<ul class="toc">
<li class="tocline3"><a href="page.html#page-break-props" class="tocxref">13.3.1 Page break properties: <span class="propinst-page-break-before">'page-break-before'</span>, <span class="propinst-page-break-after">'page-break-after'</span>, <span class="propinst-page-break-inside">'page-break-inside'</span></a>
<li class="tocline3"><a href="page.html#break-inside" class="tocxref">13.3.2 Breaks inside elements: <span class="propinst-orphans">'orphans'</span>, <span class="propinst-widows">'widows'</span></a>
<li class="tocline3"><a href="page.html#allowed-page-breaks" class="tocxref">13.3.3 Allowed page breaks</a>
<li class="tocline3"><a href="page.html#forced" class="tocxref">13.3.4 Forced page breaks</a>
<li class="tocline3"><a href="page.html#q13" class="tocxref">13.3.5 "Best" page breaks</a>
</ul>
<li class="tocline2"><a href="page.html#q14" class="tocxref">13.4 Cascading in the page context</a>
</ul>
<li class="tocline1"><a href="colors.html" class="tocxref">14 Colors and Backgrounds</a>
<ul class="toc">
<li class="tocline2"><a href="colors.html#colors" class="tocxref">14.1 Foreground color: the <span class="propinst-color">'color'</span> property</a>
<li class="tocline2"><a href="colors.html#q2" class="tocxref">14.2 The background</a>
<ul class="toc">
<li class="tocline3"><a href="colors.html#background-properties" class="tocxref">14.2.1 Background properties: <span class="propinst-background-color">'background-color'</span>, <span class="propinst-background-image">'background-image'</span>, <span class="propinst-background-repeat">'background-repeat'</span>, <span class="propinst-background-attachment">'background-attachment'</span>, <span class="propinst-background-position">'background-position'</span>, and <span class="propinst-background">'background'</span></a>
</ul>
<li class="tocline2"><a href="colors.html#gamma-correction" class="tocxref">14.3 Gamma correction</a>
</ul>
<li class="tocline1"><a href="fonts.html" class="tocxref">15 Fonts</a>
<ul class="toc">
<li class="tocline2"><a href="fonts.html#q1" class="tocxref">15.1 Introduction</a>
<li class="tocline2"><a href="fonts.html#algorithm" class="tocxref">15.2 Font matching algorithm</a>
<li class="tocline2"><a href="fonts.html#font-family-prop" class="tocxref">15.3 Font family: the <span class="propinst-font-family">'font-family'</span> property</a>
<li class="tocline2"><a href="fonts.html#font-styling" class="tocxref">15.4 Font styling: the <span class="propinst-font-style">'font-style'</span> property</a>
<li class="tocline2"><a href="fonts.html#small-caps" class="tocxref">15.5 Small-caps: the <span class="propinst-font-variant">'font-variant'</span> property</a>
<li class="tocline2"><a href="fonts.html#font-boldness" class="tocxref">15.6 Font boldness: the <span class="propinst-font-weight">'font-weight'</span> property</a>
<li class="tocline2"><a href="fonts.html#font-size-props" class="tocxref">15.7 Font size: the <span class="propinst-font-size">'font-size'</span> property</a>
<li class="tocline2"><a href="fonts.html#font-shorthand" class="tocxref">15.8 Shorthand font property: the <span class="propinst-font">'font'</span> property</a>
</ul>
<li class="tocline1"><a href="text.html" class="tocxref">16 Text</a>
<ul class="toc">
<li class="tocline2"><a href="text.html#indentation-prop" class="tocxref">16.1 Indentation: the <span class="propinst-text-indent">'text-indent'</span> property</a>
<li class="tocline2"><a href="text.html#alignment-prop" class="tocxref">16.2 Alignment: the <span class="propinst-text-align">'text-align'</span> property</a>
<li class="tocline2"><a href="text.html#q3" class="tocxref">16.3 Decoration</a>
<ul class="toc">
<li class="tocline3"><a href="text.html#lining-striking-props" class="tocxref">16.3.1 Underlining, overlining, striking, and blinking: the <span class="propinst-text-decoration">'text-decoration'</span> property</a>
</ul>
<li class="tocline2"><a href="text.html#spacing-props" class="tocxref">16.4 Letter and word spacing: the <span class="propinst-letter-spacing">'letter-spacing'</span> and <span class="propinst-word-spacing">'word-spacing'</span> properties</a>
<li class="tocline2"><a href="text.html#caps-prop" class="tocxref">16.5 Capitalization: the <span class="propinst-text-transform">'text-transform'</span> property</a>
<li class="tocline2"><a href="text.html#white-space-prop" class="tocxref">16.6 Whitespace: the <span class="propinst-white-space">'white-space'</span> property</a>
<ul class="toc">
<li class="tocline3"><a href="text.html#q8" class="tocxref">16.6.1 The 'white-space' processing model</a>
<li class="tocline3"><a href="text.html#q9" class="tocxref">16.6.2 Example of bidirectionality with white-space collapsing</a>
<li class="tocline3"><a href="text.html#q10" class="tocxref">16.6.3 Control and combining characters' details</a>
</ul>
</ul>
<li class="tocline1"><a href="tables.html" class="tocxref">17 Tables</a>
<ul class="toc">
<li class="tocline2"><a href="tables.html#q1" class="tocxref">17.1 Introduction to tables</a>
<li class="tocline2"><a href="tables.html#q2" class="tocxref">17.2 The CSS table model</a>
<ul class="toc">
<li class="tocline3"><a href="tables.html#anonymous-boxes" class="tocxref">17.2.1 Anonymous table objects</a>
</ul>
<li class="tocline2"><a href="tables.html#q4" class="tocxref">17.3 Columns</a>
<li class="tocline2"><a href="tables.html#q5" class="tocxref">17.4 Tables in the visual formatting model</a>
<ul class="toc">
<li class="tocline3"><a href="tables.html#q6" class="tocxref">17.4.1 Caption position and alignment</a>
</ul>
<li class="tocline2"><a href="tables.html#q7" class="tocxref">17.5 Visual layout of table contents</a>
<ul class="toc">
<li class="tocline3"><a href="tables.html#table-layers" class="tocxref">17.5.1 Table layers and transparency</a>
<li class="tocline3"><a href="tables.html#width-layout" class="tocxref">17.5.2 Table width algorithms: the <span class="propinst-table-layout">'table-layout'</span> property</a>
<ul class="toc">
<li class="tocline4"><a href="tables.html#fixed-table-layout" class="tocxref">17.5.2.1 Fixed table layout</a>
<li class="tocline4"><a href="tables.html#auto-table-layout" class="tocxref">17.5.2.2 Automatic table layout</a>
</ul>
<li class="tocline3"><a href="tables.html#height-layout" class="tocxref">17.5.3 Table height algorithms</a>
<li class="tocline3"><a href="tables.html#column-alignment" class="tocxref">17.5.4 Horizontal alignment in a column</a>
<li class="tocline3"><a href="tables.html#dynamic-effects" class="tocxref">17.5.5 Dynamic row and column effects</a>
</ul>
<li class="tocline2"><a href="tables.html#borders" class="tocxref">17.6 Borders</a>
<ul class="toc">
<li class="tocline3"><a href="tables.html#separated-borders" class="tocxref">17.6.1 The separated borders model</a>
<ul class="toc">
<li class="tocline4"><a href="tables.html#empty-cells" class="tocxref">17.6.1.1 Borders and Backgrounds around empty cells: the <span class="propinst-empty-cells">'empty-cells'</span> property</a>
</ul>
<li class="tocline3"><a href="tables.html#collapsing-borders" class="tocxref">17.6.2 The collapsing border model</a>
<ul class="toc">
<li class="tocline4"><a href="tables.html#border-conflict-resolution" class="tocxref">17.6.2.1 Border conflict resolution</a>
</ul>
<li class="tocline3"><a href="tables.html#q20" class="tocxref">17.6.3 Border styles</a>
</ul>
</ul>
<li class="tocline1"><a href="ui.html" class="tocxref">18 User interface</a>
<ul class="toc">
<li class="tocline2"><a href="ui.html#cursor-props" class="tocxref">18.1 Cursors: the <span class="propinst-cursor">'cursor'</span> property</a>
<li class="tocline2"><a href="ui.html#system-colors" class="tocxref">18.2 CSS2 System Colors</a>
<li class="tocline2"><a href="ui.html#system-fonts" class="tocxref">18.3 User preferences for fonts</a>
<li class="tocline2"><a href="ui.html#dynamic-outlines" class="tocxref">18.4 Dynamic outlines: the <span class="index-def" title="outline">'outline'</span> property</a>
<ul class="toc">
<li class="tocline3"><a href="ui.html#q5" class="tocxref">18.4.1 Outlines and the focus</a>
</ul>
<li class="tocline2"><a href="ui.html#q6" class="tocxref">18.5 Magnification</a>
</ul>
<li class="tocline1"><a href="aural.html" class="tocxref">Appendix A. Aural style sheets</a>
<ul class="toc">
<li class="tocline2"><a href="aural.html#aural-media-group" class="tocxref">A.1 The media types 'aural' and 'speech'</a>
<li class="tocline2"><a href="aural.html#q2" class="tocxref">A.2 Introduction to aural style sheets</a>
<ul class="toc">
<li class="tocline3"><a href="aural.html#q3" class="tocxref">A.2.1 Angles</a>
<li class="tocline3"><a href="aural.html#q4" class="tocxref">A.2.2 Times</a>
<li class="tocline3"><a href="aural.html#q5" class="tocxref">A.2.3 Frequencies</a>
</ul>
<li class="tocline2"><a href="aural.html#volume-props" class="tocxref">A.3 Volume properties: <span class="propinst-volume">'volume'</span></a>
<li class="tocline2"><a href="aural.html#speaking-props" class="tocxref">A.4 Speaking properties: <span class="propinst-speak">'speak'</span></a>
<li class="tocline2"><a href="aural.html#pause-props" class="tocxref">A.5 Pause properties: <span class="propinst-pause-before">'pause-before'</span>, <span class="propinst-pause-after">'pause-after'</span>, and <span class="propinst-pause">'pause'</span></a>
<li class="tocline2"><a href="aural.html#cue-props" class="tocxref">A.6 Cue properties: <span class="propinst-cue-before">'cue-before'</span>, <span class="propinst-cue-after">'cue-after'</span>, and <span class="propinst-cue">'cue'</span></a>
<li class="tocline2"><a href="aural.html#mixing-props" class="tocxref">A.7 Mixing properties: <span class="propinst-play-during">'play-during'</span></a>
<li class="tocline2"><a href="aural.html#spatial-props" class="tocxref">A.8 Spatial properties: <span class="propinst-azimuth">'azimuth'</span> and <span class="propinst-elevation">'elevation'</span></a>
<li class="tocline2"><a href="aural.html#voice-char-props" class="tocxref">A.9 Voice characteristic properties: <span class="propinst-speech-rate">'speech-rate'</span>, <span class="propinst-voice-family">'voice-family'</span>, <span class="propinst-pitch">'pitch'</span>, <span class="propinst-pitch-range">'pitch-range'</span>, <span class="propinst-stress">'stress'</span>, and <span class="propinst-richness">'richness'</span></a>
<li class="tocline2"><a href="aural.html#speech-props" class="tocxref">A.10 Speech properties: <span class="propinst-speak-punctuation">'speak-punctuation'</span> and <span class="propinst-speak-numeral">'speak-numeral'</span></a>
<li class="tocline2"><a href="aural.html#q14" class="tocxref">A.11 Audio rendering of tables</a>
<ul class="toc">
<li class="tocline3"><a href="aural.html#speak-headers" class="tocxref">A.11.1 Speaking headers: the <span class="propinst-speak-header">'speak-header'</span> property</a>
</ul>
<li class="tocline2"><a href="aural.html#sample" class="tocxref">A.12 Sample style sheet for HTML</a>
<li class="tocline2"><a href="aural.html#Emacspeak" class="tocxref">A.13 Emacspeak</a>
</ul>
<li class="tocline1"><a href="refs.html" class="tocxref">Appendix B. Bibliography</a>
<ul class="toc">
<li class="tocline2"><a href="refs.html#q1" class="tocxref">B.1 Normative references</a>
<li class="tocline2"><a href="refs.html#q2" class="tocxref">B.2 Informative references</a>
</ul>
<li class="tocline1"><a href="changes.html" class="tocxref">Appendix C. Changes</a>
<ul class="toc">
<li class="tocline2"><a href="changes.html#new" class="tocxref">C.1 Additional property values</a>
<ul class="toc">
<li class="tocline3"><a href="changes.html#q2" class="tocxref">C.1.1 Section 4.3.5 Colors</a>
<li class="tocline3"><a href="changes.html#q3" class="tocxref">C.1.2 Section 9.2.4 The 'display' property</a>
<li class="tocline3"><a href="changes.html#q4" class="tocxref">C.1.3 Section 12.2 The 'content' property</a>
<li class="tocline3"><a href="changes.html#q5" class="tocxref">C.1.4 Section 18.1 Cursors: the 'cursor' property</a>
<li class="tocline3"><a href="changes.html#q6" class="tocxref">C.1.5 Section 16.6 Whitespace: the 'white-space' property</a>
</ul>
<li class="tocline2"><a href="changes.html#changes" class="tocxref">C.2 Changes</a>
<ul class="toc">
<li class="tocline3"><a href="changes.html#q8" class="tocxref">C.2.1 Section 3.2 Conformance</a>
<li class="tocline3"><a href="changes.html#q9" class="tocxref">C.2.2 Section 6.1.2 Computed values</a>
<li class="tocline3"><a href="changes.html#q10" class="tocxref">C.2.3 Section 6.4.3 Calculating a selector's specificity</a>
<li class="tocline3"><a href="changes.html#q11" class="tocxref">C.2.4 Section 6.4.4 Precedence of non-CSS presentational hints</a>
<li class="tocline3"><a href="changes.html#q12" class="tocxref">C.2.5 Chapter 9 Visual formatting model</a>
<li class="tocline3"><a href="changes.html#q13" class="tocxref">C.2.6 Section 10.3.7 Absolutely positioned, non-replaced elements</a>
<li class="tocline3"><a href="changes.html#q14" class="tocxref">C.2.7 Section 10.6.4 Absolutely positioned, non-replaced elements</a>
<li class="tocline3"><a href="changes.html#q15" class="tocxref">C.2.8 Section 11.1.2 Clipping: the 'clip' property</a>
<li class="tocline3"><a href="changes.html#q16" class="tocxref">C.2.9 Section 14.2.1 Background properties</a>
<li class="tocline3"><a href="changes.html#q17" class="tocxref">C.2.10 17.4.1 Caption position and alignment</a>
<li class="tocline3"><a href="changes.html#q18" class="tocxref">C.2.11 17.5.4 Horizontal alignment in a column</a>
<li class="tocline3"><a href="changes.html#q19" class="tocxref">C.2.12 Section 17.6 Borders</a>
<li class="tocline3"><a href="changes.html#q20" class="tocxref">C.2.13 Chapter 12 Generated content, automatic numbering, and lists</a>
<li class="tocline3"><a href="changes.html#q21" class="tocxref">C.2.14 Chapter 13 Paged media</a>
<li class="tocline3"><a href="changes.html#q22" class="tocxref">C.2.15 Chapter 15 Fonts</a>
<li class="tocline3"><a href="changes.html#q23" class="tocxref">C.2.16 Chapter 16 Text</a>
<li class="tocline3"><a href="changes.html#q24" class="tocxref">C.2.17 Appendix A. Aural style sheets</a>
<li class="tocline3"><a href="changes.html#q25" class="tocxref">C.2.18 Other</a>
</ul>
<li class="tocline2"><a href="changes.html#known-errors" class="tocxref">C.3 Errors</a>
<ul class="toc">
<li class="tocline3"><a href="changes.html#q27" class="tocxref">C.3.1 Shorthand properties</a>
<li class="tocline3"><a href="changes.html#q28" class="tocxref">C.3.2 Section 4.1.1 (and G2)</a>
<li class="tocline3"><a href="changes.html#q29" class="tocxref">C.3.3 4.1.3 Characters and case</a>
<li class="tocline3"><a href="changes.html#q30" class="tocxref">C.3.4 Section 4.3 (Double sign problem)</a>
<li class="tocline3"><a href="changes.html#q31" class="tocxref">C.3.5 Section 4.3.2 Lengths</a>
<li class="tocline3"><a href="changes.html#q32" class="tocxref">C.3.6 Section 4.3.6</a>
<li class="tocline3"><a href="changes.html#q33" class="tocxref">C.3.7 5.10 Pseudo-elements and pseudo-classes</a>
<li class="tocline3"><a href="changes.html#q34" class="tocxref">C.3.8 8.2 Example of margins, padding, and borders</a>
<li class="tocline3"><a href="changes.html#q35" class="tocxref">C.3.9 Section 8.5.2 Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'</a>
<li class="tocline3"><a href="changes.html#q36" class="tocxref">C.3.10 Section 8.4 Padding properties</a>
<li class="tocline3"><a href="changes.html#q37" class="tocxref">C.3.11 8.5.3 Border style</a>
<li class="tocline3"><a href="changes.html#q38" class="tocxref">C.3.12 Section 8.5.4 Border shorthand properties: 'border-top', 'border-bottom', 'border-right', 'border-left', and 'border'</a>
<li class="tocline3"><a href="changes.html#q39" class="tocxref">C.3.13 8.5.4 Border shorthand properties: 'border-top', 'border-bottom', 'border-right', 'border-left', and 'border'</a>
<li class="tocline3"><a href="changes.html#q40" class="tocxref">C.3.14 Section 9.3.1</a>
<li class="tocline3"><a href="changes.html#q41" class="tocxref">C.3.15 Section 9.3.2</a>
<li class="tocline3"><a href="changes.html#q42" class="tocxref">C.3.16 Section 9.4.3</a>
<li class="tocline3"><a href="changes.html#q43" class="tocxref">C.3.17 Section 9.7 Relationships between 'display', 'position', and 'float'</a>
<li class="tocline3"><a href="changes.html#q44" class="tocxref">C.3.18 Section 10.3.2 Inline, replaced elements (and 10.3.4, 10.3.6, and 10.3.8)</a>
<li class="tocline3"><a href="changes.html#q45" class="tocxref">C.3.19 Section 10.3.3</a>
<li class="tocline3"><a href="changes.html#q46" class="tocxref">C.3.20 Section 10.6.2 Inline, replaced elements ... (and 10.6.5)</a>
<li class="tocline3"><a href="changes.html#q47" class="tocxref">C.3.21 Section 10.6.3</a>
<li class="tocline3"><a href="changes.html#q48" class="tocxref">C.3.22 Section 11.1.1</a>
<li class="tocline3"><a href="changes.html#q49" class="tocxref">C.3.23 11.2 Visibility: the 'visibility' property</a>
<li class="tocline3"><a href="changes.html#q50" class="tocxref">C.3.24 12.6.2 Lists</a>
<li class="tocline3"><a href="changes.html#q51" class="tocxref">C.3.25 Section 15.5</a>
<li class="tocline3"><a href="changes.html#q52" class="tocxref">C.3.26 Section 16.6 Whitespace: the 'white-space' property</a>
<li class="tocline3"><a href="changes.html#q53" class="tocxref">C.3.27 Section 17.2 The CSS table model</a>
<li class="tocline3"><a href="changes.html#q54" class="tocxref">C.3.28 17.2.1 Anonymous table objects </a>
<li class="tocline3"><a href="changes.html#q55" class="tocxref">C.3.29 17.5 Visual layout of table contents</a>
<li class="tocline3"><a href="changes.html#q56" class="tocxref">C.3.30 17.5 Visual layout of table contents</a>
<li class="tocline3"><a href="changes.html#q57" class="tocxref">C.3.31 Section 17.5.1 Table layers and transparency</a>
<li class="tocline3"><a href="changes.html#q58" class="tocxref">C.3.32 Section 17.6.1 The separated borders model</a>
<li class="tocline3"><a href="changes.html#q59" class="tocxref">C.3.33 Appendix D.2 Lexical scanner</a>
</ul>
<li class="tocline2"><a href="changes.html#clarifications" class="tocxref">C.4 Clarifications</a>
<ul class="toc">
<li class="tocline3"><a href="changes.html#q61" class="tocxref">C.4.1 2.2 A brief CSS2 tutorial for XML</a>
<li class="tocline3"><a href="changes.html#q62" class="tocxref">C.4.2 Section 4.1.1</a>
<li class="tocline3"><a href="changes.html#q63" class="tocxref">C.4.3 Section 5.5</a>
<li class="tocline3"><a href="changes.html#q64" class="tocxref">C.4.4 Section 5.9 ID selectors</a>
<li class="tocline3"><a href="changes.html#q65" class="tocxref">C.4.5 Section 5.12.1 The :first-line pseudo-element</a>
<li class="tocline3"><a href="changes.html#q66" class="tocxref">C.4.6 Section 6.2.1</a>
<li class="tocline3"><a href="changes.html#q67" class="tocxref">C.4.7 6.4 The Cascade </a>
<li class="tocline3"><a href="changes.html#q68" class="tocxref">C.4.8 Section 6.4.3 Calculating a selector's specificity</a>
<li class="tocline3"><a href="changes.html#q69" class="tocxref">C.4.9 Section 7.3 Recognized media types</a>
<li class="tocline3"><a href="changes.html#q70" class="tocxref">C.4.10 Section 8.1</a>
<li class="tocline3"><a href="changes.html#q71" class="tocxref">C.4.11 Section 8.3.1</a>
<li class="tocline3"><a href="changes.html#q72" class="tocxref">C.4.12 Section 9.4.2</a>
<li class="tocline3"><a href="changes.html#q73" class="tocxref">C.4.13 Section 9.4.3</a>
<li class="tocline3"><a href="changes.html#q74" class="tocxref">C.4.14 Section 9.10</a>
<li class="tocline3"><a href="changes.html#q75" class="tocxref">C.4.15 10.3.3 Block-level, non-replaced elements in normal flow</a>
<li class="tocline3"><a href="changes.html#q76" class="tocxref">C.4.16 Section 10.5 Content height: the 'height' property</a>
<li class="tocline3"><a href="changes.html#q77" class="tocxref">C.4.17 Section 10.8.1</a>
<li class="tocline3"><a href="changes.html#q78" class="tocxref">C.4.18 Section 11.1</a>
<li class="tocline3"><a href="changes.html#q79" class="tocxref">C.4.19 Section 11.1.1</a>
<li class="tocline3"><a href="changes.html#q80" class="tocxref">C.4.20 Section 11.1.2</a>
<li class="tocline3"><a href="changes.html#q81" class="tocxref">C.4.21 12.1 The :before and :after pseudo-elements</a>
<li class="tocline3"><a href="changes.html#q82" class="tocxref">C.4.22 Section 12.4.2 Inserting quotes with the 'content' property</a>
<li class="tocline3"><a href="changes.html#q83" class="tocxref">C.4.23 Lists 12.6.2</a>
<li class="tocline3"><a href="changes.html#q84" class="tocxref">C.4.24 14.2 The background</a>
<li class="tocline3"><a href="changes.html#q85" class="tocxref">C.4.25 14.2.1 Background properties</a>
<li class="tocline3"><a href="changes.html#q86" class="tocxref">C.4.26 Section 16.1</a>
<li class="tocline3"><a href="changes.html#q87" class="tocxref">C.4.27 16.2 Alignment: the 'text-align' property</a>
<li class="tocline3"><a href="changes.html#q88" class="tocxref">C.4.28 Section 17.5.1 Table layers and transparency</a>
<li class="tocline3"><a href="changes.html#q89" class="tocxref">C.4.29 Section 17.5.2 Table width algorithms</a>
<li class="tocline3"><a href="changes.html#q90" class="tocxref">C.4.30 17.6.1 The separated borders model</a>
<li class="tocline3"><a href="changes.html#q91" class="tocxref">C.4.31 Borders around empty cells: the 'empty-cells' property</a>
<li class="tocline3"><a href="changes.html#q92" class="tocxref">C.4.32 Section 17.6.2 The collapsing borders model</a>
<li class="tocline3"><a href="changes.html#q93" class="tocxref">C.4.33 Section 18.2</a>
<li class="tocline3"><a href="changes.html#q94" class="tocxref">C.4.34 Section A.3</a>
<li class="tocline3"><a href="changes.html#q95" class="tocxref">C.4.35 Appendix G.2 Lexical scanner</a>
<li class="tocline3"><a href="changes.html#q96" class="tocxref">C.4.36 Appendix E. References</a>
</ul>
</ul>
<li class="tocline1"><a href="sample.html" class="tocxref">Appendix D. Default style sheet for HTML 4.0</a>
<li class="tocline1"><a href="zindex.html" class="tocxref">Appendix E. Elaborate description of Stacking Contexts</a>
<ul class="toc">
<li class="tocline2"><a href="zindex.html#q1" class="tocxref">E.1 Definitions</a>
<li class="tocline2"><a href="zindex.html#q2" class="tocxref">E.2 Painting order</a>
<li class="tocline2"><a href="zindex.html#q3" class="tocxref">E.3 Notes</a>
</ul>
<li class="tocline1"><a href="propidx.html" class="tocxref">Appendix F. Full property table</a>
<li class="tocline1"><a href="grammar.html" class="tocxref">Appendix G. Grammar of CSS&nbsp;2.1</a>
<ul class="toc">
<li class="tocline2"><a href="grammar.html#q1" class="tocxref">G.1 Grammar</a>
<li class="tocline2"><a href="grammar.html#q2" class="tocxref">G.2 Lexical scanner</a>
<li class="tocline2"><a href="grammar.html#tokenizer-diffs" class="tocxref">G.3 Comparison of tokenization in CSS&nbsp;2.1 and CSS1</a>
</ul>
<li class="tocline1"><a href="indexlist.html" class="tocxref">Appendix I. Index</a>
</ul>
</div>
<hr class="navbar">
<div class="navbar">
<p><a href="about.html">next</a> &nbsp;
<a href="cover.html#minitoc">contents</a> &nbsp;
<a href="propidx.html">properties</a> &nbsp;
<a href="indexlist.html">index</a> &nbsp;
</div>
</body>
</html>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-declaration:"~/SGML/HTML4.dcl"
sgml-default-doctype-name:"html"
sgml-minimize-attributes:t
sgml-nofill-elements:("pre" "style" "br")
sgml-live-element-indicator:t
End:
-->