From ab4675eae502cf469f10ca83a9aaec1789bac213 Mon Sep 17 00:00:00 2001 From: jKratzik Date: Thu, 24 Nov 2016 15:46:54 +0100 Subject: [PATCH 1/3] Added a few elements address, details, embed, object, file input, datalist, keygen --- index.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/index.html b/index.html index c28d537..5022254 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,8 @@
  • Lists
  • Horizontal rules
  • Tabular data
  • +
  • Address
  • +
  • The details element
  • Code
  • Inline elements
  • HTML Comments
  • @@ -38,6 +40,8 @@
  • Progress
  • Inline SVG
  • IFrames
  • +
  • Embed
  • +
  • Object
  • @@ -174,6 +178,26 @@ +
    +

    Address

    +
    + Written by Jon Doe.
    + Visit us at:
    + Example.com
    + Box 564, Disneyland
    + USA +
    + +
    +
    +

    The details element

    +
    + Details summary +

    More details come here.
    + Another sentence.

    +
    + +

    Code

    @@ -279,6 +303,16 @@
    + +

    Form elements

    @@ -321,6 +355,10 @@

    +

    + + +

    [Top]

    @@ -397,6 +435,19 @@

    +

    + + + + +

    +

    + + +

    [Top]

    From 66a77835cc63dd57a1e777bae75525ebc52d0742 Mon Sep 17 00:00:00 2001 From: Chris Bracco Date: Sat, 3 Apr 2021 14:49:23 -0400 Subject: [PATCH 2/3] Remove ; Re-organize additions --- index.html | 91 ++++++++++++++++++++++++++---------------------------- 1 file changed, 43 insertions(+), 48 deletions(-) diff --git a/index.html b/index.html index 5022254..c6b07b0 100644 --- a/index.html +++ b/index.html @@ -18,12 +18,12 @@
    • Headings
    • Paragraphs
    • -
    • Blockquotes
    • Lists
    • +
    • Blockquotes
    • +
    • Details / Summary
    • +
    • Address
    • Horizontal rules
    • Tabular data
    • -
    • Address
    • -
    • The details element
    • Code
    • Inline elements
    • HTML Comments
    • @@ -82,17 +82,6 @@ -
      -

      Blockquotes

      -
      -
      -

      A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.

      -

      It is typically distinguished visually using indentation and a different typeface or smaller size quotation. It may or may not include a citation, usually placed at the bottom.

      - Said no one, ever. -
      -
      - -

      Lists

      @@ -116,6 +105,36 @@
      +
      +

      Blockquotes

      +
      +
      +

      A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.

      +

      It is typically distinguished visually using indentation and a different typeface or smaller size quotation. It may or may not include a citation, usually placed at the bottom.

      + Said no one, ever. +
      +
      + +
      +
      +

      Details / Summary

      +
      + Expand for details +

      Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum, odio! Odio natus ullam ad quaerat, eaque necessitatibus, aliquid distinctio similique voluptatibus dicta consequuntur animi. Quaerat facilis quidem unde eos! Ipsa.

      +
      + +
      +
      +

      Address

      +
      + Written by Jon Doe.
      + Visit us at:
      + Example.com
      + Box 564, Disneyland
      + USA +
      + +

      Horizontal rules

      @@ -178,26 +197,6 @@
      -
      -

      Address

      -
      - Written by Jon Doe.
      - Visit us at:
      - Example.com
      - Box 564, Disneyland
      - USA -
      - -
      -
      -

      The details element

      -
      - Details summary -

      More details come here.
      - Another sentence.

      -
      - -

      Code

      @@ -305,12 +304,12 @@
    @@ -436,18 +435,14 @@

    - - - - -

    -

    - - -

    + + + + +

    [Top]

    From 1fecd23aa78091cf9cbfbe6085f474c5b13b6ca9 Mon Sep 17 00:00:00 2001 From: Chris Bracco Date: Sat, 3 Apr 2021 14:54:55 -0400 Subject: [PATCH 3/3] v0.9.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0dcafa..f3a7421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.9.0 (March 19, 2018) + +- Add
    ,
    , , , (thanks @jKratzik!). + # 0.8.0 (March 19, 2018) - Add test for HTML comments (thanks @ep00ch!). diff --git a/package.json b/package.json index 50e72e2..3514d6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html5-test-page", - "version": "0.8.0", + "version": "0.9.0", "description": "A page filled with common HTML elements to be used for testing purposes.", "main": "index.html", "scripts": {