@@ -2185,6 +2185,7 @@ Flow-Relative Mappings</h3>
21852185 <li> For tables, the ordering of columns begins on the <i> inline-start</i>
21862186 side of the table, and the ordering of rows begins on the
21872187 <i> block-start</i> side of the table.
2188+ <li> The 'caption-side' property [[!CSS21]]
21882189 </ul>
21892190
21902191<h3 id="line-mappings">
@@ -2249,43 +2250,6 @@ Purely Physical Mappings</h3>
22492250 <li> the offsets of the 'box-shadow' and 'text-shadow' properties
22502251 </ul>
22512252
2252- <h3 id="caption-side">
2253- Table Caption Mappings: the 'caption-side' keywords</h3>
2254-
2255- <pre class='propdef'>
2256- Name : caption-side
2257- New values : block-start | block-end
2258- </pre>
2259-
2260- <p> This module introduces two new values to the 'caption-side' property:
2261- <dfn value for='caption-side'>block-start</dfn> and <dfn value for='caption-side'>block-end</dfn> ,
2262- which position the caption before and after the table box, respectively.
2263- For tables with ''horizontal-tb'' writing mode,
2264- they are equivalent to the existing ''caption-side/top'' and ''caption-side/bottom'' values, respectively. [[!CSS21]]
2265-
2266- <p class='note'> For implementations that support the ''top-outside''
2267- and ''bottom-outside'' model, corresponding ''start-outside'' and
2268- ''end-outside'' are similarly introduced.
2269-
2270- <p> Implementations that support the ''caption-side/top'' and ''caption-side/bottom'' values
2271- of the 'caption-side' property but do not support side captions
2272- (i.e. ''caption-side/left'' and ''captionright'' captions in horizontal writing modes)
2273- must treat both ''caption-side/top'' and ''captionbottom'' as <a value>block-start</a> ,
2274- when the table is in a vertical writing mode.
2275-
2276- <p> For implementations that do support side captions
2277- (i.e. the ''caption-side/left'' and ''caption-side/right'' values from the obsolete CSS 2.0 specification [[CSS2]] ),
2278- this module also introduces the inline-start and inline-end values,
2279- which behave similarly and which position the
2280- caption on the <i> inline-start</i> and <i> inline-end</i> sides of the table box,
2281- calculated with respect to the writing mode of the table box.
2282- For such implementations, the ''caption-side/top'' and ''caption-side/bottom'' values must place the
2283- caption on the top and bottom sides of the table box, respectively.
2284-
2285- <p class="note"> The CSS2.0 side caption model had some
2286- <a href="http://lists.w3.org/Archives/Public/www-style/2002Dec/0142.html">problems</a>
2287- and will likely have a different definition in CSS3.</p>
2288-
22892253<!--
22902254<h3 id="html-attributes">HTML Attributes</h3>
22912255
0 commit comments