|
159 | 159 | ●●options |
160 | 160 |
|
161 | 161 | spec_title:CSS Gap Decorations Module Level 1 |
162 | | -spec_date:2026-03-05 |
163 | | -trans_update:2026-03-06 |
| 162 | +spec_date:2026-03-09 |
| 163 | +trans_update:2026-03-12 |
164 | 164 | source_checked: |
165 | 165 | page_state_key:CSS |
166 | 166 | original_url:https://drafts.csswg.org/css-forms-1/ |
@@ -1201,15 +1201,15 @@ <h2 title="Pseudo-Elements">4. 疑似要素</h2> |
1201 | 1201 | <td>`file-selector-button$pe |
1202 | 1202 |
|
1203 | 1203 | <tr><td>`input type=date@~HEinput#date-state-(type=date)$e |
1204 | | -<td rowspan="5"> |
1205 | | -<p> |
1206 | | -次に挙げるもの(正確な構造は~localeに依存する): |
1207 | | -</p> |
1208 | | -<ul> |
1209 | | - <li>`field-component$pe</li> |
1210 | | - <li>`field-separator$pe</li> |
1211 | | - <li>`picker-icon$pe</li> |
1212 | | -</ul> |
| 1204 | +<td rowspan="5" style="vertical-align:top;"> |
| 1205 | +<div class="_box-tree"> |
| 1206 | +<ol><li>`field-text$pe |
| 1207 | + <ol><li>`field-component$pe |
| 1208 | + <li>`field-separator$pe |
| 1209 | + </ol> |
| 1210 | + <li>`picker-icon$pe |
| 1211 | +</ol> |
| 1212 | +</div> |
1213 | 1213 | <p> |
1214 | 1214 | `§ 日時~入力~field用の各部の~style法@#date-time-pseudos$ を見よ。 |
1215 | 1215 | </p> |
@@ -1270,11 +1270,10 @@ <h2 title="Pseudo-Elements">4. 疑似要素</h2> |
1270 | 1270 | <input type=file>|::file-selector-button |
1271 | 1271 | <input type=date>| |
1272 | 1272 |
|
1273 | | - ::field-component |
1274 | | - |
1275 | | - ::field-separator |
1276 | | - |
1277 | | - ::picker-icon |
| 1273 | +├─ ''::field-text'' |
| 1274 | +│ ├─ ''::field-component'' |
| 1275 | +│ └─ ''::field-separator'' |
| 1276 | +└─ ''::picker-icon'' |
1278 | 1277 |
|
1279 | 1278 | See § 4.8 Styling Parts for Date/Time Input Fields: the ::field-component and ::field-separator pseudo-elements |
1280 | 1279 | <input type=datetime-local>|↑ |
@@ -1951,13 +1950,14 @@ <h3 title="Styling Parts for Date/Time Input Fields: the ::field-component and : |
1951 | 1950 |
|
1952 | 1951 | <p> |
1953 | 1952 | これらの疑似要素は、 |
1954 | | -互いに同胞である。 |
| 1953 | +互いに同胞であり, |
| 1954 | +`field-text$pe 疑似要素の中に包含される。 |
1955 | 1955 | 当の~controlを成す正確な構造は、[ |
1956 | 1956 | 国際-化, ~host言語 |
1957 | 1957 | ]により決定されるが, |
1958 | 1958 | 各~UAにまたがって一貫するモノトスル。 |
1959 | 1959 | ◎ |
1960 | | -Those pseudo-elements are siblings. The exact structure of the control is determined by internationalization and by the host language, but must be consistent across user-agents. |
| 1960 | +Those pseudo-elements are siblings. The exact structure of the control is determined by internationalization and by the host language, but must be consistent across user-agents. ::field-component and ::field-separator pseudo-elements are all contained within a ::field-text pseudo-element. |
1961 | 1961 | </p> |
1962 | 1962 |
|
1963 | 1963 | <div class="example" id="date-input-pseudo-element-structure"> |
@@ -1998,20 +1998,24 @@ <h3 title="Styling Parts for Date/Time Input Fields: the ::field-component and : |
1998 | 1998 |
|
1999 | 1999 | <div class="_box-tree"> |
2000 | 2000 | `input type="date"^e |
2001 | | -<ol><li>`field-component^pe (08) |
2002 | | - <li>`field-separator^pe (/) |
2003 | | - <li>`field-component^pe (22) |
2004 | | - <li>`field-separator^pe (/) |
2005 | | - <li>`field-component^pe (2024) |
| 2001 | +<ol><li>`field-text^pe |
| 2002 | + <ol><li>`field-component^pe (08) |
| 2003 | + <li>`field-separator^pe (/) |
| 2004 | + <li>`field-component^pe (22) |
| 2005 | + <li>`field-separator^pe (/) |
| 2006 | + <li>`field-component^pe (2024) |
| 2007 | + </ol> |
| 2008 | + <li>`picker-icon^pe |
2006 | 2009 | </ol> |
2007 | 2010 | ◎ |
2008 | 2011 | <input type="date"> |
2009 | | -├─ ::field-component (08) |
2010 | | -├─ ::field-separator (/) |
2011 | | -├─ ::field-component (22) |
2012 | | -├─ ::field-separator (/) |
2013 | | -├─ ::field-component (2024) |
2014 | | -└─ ::picker-icon |
| 2012 | + ├─ ::field-text |
| 2013 | + │ ├─ ::field-component (08) |
| 2014 | + │ ├─ ::field-separator (/) |
| 2015 | + │ ├─ ::field-component (22) |
| 2016 | + │ ├─ ::field-separator (/) |
| 2017 | + │ └─ ::field-component (2024) |
| 2018 | + └─ ::picker-icon |
2015 | 2019 | </div> |
2016 | 2020 | </div> |
2017 | 2021 |
|
@@ -3106,6 +3110,21 @@ <h4 title="List box selects">~list~box `select^e</h4> |
3106 | 3110 | } |
3107 | 3111 | </pre> |
3108 | 3112 | </section> |
| 3113 | + <section id="stylesheet-text-inputs"> |
| 3114 | +<h4 title="Text inputs">~text入力</h4> |
| 3115 | + |
| 3116 | +<pre class="lang-css"> |
| 3117 | +input::field-text { |
| 3118 | + display: flow !important; |
| 3119 | +} |
| 3120 | + |
| 3121 | +input::field-component, |
| 3122 | +input::field-separator { |
| 3123 | + position: static !important; |
| 3124 | +} |
| 3125 | +</pre> |
| 3126 | + |
| 3127 | + </section> |
3109 | 3128 | </section> |
3110 | 3129 | </section> |
3111 | 3130 | <section id="changes"> |
|
0 commit comments