190190●●options
191191
192192spec_title:Selectors Level 4
193- spec_date:2025 - 08 - 28
194- trans_update:2025 - 08 - 28
193+ spec_date:2025 - 10 - 20
194+ trans_update:2025 - 10 - 29
195195source_checked:250506
196196page_state_key:CSS
197197original_url:https://drafts.csswg.org/selectors-4/
17381738[ CSS - MULTICOL - 2 ]
17391739 Florian Rivoal ; Rachel Andrew . <CSS Multi - column Layout Module Level 2 > . URL : https :/ / drafts . csswg . org / css - multicol - 2 /
17401740[ CSS - POSITION - 4 ]
1741- <CSS Positioned Layout Module Level 4 > . URL : https :/ / drafts . csswg . org / css - position - 4 /
1741+ Elika Etemad ; Tab Atkins Jr . . <CSS Positioned Layout Module Level 4 > . URL : https :/ / drafts . csswg . org / css - position - 4 /
17421742[ CSS - PSEUDO - 4 ]
17431743 Elika Etemad ; Alan Stearns . <CSS Pseudo - Elements Module Level 4 > . URL : https :/ / drafts . csswg . org / css - pseudo - 4 /
17441744[ CSS - SCOPING - 1 ]
18381838
18391839Suggest an Edit for this Spec
18401840 https :/ / github . com / w3c / csswg - drafts / blob / main / selectors - 4 / Overview . bs
1841+ テスト一式
1842+ https :/ / wpt . fyi / results / css / selectors /
18411843commit 履歴
18421844 https :/ / github . com / w3c / csswg - drafts / commits / main / selectors - 4
18431845
@@ -8621,7 +8623,7 @@ <h4 title=":first-child pseudo-class">14.3.3. `first-child^ps 疑似類</h4>
86218623`:nth-child(1)^css
86228624と同じである。
86238625◎
8624- The :first-child pseudo-class represents an element that if first among its inclusive siblings. Same as :nth-child(1).
8626+ The :first-child pseudo-class represents an element that is first among its inclusive siblings. Same as :nth-child(1).
86258627</ p >
86268628
86278629< div class ="example ">
@@ -10951,12 +10953,12 @@ <h2 title="Appendix C: Example Privacy-Preserving :visited Restrictions">C. `vis
1095110953< h2 title ="Changes "> 変更点</ h2 >
1095210954
1095310955< dl >
10954- < dt id ="changes-2022-05 ">
10955- < a href ="~TR/2022/WD-selectors-4-20220507 / "> 2022年 5月 7日 作業草案</ a >
10956+ < dt id ="changes-2022-11 ">
10957+ < a href ="~TR/2022/WD-selectors-4-20221111 / "> 2022年 11月 11日 作業草案</ a >
1095610958からの有意な変更点
1095710959◎
10958- 20.1. Changes since the 7 May 2022 Working Draft
10959- • Significant changes since the 7 May 2022 Working Draft:
10960+ 20.1. Changes since the 11 November 2022 Working Draft
10961+ • Significant changes since the 11 November 2022 Working Draft:
1096010962</ dt >
1096110963 < dd >
1096210964`blank$ps を~risk下にあるとした。
@@ -10965,18 +10967,45 @@ <h2 title="Changes">変更点</h2>
1096510967]をそうでなくした。
1096610968◎
1096710969Marked :blank as at-risk and removed the at-risk status from :read-write and :has()
10968- </ dd >
10969- < dd >
10970- `open$ps 疑似類を追加した。
10971- ( `7319$issue, `11039$issue )
10972- ◎
10973- Added :open pseudo-class. (Issue 7319, Issue 11039)
1097410970</ dd >
1097510971 < dd >
1097610972`popover-open$ps 疑似類を追加した。
1097710973( `8637$issue )
1097810974◎
1097910975Added :popover-open pseudo-class. (Issue 8637)
10976+ </ dd >
10977+ < dd >
10978+ [
10979+ `has()$ps /
10980+ `nth-child()$ps /
10981+ `nth-last-child()$ps
10982+ ]の選択子~引数は、
10983+ もはや寛容でない。
10984+ ( `7676$issue )
10985+ ◎
10986+ Made :has() and the selector argument of :nth-child()/:nth-last-child() no longer forgiving. (Issue 7676)
10987+ </ dd >
10988+ < dd >
10989+ 旧来の[
10990+ ~colon 1 個だけを伴う疑似要素
10991+ ]の構文を文法の中へ移動した。
10992+ ( `8122$issue )
10993+ ◎
10994+ Moved the legacy single-colon pseudo-element syntax into the grammar itself. (Issue 8122)
10995+ </ dd >
10996+
10997+ < dt id ="changes-2022-05 ">
10998+ < a href ="~TR/2022/WD-selectors-4-20220507/ "> 2022年 5月 7日 作業草案</ a >
10999+ からの有意な変更点
11000+ ◎
11001+ 20.2. Changes since the 7 May 2022 Working Draft
11002+ • Significant changes since the 7 May 2022 Working Draft:
11003+ </ dt >
11004+ < dd >
11005+ `open$ps 疑似類を追加した。
11006+ ( `7319$issue, `11039$issue )
11007+ ◎
11008+ Added :open pseudo-class. (Issue 7319, Issue 11039)
1098011009</ dd >
1098111010 < dd >
1098211011`has()$ps の中では,`疑似要素$を許容しないようにした
@@ -10990,17 +11019,6 @@ <h2 title="Changes">変更点</h2>
1099011019( `7344$issue )
1099111020◎
1099211021Disallowed nesting of :has(). (Issue 7344)
10993- </ dd >
10994- < dd >
10995- [
10996- `has()$ps /
10997- `nth-child()$ps /
10998- `nth-last-child()$ps
10999- ]の選択子~引数は、
11000- もはや寛容でない。
11001- ( `7676$issue )
11002- ◎
11003- Made :has() and the selector argument of :nth-child()/:nth-last-child() no longer forgiving. (Issue 7676)
1100411022</ dd >
1100511023 < dd >
1100611024`lang("")^pe と言語~tagを伴わない要素との照合-法を定義した。
@@ -11030,21 +11048,13 @@ <h2 title="Changes">変更点</h2>
1103011048( `7474$issue )
1103111049◎
1103211050Defined :-webkit-autofill legacy selector alias. (Issue 7474)
11033- </ dd >
11034- < dd >
11035- 旧来の[
11036- ~colon 1 個だけを伴う疑似要素
11037- ]の構文を文法の中へ移動した。
11038- ( `8122$issue )
11039- ◎
11040- Moved the legacy single-colon pseudo-element syntax into the grammar itself. (Issue 8122)
1104111051</ dd >
1104211052
1104311053 < dt id ="changes-2018-11 ">
1104411054`2018年 11月 21日 作業草案@~TR/2018/WD-selectors-4-20181121/$
1104511055からの有意な変更点は:
1104611056◎
11047- 20.2 . Changes since the 21 November 2018 Working Draft
11057+ 20.3 . Changes since the 21 November 2018 Working Draft
1104811058◎
1104911059Significant changes since the 21 November 2018 Working Draft:
1105011060</ dt >
@@ -11171,7 +11181,7 @@ <h2 title="Changes">変更点</h2>
1117111181`2018年 2月 2日 作業草案@~TR/2018/WD-selectors-4-20180202/$
1117211182からの有意な変更点は:
1117311183◎
11174- 20.3 . Changes since the 2 February 2018 Working Draft
11184+ 20.4 . Changes since the 2 February 2018 Working Draft
1117511185◎
1117611186Significant changes since the 2 February 2018 Working Draft:
1117711187</ dt >
@@ -11247,7 +11257,7 @@ <h2 title="Changes">変更点</h2>
1124711257`2013年 5月 2日 作業草案@~TR/2013/WD-selectors4-20130502/$
1124811258からの有意な変更点は:
1124911259◎
11250- 20.4 . Changes since the 2 May 2013 Working Draft
11260+ 20.5 . Changes since the 2 May 2013 Working Draft
1125111261◎
1125211262Significant changes since the 2 May 2013 Working Draft include:
1125311263</ dt >
@@ -11433,7 +11443,7 @@ <h2 title="Changes">変更点</h2>
1143311443`2012年 8月 23日 作業草案@~TR/2012/WD-selectors4-20120823/$
1143411444からの有意な変更点は:
1143511445◎
11436- 20.5 . Changes since the 23 August 2012 Working Draft
11446+ 20.6 . Changes since the 23 August 2012 Working Draft
1143711447◎
1143811448Significant changes since the 23 August 2012 Working Draft include:
1143911449</ dt >
@@ -11491,7 +11501,7 @@ <h2 title="Changes">変更点</h2>
1149111501`2011年 9 月 29日 作業草案@~TR/2011/WD-selectors4-20110929/$
1149211502からの有意な変更点は:
1149311503◎
11494- 20.6 . Changes since the 29 September 2011 Working Draft
11504+ 20.7 . Changes since the 29 September 2011 Working Draft
1149511505◎
1149611506Significant changes since the 29 September 2011 Working Draft include:
1149711507</ dt >
@@ -11524,7 +11534,7 @@ <h2 title="Changes">変更点</h2>
1152411534 < dt id ="changes-level-3 ">
1152511535`~level 3$ からの追加は:
1152611536◎
11527- 20.7 . Changes Since Level 3
11537+ 20.8 . Changes Since Level 3
1152811538◎
1152911539Additions since Level 3:
1153011540</ dt >
0 commit comments