We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2549d6f commit c1a8451Copy full SHA for c1a8451
css-forms-1/Overview.bs
@@ -138,12 +138,12 @@ Markup Shorthands: css yes, markdown yes
138
139
<pre class=prod>
140
::picker() = ::picker( <<form-control-identifier>>+ )
141
- <<form-control-identifier>> = select
+ <dfn for="::picker()"><<form-control-identifier>></dfn> = select
142
</pre>
143
144
The ''::picker()'' pseudo-element only matches when the [=originating
145
element=] supports [=basic appearance=] and has a popup picker. The
146
- specified <<ident>> must also match the <dfn>unique picker name</dfn> of the
+ specified <<form-control-identifier>> must also match the <dfn>unique picker name</dfn> of the
147
[=originating element=]. For example, the [=unique picker name=] for
148
the <{select}> element is ''select''.
149
0 commit comments