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

Side by Side Diff: pages/forms/advanced.html

Issue 29645589: Noissue - Add page descriptions to website-defaults pages (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Dec. 20, 2017, 12:25 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 | « pages/developer-styleguide.html ('k') | pages/forms/basic.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Advanced Form Fields 1 title=Advanced Form Fields
2 description=Default styles for advanced form elements
2 3
3 <h1>Advanced Form Fields</h1> 4 <h1>Advanced Form Fields</h1>
4 <p>Default styles for advanced form elements.</p> 5 <p>Default styles for advanced form elements.</p>
5 6
6 <nav> 7 <nav>
7 <ol> 8 <ol>
8 <li><a href="#advanced-text">Advanced text</a></li> 9 <li><a href="#advanced-text">Advanced text</a></li>
9 </ol> 10 </ol>
10 </nav> 11 </nav>
11 12
12 <section id="advanced-text"> 13 <section id="advanced-text">
13 <h2>Advanced text</h2> 14 <h2>Advanced text</h2>
14 <p><input type="search" placeholder="Search terms" /></p> 15 <p><input type="search" placeholder="Search terms" /></p>
15 <p><input type="tel" placeholder="+55-55-555-5555" /></p> 16 <p><input type="tel" placeholder="+55-55-555-5555" /></p>
16 <p><input type="url" placeholder="example.com" /></p> 17 <p><input type="url" placeholder="example.com" /></p>
17 <p><input type="email" placeholder="user@example.com" /></p> 18 <p><input type="email" placeholder="user@example.com" /></p>
18 <p><input type="password" placeholder="Password" /></p> 19 <p><input type="password" placeholder="Password" /></p>
19 <p><input type="date" placeholder="Date" /></p> 20 <p><input type="date" placeholder="Date" /></p>
20 <p><input type="time" placeholder="Time" /></p> 21 <p><input type="time" placeholder="Time" /></p>
21 <p><input type="datetime-local" placeholder="Datetime Local" /></p> 22 <p><input type="datetime-local" placeholder="Datetime Local" /></p>
22 <p><input type="number" placeholder="5" /></p> 23 <p><input type="number" placeholder="5" /></p>
23 </section> 24 </section>
OLDNEW
« no previous file with comments | « pages/developer-styleguide.html ('k') | pages/forms/basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld