You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3title="Styling Parts of Slider-Like Controls: the ::thumb, ::track and ::fill pseudo-elements">4.4. ~sliderの様な~controlを成す各部の~style法: `thumb^pe, `track^pe, `fill^pe 疑似要素</h3>
1408
-
1409
-
<pclass="issue">
1410
-
命名は、
1411
-
依然として論の最中にある。
1412
-
[`9830$issue]
1413
-
◎
1414
-
Naming is still under discussion. [Issue #9830]
1415
-
</p>
1407
+
<h3title="Styling Parts of Slider-Like Controls: the ::slider-thumb, ::slider-track and ::slider-fill pseudo-elements">4.4. ~sliderの様な~controlを成す各部の~style法: `slider-thumb^pe, `slider-track^pe, `slider-fill^pe 疑似要素</h3>
1416
1408
1417
1409
<p>
1418
1410
`~sliderの様な~control@
1419
1411
とは、
1420
-
利用者が調整-可能な進捗を表現する~form~controlである。
1412
+
利用者【または作者†】が調整-可能な進捗を表現する~form~controlである。
1421
1413
◎
1422
1414
Slider-like controls are form controls that represent progress. That progress may be adjustable by the user.
1423
1415
</p>
1424
1416
1417
+
<pclass="trans-note">【†
1418
+
該当するものとして以下に挙げられる[
1419
+
`progress$e, `meter$e
1420
+
]要素においては、
1421
+
“利用者” とは,作者(~scriptの利用者)を指すであろう。
1422
+
】</p>
1423
+
1425
1424
<p>
1426
1425
それを成す各部には、
1427
1426
次に挙げる疑似要素が供される:
@@ -1430,15 +1429,15 @@ <h3 title="Styling Parts of Slider-Like Controls: the ::thumb, ::track and ::fil
1430
1429
</p>
1431
1430
1432
1431
<dl>
1433
-
<dt>`thumb@pe</dt>
1432
+
<dt>`slider-thumb@pe</dt>
1434
1433
<dd>
1435
1434
この疑似要素は、[
1436
1435
当の~controlの進捗を調整する
1437
1436
]ことを[
1438
1437
利用者に許容する部位
1439
1438
]を表現する。
1440
1439
◎
1441
-
The ::thumb pseudo-element represents the portion that allows the user to adjust the progress of the control.
1440
+
The ::slider-thumb pseudo-element represents the portion that allows the user to adjust the progress of the control.
1442
1441
</dd>
1443
1442
<ddclass="note">注記:
1444
1443
ほとんどの~UAにおいては、
@@ -1447,29 +1446,29 @@ <h3 title="Styling Parts of Slider-Like Controls: the ::thumb, ::track and ::fil
1447
1446
NOTE: It is typically natively rendered as a circle in most user agents.
1448
1447
</dd>
1449
1448
1450
-
<dt>`track@pe</dt>
1449
+
<dt>`slider-track@pe</dt>
1451
1450
<dd>
1452
1451
この疑似要素は、
1453
1452
当の~controlを成す[
1454
1453
進捗-済みな部位, 進捗-済みでない部位
1455
1454
]【!を包含している部位】を表現する。
1456
1455
◎
1457
-
The ::track pseudo-element represents the portion containing both the progressed and unprogressed portions of the control.
1456
+
The ::slider-track pseudo-element represents the portion containing both the progressed and unprogressed portions of the control.
1458
1457
</dd>
1459
1458
1460
-
<dt>`fill@pe</dt>
1459
+
<dt>`slider-fill@pe</dt>
1461
1460
<dd>
1462
1461
この疑似要素は、
1463
1462
当の~controlを成す進捗-済みな部位【!を包含している部位】を表現する。
1464
1463
◎
1465
-
The ::fill pseudo-element represents the portion containing the progressed portion of the control.
1464
+
The ::slider-fill pseudo-element represents the portion containing the progressed portion of the control.
0 commit comments