@@ -2158,7 +2158,6 @@ The possible <dfn lt="kind of widget|kinds of widgets">kinds of widgets</dfn> ar
21582158 If |element| <a>can be a textfield</a> , given |computedAppearance|, then return the
21592159 <a>appropriate widget</a> with |authorProps| set to |authorProps|, |expected| set to
21602160 [=kind of widget/textfield=] , and |fallback| set to [=kind of widget/none=] .
2161- <!-- textfield needs to come before searchfield -->
21622161
21632162 <li>
21642163 If |element| <a>can be a searchfield</a> , given |computedAppearance|, then return the
@@ -2185,11 +2184,11 @@ The possible <dfn lt="kind of widget|kinds of widgets">kinds of widgets</dfn> ar
21852184 <li>
21862185 If |element| <a>can be a menulist-button</a> , given |computedAppearance|, then return
21872186 [=kind of widget/menulist-button=] .
2188- <!-- menulist-button needs to come before menulist -->
21892187
21902188 <li>
2191- If |element| <a>can be a menulist</a> , given |computedAppearance|, then return
2192- [=kind of widget/menulist=] .
2189+ If |element| <a>can be a menulist</a> , given |computedAppearance|, then return the <a>appropriate widget</a>
2190+ with |authorProps| set to |authorProps|, |expected| set to [=kind of widget/menulist=] , and |fallback|
2191+ set to [=kind of widget/menulist-button=] .
21932192
21942193 <li>
21952194 If |element| <a>can be a textarea</a> , given |computedAppearance|, then return the <a>appropriate widget</a>
0 commit comments