Skip to content

Commit 78fa432

Browse files
[css-ui] Allow visually repositioning carets w3c/csswg-drafts@a901655
1 parent d37116f commit 78fa432

1 file changed

Lines changed: 23 additions & 8 deletions

File tree

css-ui-ja.html

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@
213213
●●options
214214

215215
spec_title:CSS Basic User Interface Module Level 4
216-
spec_date:2025-07-14
217-
trans_update:2025-07-15
216+
spec_date:2025-08-01
217+
trans_update:2025-08-05
218218
source_checked:240726
219219

220220
page_state_key:CSS
@@ -379,7 +379,7 @@
379379
~resize可能:resizable
380380
resizer:::リサイズ用つまみ
381381
find-in-page::::ページ内検索
382-
382+
scrollport::::スクロール域
383383
~scroll可能:scrollable
384384
~scroll用:scrolling
385385
~scroll用の仕組み:scrolling mechanism
@@ -502,6 +502,7 @@
502502
離れる:leaving
503503
通り過ぎた:passing
504504
利用者を惑わす:confusingly
505+
位置し直す:reposition
505506

506507
●塗り
507508
塗る:paintする:~
@@ -1308,6 +1309,7 @@
13081309

13091310
有位置:~CSSPOS#positioned-box
13101311

1312+
~scrollport:~CSSOVERFLOW3#scrollport
13111313
~scroll容器:~CSSOVERFLOW3#scroll-container
13121314
~ink~overflow区画:~CSSOVERFLOW3#ink-overflow-region
13131315
~scroll可能な~overflow区画:~CSSOVERFLOW3#scrollable-overflow-region
@@ -3860,13 +3862,26 @@ <h4 title="Shape of the insertion caret: caret-shape">5.2.3. 挿入~caretの形
38603862
— 当の~caretが行lの終端【を~overflowする~text内】に位置するときなど —
38613863
でも,当の~caretを表示するベキである
38623864
— それが,`~scroll可能な~overflow区画$の限界域を過ぎて塗ることを意味する場合でも。
3863-
~UAは、
3864-
これに対し
3865-
— 必要yなら,当の~caretを切取るよう —
3866-
上限を課してもヨイ。
3865+
その場合,~UAは:
38673866
3868-
When there is not enough room at the end of a line to display the caret positioned there, the user agents should still display it, even if that means means painting past the bounds of the scrollable overflow area; user agents may impose limits on this and clip as necessary.
3867+
When there is not enough room at the end of a line to display the caret positioned there, the user agents should still display it, even if that means means painting past the bounds of the scrollable overflow area;
38693868
</p>
3869+
<ul>
3870+
<li>
3871+
これ【塗る位置】に対し上限を課して,
3872+
必要yなら~caretを切取るようにしてもヨイ。
3873+
3874+
user agents may impose limits on this and clip as necessary.\
3875+
</li>
3876+
<li>
3877+
~caretを[
3878+
`~scrollport$の中に表示される
3879+
]よう視覚的に位置し直してもヨイ
3880+
— そうしないと,~caretが不可視になる場合には。
3881+
3882+
User agents may also visually reposition a caret in order to display it within the scrollport if it would otherwise be invisible.
3883+
</li>
3884+
</ul>
38703885

38713886
<p>
38723887
`挿入~caret$を積層する位置は、

0 commit comments

Comments
 (0)