Skip to content

Commit 5b67863

Browse files
[css-overflow-3] Correct scrollbar space description w3c/csswg-drafts@15749ef
1 parent 85a5caa commit 5b67863

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

css-overflow-ja.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
187187
●●options
188188

189189
spec_title:CSS Overflow Module Level 3
190-
spec_date:2026-04-06
191-
trans_update:2026-04-09
190+
spec_date:2026-04-14
191+
trans_update:2026-04-16
192192
source_checked:250310
193193
page_state_key:CSS
194194
original_url:https://drafts.csswg.org/css-overflow-3/
@@ -362,7 +362,7 @@
362362
~border~box:~CSSBOX#border-box
363363
~margin~box:~CSSBOX#margin-box
364364
内容~区画:~CSSBOX#content-area
365-
~padding区画:~CSSBOX#padding-area
365+
~padding区画:~CSSBOX#padding-area
366366
~border区画:~CSSBOX#border-area
367367
~margin区画:~CSSBOX#margin-area
368368

@@ -507,6 +507,7 @@
507507
切詰めら:clampさ:切り詰めら
508508
居続ける:stayする:~
509509
縮短-:shrink:~
510+
所在-:locate:~
510511

511512
配置-:placement
512513
割り当てられ:allotted
@@ -2460,16 +2461,14 @@ <h2 title="Scrollbars and Layout">4. ~scrollbarと~layout</h2>
24602461
<h3 title="Scrollbar Contributions to Sizing">4.1. ~sizingに対する~scrollbarの供与</h3>
24612462

24622463
<p>
2463-
要素の~boxの辺に配置される~scrollbar用に空間を予約するときは、
2464-
その空間は,~boxの[
2465-
【!内縁】`~border辺$, 【!外縁】`~padding辺$
2466-
]の合間に挿入される。
2464+
~scrollbar用に予約される空間は、
2465+
当の`~scroll容器$~boxの`~padding区画$と`~border区画$の合間に所在する。
24672466
しかしながら,[
24682467
`背景~位置決め区画$, `背景~塗ng区画$
24692468
]の目的においては、
2470-
この予約される空間は,~boxの`~padding~box$の一部を成すと見なされる
2469+
この予約される空間は,`~padding区画$の一部を成すものと扱われる
24712470
2472-
When reserving space for a scrollbar placed at the edge of an element’s box, the reserved space is inserted between the inner border edge and the outer padding edge. For the purpose of the background positioning area and background painting area however, this reserved space is considered to be part of the padding box.
2471+
The space reserved for the scrollbar is located between the padding area and the border area of the scroll container box. However, for the purpose of the background positioning area and background painting area, this reserved space is treated as part of the padding area.
24732472
</p>
24742473

24752474
<div class="example">

0 commit comments

Comments
 (0)