Skip to content

Commit 716124f

Browse files
[css-align-3][css-text-decor-4] Add <line-width> to appropriate properties. w3c/csswg-drafts@05005de
1 parent a12cc83 commit 716124f

2 files changed

Lines changed: 23 additions & 14 deletions

File tree

css-align-ja.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@
289289
●●options
290290

291291
spec_title:CSS Box Alignment Module Level 3
292-
spec_date:2026-01-30
293-
trans_update:2026-02-01
292+
spec_date:2026-03-04
293+
trans_update:2026-03-06
294294
source_checked:241219
295295
page_state_key:CSS
296296
original_url:https://drafts.csswg.org/css-align-3/
@@ -417,6 +417,7 @@
417417
t.self-position:#typedef-self-position
418418

419419
t.length-percentage:~CSSVAL#typedef-length-percentage
420+
t.line-width:~CSSBORDER#typedef-line-width
420421

421422
●v
422423
v.first baseline:#valdef-justify-self-first-baseline
@@ -1068,6 +1069,8 @@
10681069

10691070
[CSS-ANCHOR-POSITION-1]
10701071
Tab Atkins Jr.; Elika Etemad; Ian Kilpatrick. <CSS Anchor Positioning Module Level 1>. URL: https://drafts.csswg.org/css-anchor-position-1/
1072+
[CSS-BACKGROUNDS-3]
1073+
Elika Etemad; Brad Kemper. <CSS Backgrounds and Borders Module Level 3>. URL: https://drafts.csswg.org/css-backgrounds/
10711074
[CSS-BOX-4]
10721075
Elika Etemad. <CSS Box Model Module Level 4>. URL: https://drafts.csswg.org/css-box-4/
10731076
[CSS-BREAK-4]
@@ -5692,18 +5695,18 @@ <h3 title="Row and Column Gutters: the row-gap and column-gap properties">8.1. ~
56925695
<div>
56935696
◎名 `row-gap@p, `column-gap@p
56945697
<!-- `row-gap@p -->
5695-
◎値 `normal^v | `length-percentage [0,∞]$t
5698+
◎値 `normal^v | `length-percentage [0,∞]$t | `line-width$t
56965699
◎初 `normal^v
56975700
◎適 `複-~col容器$/`~flex容器$/`格子~容器$
56985701
◎継 されない
56995702
◎百 <a href="#gap-percent">§ `gap^p ~propにおける百分率</a>を見よ
5700-
◎算 指定された~keyword/`length-percentage$t の算出d値
5703+
◎算 指定された~keyword/ `length-percentage$t の算出d値
57015704
◎順 文法に従う
57025705
◎ア 算出d値の型による
57035706
◎表終
57045707
57055708
Name: row-gap, column-gap
5706-
Value: normal | &lt;length-percentage [0,∞]&gt;
5709+
Value: normal | &lt;length-percentage [0,∞]&gt; | &lt;line-width&gt;
57075710
Initial: normal
57085711
Applies to: multi-column containers, flex containers, grid containers
57095712
Inherited: no
@@ -5743,6 +5746,7 @@ <h3 title="Row and Column Gutters: the row-gap and column-gap properties">8.1. ~
57435746
</p>
57445747
<dl>
57455748
<dt>`length-percentage [0,∞]$t</dt>
5749+
<dt>`line-width$t</dt>
57465750
<dd>
57475751
57485752
“~row” どうし/ “~col” どうし

css-text-decor-ja.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@
222222
●●options
223223

224224
spec_title:CSS Text Decoration Module Level 4
225-
spec_date:2025-11-11
226-
trans_update:2026-01-14
225+
spec_date:2026-03-04
226+
trans_update:2026-03-06
227227
source_checked:251111
228228
page_state_key:CSS
229229
original_url:https://drafts.csswg.org/css-text-decor-4/
@@ -233,7 +233,7 @@
233233
ref_id_lowercase:true
234234
site_nav:typeset,css
235235
conformance:css
236-
copyright:2025,permissive
236+
copyright:2026,permissive
237237
trans_1st_pub:2015-10-10
238238

239239
●●class_map
@@ -343,6 +343,7 @@
343343
t.color:~CSSCOLOR#typedef-color
344344
t.length-percentage:~CSSVAL#typedef-length-percentage
345345
t.length:~CSSVAL#length-value
346+
t.line-width:~CSSBORDER#typedef-line-width
346347
t.percentage:~CSSVAL#percentage-value
347348
t.string:~CSSVAL#string-value
348349
t.shadow:~CSSBG3#typedef-shadow
@@ -387,6 +388,7 @@
387388
#valdef-text-decoration-thickness-auto
388389
#valdef-text-decoration-thickness-from-font
389390
t.length-percentage:#valdef-text-decoration-thickness-length-percentage
391+
t.line-width:#valdef-text-decoration-thickness-line-width
390392

391393
text-underline-position:
392394
#valdef-text-underline-position-from-font
@@ -1086,9 +1088,9 @@
10861088
[CSS-CASCADE-5]
10871089
Elika Etemad; Miriam Suzanne; Tab Atkins Jr.. <CSS Cascading and Inheritance Level 5. URL: https://drafts.csswg.org/css-cascade-5/
10881090
[CSS-COLOR-4]
1089-
Chris Lilley; Tab Atkins Jr.; Lea Verou. <CSS Color Module Level 4. URL: https://drafts.csswg.org/css-color-4/
1091+
Tab Atkins Jr.; Chris Lilley; Lea Verou. <CSS Color Module Level 4. URL: https://drafts.csswg.org/css-color-4/
10901092
[CSS-COLOR-5]
1091-
Chris Lilley; et al. <CSS Color Module Level 5. URL: https://drafts.csswg.org/css-color-5/
1093+
Chris Lilley; Una Kravets; Lea Verou. <CSS Color Module Level 5. URL: https://drafts.csswg.org/css-color-5/
10921094
[CSS-DISPLAY-4]
10931095
Elika Etemad; Tab Atkins Jr.. <CSS Display Module Level 4. URL: https://drafts.csswg.org/css-display-4/
10941096
[CSS-FONTS-3]
@@ -1112,7 +1114,7 @@
11121114
[CSS-TEXT-4]
11131115
Elika Etemad; et al. <CSS Text Module Level 4. URL: https://drafts.csswg.org/css-text-4/
11141116
[CSS-UI-4]
1115-
Florian Rivoal. <CSS Basic User Interface Module Level 4. URL: https://drafts.csswg.org/css-ui-4/
1117+
Tab Atkins Jr.; Florian Rivoal. <CSS Basic User Interface Module Level 4. URL: https://drafts.csswg.org/css-ui-4/
11161118
[CSS-VALUES-3]
11171119
Tab Atkins Jr.; Elika Etemad. <CSS Values and Units Module Level 3. URL: https://drafts.csswg.org/css-values-3/
11181120
[CSS-VALUES-4]
@@ -1122,9 +1124,11 @@
11221124
[CSS2]
11231125
Bert Bos; et al. <Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification>. URL: https://drafts.csswg.org/css2/
11241126
[FILL-STROKE-3]
1125-
Elika Etemad; Tab Atkins Jr.. <CSS Fill and Stroke Module Level 3. URL: https://drafts.fxtf.org/fill-stroke/
1127+
Elika Etemad; Tab Atkins Jr.. <CSS Fill and Stroke Module Level 3. URL: https://drafts.csswg.org/fill-stroke/
11261128
[RFC2119]
11271129
S. Bradner. <Key words for use in RFCs to Indicate Requirement Levels>. March 1997. Best Current Practice. URL: https://datatracker.ietf.org/doc/html/rfc2119
1130+
[SELECTORS-4]
1131+
Elika Etemad; Tab Atkins Jr.. <Selectors Level 4. URL: https://drafts.csswg.org/selectors/
11281132
[UAX11]
11291133
Ken Lunde 小林剣. <East Asian Width>. 24 July 2025. Unicode Standard Annex #11. URL: https://www.unicode.org/reports/tr11/tr11-44.html
11301134
[UAX15]
@@ -2044,7 +2048,7 @@ <h3 title="Text Decoration Line Thickness: the text-decoration-thickness propert
20442048

20452049
<div>
20462050
◎名 `text-decoration-thickness@p
2047-
◎値 `auto$v | `from-font$v | `length-percentage$t
2051+
◎値 `auto$v | `from-font$v | `length-percentage$t | `line-width$t
20482052
◎初 `auto$v
20492053
◎適 すべての要素
20502054
◎継 されない
@@ -2106,8 +2110,9 @@ <h3 title="Text Decoration Line Thickness: the text-decoration-thickness propert
21062110
</dd>
21072111

21082112
<dt id="valdef-text-decoration-thickness-length-percentage">`length-percentage$t</dt>
2113+
<dt id="valdef-text-decoration-thickness-line-width">`line-width$t</dt>
21092114
<dd>
2110-
長さ値は
2115+
長さ値【 `line-width$t も含む】は
21112116
~text装飾~線の太さを固定d長さとして指定する。
21122117
21132118
A length value specifies the thickness of text decoration lines as a fixed length.

0 commit comments

Comments
 (0)