@@ -111,30 +111,24 @@ <h3>Form</h3>
111
111
</ div >
112
112
</ div >
113
113
114
- <!-- from ebay -->
114
+ <!-- a bad case from ebay -->
115
115
< div id ="gh-ac-box2 " _midscene_retrieve_task_id ="7de6fc64a5 ">
116
116
< label for ="gh-ac " class ="gh-ar-hdn "> 输入搜索关键词</ label >
117
117
< input
118
118
type ="text " class ="gh-tb ui-autocomplete-input " aria-autocomplete ="list " aria-expanded ="false " size ="50 "
119
119
maxlength ="300 " aria-label ="搜索任何物品 " placeholder ="搜索任何物品 " id ="gh-ac " name ="_nkw " autocapitalize ="off "
120
- autocorrect ="off " spellcheck ="false " autocomplete ="off " aria-haspopup ="true " role ="combobox " aria-owns ="ui-id-1 "
121
- _midscene_retrieve_task_id ="36bc72f23a ">
120
+ autocorrect ="off " spellcheck ="false " autocomplete ="off " aria-haspopup ="true " role ="combobox " aria-owns ="ui-id-1 ">
122
121
< span role ="status " aria-live ="polite "
123
122
class ="ui-helper-hidden-accessible ">
124
123
</ span >
125
124
< input style ="display:none ">
126
-
127
- < script >
128
- if ( document . getElementById ( 'gh-ac' ) . value . length !== 0 ) {
129
- document . getElementById ( 'gh-ac-box' ) . classList . add ( 'gh-ac-box-focus' ) ;
130
- document . getElementById ( 'gh' ) . classList . add ( 'gh-sch-focus' ) ;
131
- }
132
- </ script >
125
+
133
126
< svg aria-hidden ="true " class ="icon icon--search gh-search__icon " focusable ="false " height ="16 " width ="16 ">
134
127
< use xlink:href ="#gh-icon-search-evo ">
135
128
</ use >
136
129
</ svg >
137
130
</ div >
131
+
138
132
<!-- form -->
139
133
< form action ="/submit-form " method ="post ">
140
134
< label for ="options "> Choose an option:</ label >
@@ -148,6 +142,7 @@ <h3>Form</h3>
148
142
class ="life-core-input-inner__wrapper life-core-input-inner__wrapper-border life-core-input-inner__wrapper-size-md life-core-input-inner__wrapper-add-suffix ">
149
143
< input placeholder ="验证码 " tabindex ="0 " type ="text " class ="life-core-input life-core-input-size-md " value ="">
150
144
</ label >
145
+
151
146
<!-- a checkbox drawn by div -->
152
147
< style >
153
148
.life-core-check-wrapper {
0 commit comments