|
10 | 10 | rel=dcterms.rights>
|
11 | 11 | <meta content="CSS Writing Modes Module Level 3" name=dcterms.title>
|
12 | 12 | <meta content=text name=dcterms.type>
|
13 |
| - <meta content=2013-05-09 name=dcterms.date> |
| 13 | + <meta content=2013-05-13 name=dcterms.date> |
14 | 14 | <meta content="Elika J. Etemad" name=dcterms.creator>
|
15 | 15 | <meta content="Koji Ishii" name=dcterms.creator>
|
16 | 16 | <meta content=W3C name=dcterms.publisher>
|
|
43 | 43 |
|
44 | 44 | <h1>CSS Writing Modes Module Level 3</h1>
|
45 | 45 |
|
46 |
| - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 May 2013</h2> |
| 46 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 May 2013</h2> |
47 | 47 |
|
48 | 48 | <dl>
|
49 | 49 | <dt>This version:
|
50 | 50 |
|
51 | 51 | <dd><a
|
52 | 52 | href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
|
53 | 53 | <!--
|
54 |
| - <dd><a href="http://www.w3.org/TR/2013/WD-css3-writing-modes-20130509/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
| 54 | + <dd><a href="http://www.w3.org/TR/2013/WD-css3-writing-modes-20130513/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
55 | 55 | -->
|
56 | 56 |
|
57 | 57 | <dt>Latest version:
|
@@ -3027,13 +3027,13 @@ <h3 id=caption-side><span class=secno>7.7. </span> Table Caption Mappings:
|
3027 | 3027 | <tr>
|
3028 | 3028 | <th>New Values:
|
3029 | 3029 |
|
3030 |
| - <td>‘<code class=css>before</code>’ | ‘<code |
3031 |
| - class=css>after</code>’ |
| 3030 | + <td>‘<a href="#start"><code class=css>start</code></a>’ | ‘<a |
| 3031 | + href="#end"><code class=css>end</code></a>’ |
3032 | 3032 |
|
3033 | 3033 | <tr>
|
3034 | 3034 | <th>Initial:
|
3035 | 3035 |
|
3036 |
| - <td>before |
| 3036 | + <td>start |
3037 | 3037 |
|
3038 | 3038 | <tr>
|
3039 | 3039 | <th>Applies to:
|
@@ -3061,42 +3061,38 @@ <h3 id=caption-side><span class=secno>7.7. </span> Table Caption Mappings:
|
3061 | 3061 | <td>specified value
|
3062 | 3062 | </table>
|
3063 | 3063 |
|
3064 |
| - <p class=issue> How should this work with the new directional terms? Do we |
3065 |
| - switch before/after to start/end, or stick with before/after since they're |
3066 |
| - more ordering than positioning...? |
3067 |
| - |
3068 | 3064 | <p>This module introduces two new values to the ‘<code
|
3069 |
| - class=property>caption-side</code>’ property: ‘<code |
3070 |
| - class=css>before</code>’ and ‘<code class=css>after</code>’, which |
3071 |
| - position the caption before and after the table box, respectively. For |
3072 |
| - tables with ‘<a href="#horizontal-tb"><code |
3073 |
| - class=css>horizontal-tb</code></a>’ writing mode, they are equivalent to |
3074 |
| - the existing ‘<code class=css>top</code>’ and ‘<code |
3075 |
| - class=css>bottom</code>’ values, respectively. <a href="#CSS21" |
3076 |
| - rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> |
| 3065 | + class=property>caption-side</code>’ property: ‘<a href="#start"><code |
| 3066 | + class=css>start</code></a>’ and ‘<a href="#end"><code |
| 3067 | + class=css>end</code></a>’, which position the caption before and after |
| 3068 | + the table box, respectively. For tables with ‘<a |
| 3069 | + href="#horizontal-tb"><code class=css>horizontal-tb</code></a>’ writing |
| 3070 | + mode, they are equivalent to the existing ‘<code class=css>top</code>’ |
| 3071 | + and ‘<code class=css>bottom</code>’ values, respectively. <a |
| 3072 | + href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> |
3077 | 3073 |
|
3078 | 3074 | <p class=note>For implementations that support the ‘<code
|
3079 | 3075 | class=property>top-outside</code>’ and ‘<code
|
3080 | 3076 | class=property>bottom-outside</code>’ model, corresponding ‘<code
|
3081 |
| - class=property>before-outside</code>’ and ‘<code |
3082 |
| - class=property>after-outside</code>’ will be similarly introduced. |
| 3077 | + class=property>start-outside</code>’ and ‘<code |
| 3078 | + class=property>end-outside</code>’ will be similarly introduced. |
3083 | 3079 |
|
3084 | 3080 | <p>Implementations that support the ‘<code class=css>top</code>’ and
|
3085 | 3081 | ‘<code class=css>bottom</code>’ values of the ‘<code
|
3086 | 3082 | class=property>caption-side</code>’ property but do not support side
|
3087 | 3083 | captions (i.e. ‘<code class=css>left</code>’ and ‘<code
|
3088 | 3084 | class=css>right</code>’ captions in horizontal writing modes) must treat
|
3089 | 3085 | ‘<code class=css>top</code>’ and ‘<code class=css>bottom</code>’
|
3090 |
| - as ‘<code class=css>before</code>’, when the table is in a vertical |
3091 |
| - writing mode. |
| 3086 | + as ‘<a href="#start"><code class=css>start</code></a>’, when the table |
| 3087 | + is in a vertical writing mode. |
3092 | 3088 |
|
3093 | 3089 | <p>For implementations that do support side captions (i.e. the ‘<code
|
3094 | 3090 | class=css>left</code>’ and ‘<code class=css>right</code>’ values
|
3095 | 3091 | from the obsolete CSS 2.0 specification <a href="#CSS2"
|
3096 | 3092 | rel=biblioentry>[CSS2]<!--{{CSS2}}--></a>), this module also introduces
|
3097 |
| - the ‘<a href="#start"><code class=css>start</code></a>’ and ‘<a |
3098 |
| - href="#end"><code class=css>end</code></a>’ values, which behave |
3099 |
| - similarly and which position the caption on the <a |
| 3093 | + the ‘<a href="#inline-start"><code class=css>inline-start</code></a>’ |
| 3094 | + and ‘<a href="#inline-end"><code class=css>inline-end</code></a>’ |
| 3095 | + values, which behave similarly and which position the caption on the <a |
3100 | 3096 | href="#inline-start"><i>inline-start</i></a> and <a
|
3101 | 3097 | href="#inline-end"><i>inline-end</i></a> sides of the table box,
|
3102 | 3098 | calculated with respect to the writing mode of the table element. For such
|
|
0 commit comments