blob: d181963cbec24e3ccaefeb8ab7ad99f1ed5d1800 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
---
title: '::-webkit-slider-runnable-track'
slug: 'Web/CSS/::-webkit-slider-runnable-track'
tags:
- CSS
- 'CSS:WebKit Extensions'
- NeedsBrowserCompatibility
- NeedsCompatTable
- NeedsExample
- NeedsMobileBrowserCompatibility
- Non-standard
- Pseudo-element
- Reference
- Selector
translation_of: 'Web/CSS/::-webkit-slider-runnable-track'
---
<p>{{CSSRef}}{{Non-standard_Header}}</p>
<p><strong><code>::-webkit-slider-runnable-track</code></strong> は CSS の<a href="/ja/docs/Web/CSS/Pseudo-elements">擬似要素</a>で <code style="white-space: nowrap;">{{HTMLElement("input/range", '<input type="range">')}}</code> "track" (インジケータがスライドする溝) を表します。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
<pre class="syntaxbox notranslate">::-webkit-slider-runnable-track</pre>
<h2 id="Specifications" name="Specifications">仕様書</h2>
<p>標準の一部ではありません。</p>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
<p>{{Compat("css.selectors.-webkit-slider-runnable-track")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li>{{CSSxRef("::-webkit-slider-thumb")}}</li>
<li>他のブラウザーで使われている類似の擬似要素:
<ul>
<li>{{CSSxRef("::-ms-track")}}</li>
<li>{{CSSxRef("::-moz-range-track")}}</li>
</ul>
</li>
<li><a href="https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/">CSS-Tricks: Styling Cross-Browser Compatible Range Inputs with CSS</a></li>
<li><a href="http://www.quirksmode.org/blog/archives/2015/11/styling_and_scr.html">QuirksMode: Styling and scripting sliders</a></li>
</ul>
|