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

Unified Diff: pages/forms/advanced.html

Issue 29510560: Issue 4633 - Default form styles (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Rebase on website-defaults with reset and namespaced content Created Sept. 13, 2017, 7:39 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | pages/forms/basic.html » ('j') | pages/forms/basic.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/forms/advanced.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/forms/advanced.html
@@ -0,0 +1,32 @@
+title=Advanced Form Fields
+
+<h1>Advanced Form Fields</h1>
+<p>Default styles for advanced form elements.</p>
+
+<nav>
+ <ol>
+ <li><a href="#advanced-text">Advanced text</a></li>
+ <li><a href="#media">Media</a></li>
+ </ol>
+</nav>
+
+<section id="advanced-text">
+ <h2>Advanced text</h2>
+ <p><input type="search" placeholder="Search terms" /></p>
+ <p><input type="tel" placeholder="+55-55-555-5555" /></p>
+ <p><input type="url" placeholder="example.com" /></p>
+ <p><input type="email" placeholder="user@example.com" /></p>
+ <p><input type="password" placeholder="Password" /></p>
+ <p><input type="date" placeholder="Date" /></p>
+ <p><input type="time" placeholder="Time" /></p>
+ <p><input type="datetime-local" placeholder="Datetime Local" /></p>
+ <p><input type="number" placeholder="5" /></p>
+</section>
+
+<section id="advanced-text">
juliandoucette 2017/09/18 13:13:21 NIT: I think that we should exclude the file input
ire 2017/09/19 08:06:48 Makes sense. Done.
+ <h2>Media</h2>
+ <p>
+ <label for="file">File</label>
+ <input id="file" type="file" />
+ </p>
+</section>
« no previous file with comments | « README.md ('k') | pages/forms/basic.html » ('j') | pages/forms/basic.html » ('J')

Powered by Google App Engine
This is Rietveld