223
223
●●options
224
224
225
225
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
228
228
source_checked:250220
229
229
page_state_key:CSS
230
230
original_url:https://drafts.csswg.org/css-multicol-2/
651
651
次のうちどちらが:what 〜 options
652
652
生じ得る:may end up
653
653
まだ討論中:issue relating to 〜 still open due to debate as to
654
+ どう含めるか:with the inclusion of
655
+ 解決 - 済みでない :unresolved
654
656
655
657
●未分類
656
658
増やさ:increaseさ:~
@@ -2544,7 +2546,7 @@ <h2 title="The multi-column model">3. 複-~colの~model</h2>
2544
2546
2545
2547
</ section >
2546
2548
< 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 >
2548
2550
2549
2551
< p >
2550
2552
複-~col内容を~lay-outするときには、
@@ -3031,11 +3033,11 @@ <h3 title="The overflow direction in continuous media: the column-wrap property"
3031
3033
3032
3034
</ section >
3033
3035
< 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 >
3035
3037
3036
3038
< div >
3037
3039
◎名 `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?
3039
3041
◎初 個々の~propを見よ
3040
3042
◎適 個々の~propを見よ
3041
3043
◎継 個々の~propを見よ
@@ -3058,12 +3060,12 @@ <h3 title="The column-width, column-count, column-height, and column-wrap Shorth
3058
3060
3059
3061
< p >
3060
3062
これは、[
3061
- `column-width$p, `column-count$p, `column-height$p, `column-wrap$p
3063
+ `column-width$p, `column-count$p, `column-height$p
3062
3064
]を設定するための略式~propである。
3063
3065
省略された値は、
3064
3066
各自の`初期~値$に設定される。
3065
3067
◎
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.
3067
3069
</ p >
3068
3070
3069
3071
< div class ="example ">
@@ -3080,11 +3082,18 @@ <h3 title="The column-width, column-count, column-height, and column-wrap Shorth
3080
3082
columns: 2 auto; /* column-width: auto; column-count: 2 */
3081
3083
columns: auto; /* column-width: auto; column-count: auto */
3082
3084
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; */
3085
3086
</ pre >
3086
3087
</ div >
3087
3088
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
+
3088
3097
</ section >
3089
3098
< section id ="pseudo-algorithm ">
3090
3099
< h3 title ="The Pseudo-algorithm "> 4.6. ~col数と~col幅の使用~値の計算法</ h3 >
0 commit comments