File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,12 +138,12 @@ Markup Shorthands: css yes, markdown yes
138
138
139
139
<pre class=prod>
140
140
::picker() = ::picker( <<form-control-identifier>> + )
141
- << form-control-identifier>> = select
141
+ <dfn for="::picker()"><< form-control-identifier>></dfn > = select
142
142
</pre>
143
143
144
144
The ''::picker()'' pseudo-element only matches when the [=originating
145
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
146
+ specified <<form-control-identifier >> must also match the <dfn>unique picker name</dfn> of the
147
147
[=originating element=] . For example, the [=unique picker name=] for
148
148
the <{select}> element is ''select'' .
149
149
You can’t perform that action at this time.
0 commit comments