mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-23 06:02:48 +02:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
8baaacd77e | ||
|
76753ba02f | ||
|
cf00512063 | ||
|
527134b89a | ||
|
4f2ed28992 | ||
|
12dfea9c4f |
@@ -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.
|
||||
|
@@ -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><figure></code> element, with a <code><figcaption></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>
|
||||
|
Reference in New Issue
Block a user