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

Delta Between Two Patch Sets: pages/forms/advanced.html

Issue 29510560: Issue 4633 - Default form styles (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Left Patch Set: Addressed NITs Created Aug. 11, 2017, 3:23 p.m.
Right Patch Set: Addressed NITs Created Sept. 19, 2017, 8:07 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « README.md ('k') | pages/forms/basic.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 title=Advanced Form Fields 1 title=Advanced Form Fields
2 2
3 <h1>Advanced Form Fields</h1> 3 <h1>Advanced Form Fields</h1>
4 <p>Default styles for advanced form elements.</p> 4 <p>Default styles for advanced form elements.</p>
5 5
6 <nav> 6 <nav>
7 <ol> 7 <ol>
8 <li><a href="#advanced-text">Advanced text</a></li> 8 <li><a href="#advanced-text">Advanced text</a></li>
9 <li><a href="#media">Media</a></li>
10 </ol> 9 </ol>
11 </nav> 10 </nav>
12 11
13 <section id="advanced-text"> 12 <section id="advanced-text">
14 <h2>Advanced text</h2> 13 <h2>Advanced text</h2>
15 <p><input type="search" placeholder="Search terms" /></p> 14 <p><input type="search" placeholder="Search terms" /></p>
16 <p><input type="tel" placeholder="+55-55-555-5555" /></p> 15 <p><input type="tel" placeholder="+55-55-555-5555" /></p>
17 <p><input type="url" placeholder="example.com" /></p> 16 <p><input type="url" placeholder="example.com" /></p>
18 <p><input type="email" placeholder="user@example.com" /></p> 17 <p><input type="email" placeholder="user@example.com" /></p>
19 <p><input type="password" placeholder="Password" /></p> 18 <p><input type="password" placeholder="Password" /></p>
20 <p><input type="date" placeholder="Date" /></p> 19 <p><input type="date" placeholder="Date" /></p>
21 <p><input type="time" placeholder="Time" /></p> 20 <p><input type="time" placeholder="Time" /></p>
22 <p><input type="datetime-local" placeholder="Datetime Local" /></p> 21 <p><input type="datetime-local" placeholder="Datetime Local" /></p>
23 <p><input type="number" placeholder="5" /></p> 22 <p><input type="number" placeholder="5" /></p>
24 </section> 23 </section>
25
26 <section id="advanced-text">
27 <h2>Media</h2>
28 <p>
29 <label for="file">File</label>
30 <input id="file" type="file" />
31 </p>
32 </section>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld