8 Commits
0.2.2 ... 0.3.1

Author SHA1 Message Date
cbracco
8baaacd77e v0.3.1 2015-08-17 15:58:46 +02:00
cbracco
76753ba02f Merge branch 'Haroenv-patch-1'
* Haroenv-patch-1:
  place kitten fix
2015-08-17 15:57:46 +02:00
cbracco
cf00512063 Merge branch 'patch-1' of https://github.com/Haroenv/html5-test-page into Haroenv-patch-1
* 'patch-1' of https://github.com/Haroenv/html5-test-page:
  place kitten fix
2015-08-17 15:57:31 +02:00
cbracco
527134b89a Merge branch 'master' of https://github.com/cbracco/html5-test-page
* 'master' of https://github.com/cbracco/html5-test-page:
2015-08-17 15:30:33 +02:00
cbracco
4f2ed28992 Merge branch 'johnpolacek-master'
* johnpolacek-master:
  add phone number input type
2015-08-17 15:30:28 +02:00
cbracco
649dfac7ae Merge branch 'johnpolacek-master'
* johnpolacek-master:
  add phone number input type
2015-08-17 15:29:07 +02:00
johnpolacek
033d46eb24 add phone number input type 2015-08-16 07:28:05 -05:00
Haroen Viaene
12dfea9c4f place kitten fix 2015-05-04 18:27:01 +02:00
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
# 0.3.1 (August 17, 2015)
- Change placeholder image dimensions to one that works properly (thanks @haroenv!).
# 0.3.0 (August 17, 2015)
- Add phone number input field (thanks @johnpolacek!).
# 0.2.2 (May 13, 2015)
- Fix validation errors.

View File

@@ -274,7 +274,7 @@ p q r s t u v w x y z { | } ~ </pre>
<figure><img src="http://placekitten.com/420/420" alt="Image alt text"></figure>
<h3>Wrapped in a <code>&lt;figure&gt;</code> element, with a <code>&lt;figcaption&gt;</code></h3>
<figure>
<img src="http://placekitten.com/360/360" alt="Image alt text">
<img src="http://placekitten.com/420/420" alt="Image alt text">
<figcaption>Here is a caption for this image.</figcaption>
</figure>
</div>
@@ -341,6 +341,10 @@ p q r s t u v w x y z { | } ~ </pre>
<label for="input__emailaddress">Email Address</label>
<input id="input__emailaddress" type="email" placeholder="name@email.com">
</p>
<p>
<label for="input__phone">Phone Number</label>
<input id="input__phone" type="tel" placeholder="(999) 999-9999">
</p>
<p>
<label for="input__search">Search</label>
<input id="input__search" type="search" placeholder="Enter Search Term">