Skip to content

Commit 18b2d19

Browse files
[css-borders-4] Add 'hairline' keyword to <line-width>. w3c/csswg-drafts@fb330e9
1 parent 1b17c21 commit 18b2d19

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

css-borders-ja.html

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@
215215
●●options
216216

217217
spec_title:CSS Borders and Box Decorations Module Level 4
218-
spec_date:2026-02-18
219-
trans_update:2026-02-21
218+
spec_date:2026-03-04
219+
trans_update:2026-03-06
220220
source_checked:251021
221221
page_state_key:CSS
222222
original_url:https://drafts.csswg.org/css-borders-4/
@@ -611,6 +611,7 @@
611611
v.inset:#valdef-line-style-inset
612612
v.outset:#valdef-line-style-outset
613613

614+
v.hairline:#valdef-line-width-hairline
614615
v.thick:#valdef-line-width-thick
615616
v.medium:#valdef-line-width-medium
616617
v.thin:#valdef-line-width-thin
@@ -1268,6 +1269,7 @@
12681269
外見:look:~
12691270
見かけ:look:~
12701271
touch::::タッチ
1272+
zoom::::ズーム
12711273
~scroll可能:scrollable
12721274

12731275
●仕様
@@ -1389,6 +1391,9 @@
13891391
ほぼ/ほとんど:nearly
13901392
形状を違えることを除き:except insofar as it shapes differently
13911393
ずっと高速になる:result in an effect where much higher velocity
1394+
整数倍:integer number of
1395+
およそ:approximately
1396+
ちょうど〜になる:just
13921397

13931398
●●images
13941399
@css-borders/
@@ -1424,9 +1429,9 @@
14241429
[CSS-CASCADE-5]
14251430
Elika Etemad; Miriam Suzanne; Tab Atkins Jr.. <CSS Cascading and Inheritance Level 5. 13 January 2022. CR. URL: https://www.w3.org/TR/css-cascade-5/
14261431
[CSS-COLOR-4]
1427-
Chris Lilley; Tab Atkins Jr.; Lea Verou. <CSS Color Module Level 4. 24 April 2025. CRD. URL: https://www.w3.org/TR/css-color-4/
1432+
Tab Atkins Jr.; Chris Lilley; Lea Verou. <CSS Color Module Level 4. 27 February 2026. CRD. URL: https://www.w3.org/TR/css-color-4/
14281433
[CSS-COLOR-5]
1429-
Chris Lilley; et al. <CSS Color Module Level 5. 13 January 2026. WD. URL: https://www.w3.org/TR/css-color-5/
1434+
Chris Lilley; Una Kravets; Lea Verou. <CSS Color Module Level 5. 27 February 2026. WD. URL: https://www.w3.org/TR/css-color-5/
14301435
[CSS-DISPLAY-4]
14311436
Elika Etemad; Tab Atkins Jr.. <CSS Display Module Level 4. 6 November 2025. WD. URL: https://www.w3.org/TR/css-display-4/
14321437
[CSS-GRID-2]
@@ -2406,6 +2411,7 @@ <h3 title="Line Thickness: the border-width properties">2.3. 線の太さ: `bo
24062411
<pre class="prod">
24072412
`line-width@t
24082413
= `length [0,∞]$t
2414+
| `hairline$v
24092415
| `thin$v
24102416
| `medium$v
24112417
| `thick$v
@@ -2421,8 +2427,15 @@ <h3 title="Line Thickness: the border-width properties">2.3. 線の太さ: `bo
24212427
`thick@v
24222428
は `5px^v
24232429
]と等価になるとする。
2430+
~keyword
2431+
`hairline@v
2432+
は、
2433+
~UA定義な `1px^v 以下の長さであり,
2434+
既定の~page~zoomにおける機器~画素の整数倍に等しい “ちょうど可視になる” 線を表現する
2435+
(その大きさは, `1px^v ほどにもなり得るが、
2436+
多くの機器では,およそ `0.3px^v 〜 `0.5px^v になる)。
24242437
2425-
Negative values are invalid. The thin, medium, and thick keywords are equivalent to 1px, 3px, and 5px, respectively.
2438+
Negative values are invalid. The thin, medium, and thick keywords are equivalent to 1px, 3px, and 5px, respectively. The hairline keyword is a UA-defined length, less than or equal to 1px and equal to an integer number of device pixels at the default page zoom, which represents a "just visible" line. (While it can be as large as 1px, on many devices it will be approximately 0.3px to 0.5px.)
24262439
</p>
24272440

24282441
<p>

0 commit comments

Comments
 (0)