Skip to content

Commit 5d0d512

Browse files
committed
[css-writing-modes] DoC issue 2, 3: make the block caption side property logical
1 parent dda557f commit 5d0d512

3 files changed

Lines changed: 501 additions & 39 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -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&nbsp;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

css-writing-modes/issues-cr-2014.bs-issues

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Summary: Rename 'caption-side: start/end-outside keywords to block-start/end-ou
1616
From: MURAKAMI Shinyu
1717
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0359.html
1818
Comment: https://lists.w3.org/Archives/Public/www-style/2015Aug/0294.html
19-
Open: =WG= to decide
19+
Closed: OutOfScope
2020
----
2121
Issue 3.
2222
Summary: Treat 'caption-side: bottom' as 'caption-side: block-end'
@@ -27,7 +27,7 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2015Aug/0068.html
2727
Response: https://lists.w3.org/Archives/Public/www-style/2015Aug/0069.html
2828
Response: https://lists.w3.org/Archives/Public/www-style/2015Aug/0254.html
2929
Comment: https://lists.w3.org/Archives/Public/www-style/2015Aug/0293.html
30-
Open: =WG= to decide
30+
Closed: OutOfScope
3131
----
3232
Issue 4.
3333
Summary: Clarify meaning of 'direction' in vertical text

0 commit comments

Comments
 (0)