@@ -1085,6 +1085,7 @@ The Matches-any Pseudo-class: '':matches()''</h3>
10851085 '':matches(ul, ol, .list) > [hidden]'' and ''ul > [hidden], ol > [hidden], .list > [hidden]''
10861086 are equivalent in both their matching behavior and specificity.
10871087 See [[#specificity-rules]] .
1088+ ISSUE: See also <a href="https://github.com/w3c/csswg-drafts/issues/1027">issue 1027</a> .
10881089
10891090 Pseudo-elements cannot be represented by the matches-any pseudo-class;
10901091 they are not valid within '':matches()'' .
@@ -2150,6 +2151,12 @@ The Input Focus Pseudo-class: '':focus''</h3>
21502151 if made to propagate due to other mechanisms,
21512152 but not merely due to being the parent.)
21522153
2154+ ISSUE: There's a desire from authors to propagate '':focus''
2155+ from a form control to its associated <{label}> element;
2156+ the main objection seems to be implementation difficulty.
2157+ See <a href="https://github.com/w3c/csswg-drafts/issues/397">CSSWG issue (CSS)</a>
2158+ and <a href="https://github.com/whatwg/html/issues/1632">WHATWG issue (HTML)</a> .
2159+
21532160<h3 id="the-focus-visible-pseudo" oldids="the-focusring-pseudo,focus-ring-pseudo">
21542161The Focus-Indicated Pseudo-class: '':focus-visible''</h3>
21552162
@@ -3196,6 +3203,8 @@ Calculating a selector's specificity</h2>
31963203 A few pseudo-classes provide “evaluation contexts” for other selectors,
31973204 and so have their specificity defined by their contents and how they match:
31983205
3206+ ISSUE: See also <a href="https://github.com/w3c/csswg-drafts/issues/1027">issue 1027</a> .
3207+
31993208 <ul>
32003209 <li>
32013210 The specificity of a '':matches()'' pseudo-class is replaced by
0 commit comments