Skip to content

Commit c1a8451

Browse files
cdoublevnt1m
authored andcommitted
[css-forms-1] Fix markup
1 parent 2549d6f commit c1a8451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-forms-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ Markup Shorthands: css yes, markdown yes
138138

139139
<pre class=prod>
140140
::picker() = ::picker( <<form-control-identifier>>+ )
141-
<<form-control-identifier>> = select
141+
<dfn for="::picker()"><<form-control-identifier>></dfn> = select
142142
</pre>
143143

144144
The ''::picker()'' pseudo-element only matches when the [=originating
145145
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
147147
[=originating element=]. For example, the [=unique picker name=] for
148148
the <{select}> element is ''select''.
149149

0 commit comments

Comments
 (0)