diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a7421..a44a1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 0.9.0 (March 19, 2018) +# 0.9.1 (April 3, 2021) + +- Add background images (thanks @97arushisharma!). + +# 0.9.0 (April 3, 2021) - Add
,
, , , (thanks @jKratzik!). diff --git a/index.html b/index.html index c6b07b0..e1b5c50 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -32,7 +32,9 @@
  • Embedded content
      +
    • Images
    • +
    • Background images
    • Audio
    • Video
    • Canvas
    • @@ -256,17 +258,22 @@

      Images

      No <figure> element

      -

      Image alt text

      +

      Image alt text

      Wrapped in a <figure> element, no <figcaption>

      -
      Image alt text
      +
      Image alt text

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

      - Image alt text + Image alt text
      Here is a caption for this image.
      +
      +

      Background images

      +
      + +

      Audio

      @@ -328,7 +335,7 @@

      - +

      @@ -465,7 +472,7 @@

      diff --git a/package.json b/package.json index 3514d6e..504ffb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html5-test-page", - "version": "0.9.0", + "version": "0.9.1", "description": "A page filled with common HTML elements to be used for testing purposes.", "main": "index.html", "scripts": {