From 63bafc731ca14f0ea9966f0d78f7e2920e543c42 Mon Sep 17 00:00:00 2001 From: cbracco Date: Mon, 17 Aug 2015 20:30:20 +0200 Subject: [PATCH 1/3] rename test.html to index.html --- test.html => index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test.html => index.html (100%) diff --git a/test.html b/index.html similarity index 100% rename from test.html rename to index.html From 47719944bcf1e6d28f0db3505dafb65e6041fedc Mon Sep 17 00:00:00 2001 From: cbracco Date: Mon, 17 Aug 2015 20:40:17 +0200 Subject: [PATCH 2/3] add meter element; reorganize a few existing elements --- index.html | 49 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 0c5f94f..1d03e6a 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@

HTML5 Test Page

  • Lists
  • Horizontal rules
  • Tabular data
  • -
  • Syntax
  • +
  • Code
  • Inline elements
  • @@ -33,18 +33,20 @@

    HTML5 Test Page

  • Audio
  • Video
  • Canvas
  • -
  • Progress bars
  • +
  • Meter
  • +
  • Progress
  • Inline SVG
  • -
  • IFrames
  • +
  • IFrames
  • Form elements @@ -195,8 +197,8 @@

    Unordered List

    -
    -

    Syntax

    +
    +

    Code

    Keyboard input: Cmd

    @@ -299,8 +301,14 @@

    Wrapped in a <figure> element, with a <figcaptio

    +
    +

    Meter

    +
    2 out of 10
    + +
    +
    -

    Progress bars

    +

    Progress

    progress
    @@ -311,8 +319,8 @@

    Wrapped in a <figure> element, with a <figcaptio

    -
    -

    IFrames

    + @@ -322,11 +330,11 @@

    Wrapped in a <figure> element, with a <figcaptio

    Form elements

    -
    - Text fields +
    + Input fields

    - +

    @@ -350,13 +358,9 @@

    Wrapped in a <figure> element, with a <figcaptio

    - +

    -

    - - -

    @@ -410,6 +414,17 @@

    Wrapped in a <figure> element, with a <figcaptio

    [Top]

    +
    + Textareas + +

    + + +

    +
    + +

    [Top]

    +
    HTML5 inputs From 7f81d9f7a3a9e5c942249a6c766cb9326c122a2d Mon Sep 17 00:00:00 2001 From: cbracco Date: Mon, 17 Aug 2015 20:41:31 +0200 Subject: [PATCH 3/3] v0.4.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efdb324..a186caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.0 (August 17, 2015) + +- Add `` element (thanks @haroenv!). Reorganize a few existing elements. + # 0.3.1 (August 17, 2015) - Change placeholder image dimensions to one that works properly (thanks @haroenv!).