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

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

Issue 29510560: Issue 4633 - Default form styles (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Left Patch Set: Separate forms into basic, advanced, and buttons Created Aug. 10, 2017, 11:44 a.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 | « pages/forms/basic.html ('k') | pages/index.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=Buttons 1 title=Buttons
2 2
3 <h1>Buttons</h1> 3 <h1>Buttons</h1>
4 <p>Default styles for native form elements.</p> 4 <p>Default styles for buttons.</p>
5
6 <p><a href="forms">Back to Forms</a></p>
7 5
8 <nav> 6 <nav>
9 <ol> 7 <ol>
10 <li><a href="#default">Default buttons</a></li> 8 <li><a href="#default">Default buttons</a></li>
11 <li><a href="#reset">Reset buttons</a></li> 9 <li><a href="#reset">Reset buttons</a></li>
12 <li><a href="#submit">Submit buttons</a></li> 10 <li><a href="#submit">Submit buttons</a></li>
13 </ol> 11 </ol>
14 </nav> 12 </nav>
15 13
16 <section id="default"> 14 <section id="default">
(...skipping 23 matching lines...) Expand all
40 <section id="submit"> 38 <section id="submit">
41 <h2>Submit buttons</h2> 39 <h2>Submit buttons</h2>
42 <p> 40 <p>
43 <button type="submit">Submit button</button> 41 <button type="submit">Submit button</button>
44 <input type="submit" value="Submit input" /> 42 <input type="submit" value="Submit input" />
45 </p> 43 </p>
46 <p> 44 <p>
47 <button type="submit" disabled>Disabled submit button</button> 45 <button type="submit" disabled>Disabled submit button</button>
48 <input type="submit" disabled value="Disabled submit input" /> 46 <input type="submit" disabled value="Disabled submit input" />
49 </p> 47 </p>
50 </section> 48 </section>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld