Skip to content

Commit 44a433b

Browse files
スタイル編集( CSS プロパティ定義表
複数個のプロパティ名を複数行で呈示
1 parent 10ff7b7 commit 44a433b

21 files changed

Lines changed: 115 additions & 92 deletions

common.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,9 @@ table.propdef {
544544
--table-bg-color: light-dark( oklch(0.96 0.03 240), oklch(0.29 0.07 240) );
545545
--table-border-color: light-dark( oklch(0.82 0.08 240), oklch(0.57 0.10 240) );
546546
--table-rule-color: light-dark( oklch(0.88 0.05 240), oklch(0.46 0.08 240) );
547+
> tbody > tr:first-child > td {
548+
white-space: pre-line;
549+
}
547550
}
548551

549552
/* css descriptor 定義表 */

css-align-ja.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5692,8 +5692,8 @@ <h2 title="Gaps Between Boxes">8. ~box間の~gap</h2>
56925692
<h3 title="Row and Column Gutters: the row-gap and column-gap properties">8.1. ~row/~colの側溝:`row-gap^p / `column-gap^p ~prop</h3>
56935693

56945694
<div>
5695-
◎名 `row-gap@p, `column-gap@p
5696-
<!-- `row-gap@p -->
5695+
◎名 `row-gap@p,
5696+
`column-gap@p<!-- `row-gap@p -->
56975697
◎値 `normal^v | `length-percentage [0,∞]$t | `line-width$t
56985698
◎初 `normal^v
56995699
◎適 `複-~col容器$/`~flex容器$/`格子~容器$

css-anchor-position-ja.html

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2981,7 +2981,10 @@ <h3 title="Anchor-relative Insets: the anchor() function">3.2. ~anchorに相対
29812981
</p>
29822982

29832983
<div>
2984-
◎名 `top$p, `left$p, `right$p, `bottom$p
2984+
◎名 `top$p,
2985+
`left$p,
2986+
`right$p,
2987+
`bottom$p
29852988
◎新値 `anchor()$t
29862989
◎表終
29872990
@@ -3850,7 +3853,10 @@ <h3 title="Area-specific Default Alignment">4.1. 位置~区画に特有な既定
38503853
<h3 title="Centering on the Anchor: the anchor-center alignment value">4.2. ~anchor上での中央~寄せ: `anchor-center^v 整列~値</h3>
38513854

38523855
<div id="_propdef-for-anchor-center">
3853-
◎名 `justify-self$p, `align-self$p, `justify-items$p, `align-items$p
3856+
◎名 `justify-self$p,
3857+
`align-self$p,
3858+
`justify-items$p,
3859+
`align-items$p
38543860
◎新値 `anchor-center$vS
38553861
◎表終
38563862
@@ -3983,7 +3989,20 @@ <h3 title="The anchor-size() Function">5.1. `anchor-size^f 関数</h3>
39833989
</pre>
39843990

39853991
<div>
3986-
◎名 `width$p, `height$p, `min-width$p, `min-height$p, `max-width$p, `max-height$p, `top$p, `left$p, `right$p, `bottom$p, `margin-top$p, `margin-left$p, `margin-right$p, `margin-bottom$p
3992+
◎名 `width$p,
3993+
`height$p,
3994+
`min-width$p,
3995+
`min-height$p,
3996+
`max-width$p,
3997+
`max-height$p,
3998+
`top$p,
3999+
`left$p,
4000+
`right$p,
4001+
`bottom$p,
4002+
`margin-top$p,
4003+
`margin-left$p,
4004+
`margin-right$p,
4005+
`margin-bottom$p
39874006
◎新値 `anchor-size()$t
39884007
◎表終
39894008

css-backgrounds-ja.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
<link rel="stylesheet" href="common.css" type="text/css">
55
<link rel="stylesheet" href="common-css.css" type="text/css">
66

7-
<style>
8-
table.propdef > tbody > tr:first-child > td {
9-
white-space: pre-line;
10-
}
11-
</style>
12-
137
<script src="common0.js" ></script>
148
<script src="common1.js" async></script>
159

css-borders-ja.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
<style>
88

9-
table.propdef > tbody > tr:first-child > td {
10-
white-space: pre-line;
11-
}
12-
139
.swatch{
1410
display: inline-block;
1511
width: 1em;

css-box-ja.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,8 +1170,7 @@ <h2 title="Margins">3. ~margin</h2>
11701170
<h3 title="Page-relative (Physical) Margin Properties: the margin-top, margin-right, margin-bottom, and margin-left properties">3.1. ~pageに相対的な(物理的)~margin~prop: `margin-top^p, `margin-right^p, `margin-bottom^p, `margin-left^p ~prop</h3>
11711171

11721172
<div>
1173-
◎名
1174-
`margin-top@p,
1173+
◎名 `margin-top@p,
11751174
`margin-right@p,
11761175
`margin-bottom@p,
11771176
`margin-left@p
@@ -1617,8 +1616,7 @@ <h2 title="Padding">4. ~padding</h2>
16171616
<h3 title="Page-relative (Physical) Padding Properties: the padding-top, padding-right, padding-bottom, and padding-left properties">4.1. ~pageに相対的な(物理的な)~padding~prop: `padding-top^p, `padding-right^p, `padding-bottom^p, `padding-left^p ~prop</h3>
16181617

16191618
<div>
1620-
◎名
1621-
`padding-top@p,
1619+
◎名 `padding-top@p,
16221620
`padding-right@p,
16231621
`padding-bottom@p,
16241622
`padding-left@p

css-break-ja.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,8 @@ <h2 title="Controlling Breaks">3. 分断の制御-法</h2>
12661266
<h3 title="Breaks Between Boxes: the break-before and break-after properties">3.1. ~box間の分断: `break-before^p, `break-after^p ~prop</h3>
12671267

12681268
<div>
1269-
◎名 `break-before@p, `break-after@p
1269+
◎名 `break-before@p,
1270+
`break-after@p
12701271
◎値
12711272
`auto$v | `avoid$v
12721273
| `always$v | `all$v

css-common-ja.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
<link rel="stylesheet" href="common.css" type="text/css">
55
<link rel="stylesheet" href="common-css.css" type="text/css">
6+
<style>
7+
table.propdef > tbody > tr:first-child > td {
8+
white-space: normal;
9+
}
10+
</style>
611

712
<script src="common0.js"></script>
813
<script src="common1.js" async></script>

css-grid-ja.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4429,7 +4429,8 @@ <h3 title="The Explicit Grid">7.1. 明示的な格子</h3>
44294429
<h3 title="Explicit Track Sizing: the grid-template-rows and grid-template-columns properties">7.2. 明示的な筋の~sizing: `grid-template-rows^p, `grid-template-columns^p ~prop</h3>
44304430

44314431
<div>
4432-
◎名 `grid-template-columns@p, `grid-template-rows@p
4432+
◎名 `grid-template-columns@p,
4433+
`grid-template-rows@p
44334434
◎値 `none$vt | `track-list$t | `auto-track-list$t | `subgrid$vt `line-name-list$t?
44344435
◎初 `none$vt
44354436
◎適 `格子~容器$
@@ -6381,7 +6382,8 @@ <h3 title="The Implicit Grid">7.5. 暗黙的な格子</h3>
63816382
<h3 title="Implicit Track Sizing: the grid-auto-rows and grid-auto-columns properties">7.6. 暗黙的な筋の~sizing: `grid-auto-rows^p / `grid-auto-columns^p ~prop</h3>
63826383

63836384
<div>
6384-
◎名 `grid-auto-columns@p, `grid-auto-rows@p
6385+
◎名 `grid-auto-columns@p,
6386+
`grid-auto-rows@p
63856387
◎値 `track-size$t+
63866388
◎初 `auto^v
63876389
◎適 `格子~容器$
@@ -7366,7 +7368,10 @@ <h3 title="Grid Item Placement vs. Source Order">8.2. 格子~駒の配置 vs. ~s
73667368
<h3 title="Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties">8.3. 罫に基づく配置: `grid-row-start^p, `grid-column-start^p, `grid-row-end^p, `grid-column-end^p ~prop</h3>
73677369

73687370
<div>
7369-
◎名 `grid-row-start@p, `grid-column-start@p, `grid-row-end@p, `grid-column-end@p
7371+
◎名 `grid-row-start@p,
7372+
`grid-column-start@p,
7373+
`grid-row-end@p,
7374+
`grid-column-end@p
73707375
◎値
73717376
`grid-line$t
73727377
◎初 `~autoP$v
@@ -7795,7 +7800,8 @@ <h4 title="Grid Placement Conflict Handling">8.3.1. 格子~配置における競
77957800
<h3 title="Placement Shorthands: the grid-column, grid-row, and grid-area properties">8.4. 配置: `grid-column^p, `grid-row^p, `grid-area^p 略式~prop</h3>
77967801

77977802
<div>
7798-
◎名 `grid-row@p, `grid-column@p
7803+
◎名 `grid-row@p,
7804+
`grid-column@p
77997805
◎値 `grid-line$t [ / `grid-line$t ]?
78007806
◎初 `auto^v
78017807
◎適 `格子~駒$/`絶対的に位置され$た~boxのうち その`包含塊$は`格子~容器$であるもの

css-lists-ja.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2553,7 +2553,8 @@ <h3 title="Creating Counters: the counter-reset property">4.1. ~counterの作成
25532553
<h3 title="Manipulating Counter Values: the counter-increment and counter-set properties">4.2. ~counter値の操作-法: `counter-increment^p, `counter-set^p ~prop</h3>
25542554

25552555
<div>
2556-
◎名 `counter-increment@p, `counter-set@p
2556+
◎名 `counter-increment@p,
2557+
`counter-set@p
25572558
◎値 [ `counter-name$t `integer$t? ]+ | `none$v
25582559
◎算
25592560
~keyword `none^v /~list

0 commit comments

Comments
 (0)