Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/committee/apply.md

Issue 29374717: Issue 4870 - tabindex disrupts keyboard input on apply for committee page (Closed)
Patch Set: Created Feb. 7, 2017, 5:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=The Acceptable Ads Committee - defining a new standard 1 title=The Acceptable Ads Committee - defining a new standard
2 description=The Acceptable Ads Committee is an industry initiative to control an d define the standards of what constitutes an Acceptable Ad 2 description=The Acceptable Ads Committee is an industry initiative to control an d define the standards of what constitutes an Acceptable Ad
3 parent=committee/apply 3 parent=committee/apply
4 4
5 <style type="text/css"> 5 <style type="text/css">
6 #success-msg, #error-msg, .success #clear, .success #submit 6 #success-msg, #error-msg, .success #clear, .success #submit
7 { 7 {
8 display: none; 8 display: none;
9 } 9 }
10 10
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 <input id="email" type="email" name="email" required /> 123 <input id="email" type="email" name="email" required />
124 124
125 <label for="phone"> 125 <label for="phone">
126 {{phone[Field label text] Phone number}} *{{optional[Optional field label] ( optional)}}* 126 {{phone[Field label text] Phone number}} *{{optional[Optional field label] ( optional)}}*
127 </label> 127 </label>
128 <input id="phone" type="tel" name="phone" /> 128 <input id="phone" type="tel" name="phone" />
129 129
130 <label for="group"> 130 <label for="group">
131 {{group[Field label text] Stakeholder group}} 131 {{group[Field label text] Stakeholder group}}
132 </label> 132 </label>
133 <select id="group" name="group" tabindex="1"> 133 <select id="group" name="group">
134 <option selected="selected" value="Advertiser">{{advertisers[Item inside Sta keholder group selectbox] Advertiser}}</option> 134 <option selected="selected" value="Advertiser">{{advertisers[Item inside Sta keholder group selectbox] Advertiser}}</option>
135 <option value="Ad-blocker user">{{ad-blocker-user[Item inside Stakeholder gr oup selectbox] Ad-blocker user}}</option> 135 <option value="Ad-blocker user">{{ad-blocker-user[Item inside Stakeholder gr oup selectbox] Ad-blocker user}}</option>
136 <option value="Advertising Agency">{{ad-agencies[Item inside Stakeholder gro up selectbox] Advertising Agency}}</option> 136 <option value="Advertising Agency">{{ad-agencies[Item inside Stakeholder gro up selectbox] Advertising Agency}}</option>
137 <option value="Publisher/Content-Creator">{{publishers[Item inside Stakehold er group selectbox] Publisher/Content-Creator}}</option> 137 <option value="Publisher/Content-Creator">{{publishers[Item inside Stakehold er group selectbox] Publisher/Content-Creator}}</option>
138 <option value="Digital Rights Organization">{{digital-rights-org[Item inside Stakeholder group selectbox] Digital Rights Organization}}</option> 138 <option value="Digital Rights Organization">{{digital-rights-org[Item inside Stakeholder group selectbox] Digital Rights Organization}}</option>
139 <option value="User Agent">{{user-agent[Item inside Stakeholder group select box] User Agent}}</option> 139 <option value="User Agent">{{user-agent[Item inside Stakeholder group select box] User Agent}}</option>
140 <option value="Researcher">{{researcher[Item inside Stakeholder group select box] Researcher}}</option> 140 <option value="Researcher">{{researcher[Item inside Stakeholder group select box] Researcher}}</option>
141 <option value="Designer">{{designer[Item inside Stakeholder group selectbox] Designer}}</option> 141 <option value="Designer">{{designer[Item inside Stakeholder group selectbox] Designer}}</option>
142 <option value="Ad tech agency">{{ad-tech-agency[Item inside Stakeholder grou p selectbox] Ad tech agency}}</option> 142 <option value="Ad tech agency">{{ad-tech-agency[Item inside Stakeholder grou p selectbox] Ad tech agency}}</option>
143 <option value="Other">{{other[Item inside Stakeholder group selectbox] Other }}</option> 143 <option value="Other">{{other[Item inside Stakeholder group selectbox] Other }}</option>
(...skipping 10 matching lines...) Expand all
154 154
155 {{submition-success[Text to be shown after successfull submition] Your entry h as been successfully submitted. Someone will reach out to you within 10 working days.}} 155 {{submition-success[Text to be shown after successfull submition] Your entry h as been successfully submitted. Someone will reach out to you within 10 working days.}}
156 { #success-msg .bg-accent .p-a-sm .m-y-sm } 156 { #success-msg .bg-accent .p-a-sm .m-y-sm }
157 157
158 error 158 error
159 {: #error-msg .bg-error .p-a-sm .m-y-sm } 159 {: #error-msg .bg-error .p-a-sm .m-y-sm }
160 160
161 </form> 161 </form>
162 </div> 162 </div>
163 </div> 163 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld