Fix the sections of C and D in section_heuristics.

This commit is contained in:
Sean Lee 2017-12-05 13:57:14 +08:00
Родитель cd9808a236
Коммит 9850850f75
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -38,25 +38,25 @@
<label>Country: <input autocomplete="country"></label><br/>
</div>
<div class="section section-d">
<div class="section section-c">
<label>Telephone: <input autocomplete="work tel"></label><br/>
<label>Email: <input autocomplete="work email"></label><br/>
</div>
<div class="section section-e">
<div class="section section-d">
<p>This section contains the duplicated fields, so the two fields can not be filled even they have the different `contactType`.</p>
<label>Telephone: <input autocomplete="home tel"></label><br/>
<label>Email: <input autocomplete="home email"></label><br/>
</div>
<div class="section section-f">
<div class="section section-e">
<label>Card Holder Name: <input autocomplete="cc-name"></label><br/>
<label>Card Number: <input autocomplete="cc-number"></label><br/>
<label>Exp Month: <input autocomplete="cc-exp-month"></label><br/>
<label>Exp Year: <input autocomplete="cc-exp-year"></label><br/>
</div>
<div class="section section-g">
<div class="section section-f">
<label>Card Holder Name: <input autocomplete="cc-name"></label><br/>
<label>Card Number: <input autocomplete="cc-number"></label><br/>
<label>Exp Month: <input autocomplete="cc-exp-month"></label><br/>