Skip to content

Commit fd57ff0

Browse files
[css-multicol-2] Update columns definition w3c/csswg-drafts@4734011
1 parent 1f89e7f commit fd57ff0

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

css-multicol-ja.html

+18-9
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@
223223
●●options
224224

225225
spec_title:CSS Multi-column Layout Module Level 2
226-
spec_date:2025-04-03
227-
trans_update:2025-04-04
226+
spec_date:2025-04-04
227+
trans_update:2025-04-06
228228
source_checked:250220
229229
page_state_key:CSS
230230
original_url:https://drafts.csswg.org/css-multicol-2/
@@ -651,6 +651,8 @@
651651
次のうちどちらが:what options
652652
生じ得る:may end up
653653
まだ討論中:issue relating to still open due to debate as to
654+
どう含めるか:with the inclusion of
655+
解決-済みでない:unresolved
654656

655657
●未分類
656658
増やさ:increaseさ:~
@@ -2544,7 +2546,7 @@ <h2 title="The multi-column model">3. 複-~colの~model</h2>
25442546

25452547
</section>
25462548
<section id="the-number-and-width-of-columns">
2547-
<h2 title="The number and width of columns">4. ~colの本数と幅</h2>
2549+
<h2 title="The number and size of columns">4. ~colの本数と~size</h2>
25482550

25492551
<p>
25502552
複-~col内容を~lay-outするときには、
@@ -3031,11 +3033,11 @@ <h3 title="The overflow direction in continuous media: the column-wrap property"
30313033

30323034
</section>
30333035
<section id="columns">
3034-
<h3 title="The column-width, column-count, column-height, and column-wrap Shorthand: The columns Property">4.5. `column-width^p, `column-count^p, `column-height^p, `column-wrap^p 用の略式: `columns^p ~prop</h3>
3036+
<h3 title="The column-width, column-count, and column-height Shorthand: The columns Property">4.5. `column-width^p, `column-count^p, `column-height^p 用の略式: `columns^p ~prop</h3>
30353037

30363038
<div>
30373039
◎名 `columns@p
3038-
◎値 `column-width$tp || `column-count$tp || `column-height$tp || `column-wrap$tp
3040+
◎値 `column-width$tp || `column-count$tp / `column-height$tp?
30393041
◎初 個々の~propを見よ
30403042
◎適 個々の~propを見よ
30413043
◎継 個々の~propを見よ
@@ -3058,12 +3060,12 @@ <h3 title="The column-width, column-count, column-height, and column-wrap Shorth
30583060

30593061
<p>
30603062
これは、[
3061-
`column-width$p, `column-count$p, `column-height$p, `column-wrap$p
3063+
`column-width$p, `column-count$p, `column-height$p
30623064
]を設定するための略式~propである。
30633065
省略された値は、
30643066
各自の`初期~値$に設定される。
30653067
3066-
This is a shorthand property for setting column-width, column-count, column-height, and column-wrap. Omitted values are set to their initial values.
3068+
This is a shorthand property for setting column-width, column-count, and column-height. Omitted values are set to their initial values.
30673069
</p>
30683070

30693071
<div class="example">
@@ -3080,11 +3082,18 @@ <h3 title="The column-width, column-count, column-height, and column-wrap Shorth
30803082
columns: 2 auto; /* column-width: auto; column-count: 2 */
30813083
columns: auto; /* column-width: auto; column-count: auto */
30823084
columns: auto auto; /* column-width: auto; column-count: auto */
3083-
columns: 12em 14em; /* column-width: 12em; column-height: 14em; */
3084-
columns: 12em 14em wrap; /* column-width: 12em; column-height: 14em; column-wrap: wrap; */
3085+
columns: 12em / 14em; /* column-width: 12em; column-height: 14em; */
30853086
</pre>
30863087
</div>
30873088

3089+
<p class="issue">
3090+
`columns$p 略式の構文に `column-height$p をどう含めるかは、
3091+
まだ解決-済みでない。
3092+
[`12050$issue]
3093+
3094+
The syntax of the columns shorthand, with the inclusion of column-height, is still unresolved. [Issue #12050]
3095+
</p>
3096+
30883097
</section>
30893098
<section id="pseudo-algorithm">
30903099
<h3 title="The Pseudo-algorithm">4.6. ~col数と~col幅の使用~値の計算法</h3>

0 commit comments

Comments
 (0)