mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-22 21:53:47 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
5ff15df75d | ||
|
5c388acf5e | ||
|
a6d11b25a2 |
@@ -1,10 +1,15 @@
|
|||||||
# 0.6.1 (February 2, 2015)
|
# 0.6.2 (March 14, 2016)
|
||||||
|
|
||||||
|
- Minor formatting change (thanks @gilluminate!).
|
||||||
|
- Fix incorrect years in `CHANGELOG.md`.
|
||||||
|
|
||||||
|
# 0.6.1 (February 2, 2016)
|
||||||
|
|
||||||
- Simplify the instructions in `CHANGELOG.md`.
|
- Simplify the instructions in `CHANGELOG.md`.
|
||||||
- Rename `LICENSE.md` to `LICENSE`.
|
- Rename `LICENSE.md` to `LICENSE`.
|
||||||
- Update `README.md` content.
|
- Update `README.md` content.
|
||||||
|
|
||||||
# 0.6.0 (February 1, 2015)
|
# 0.6.0 (February 1, 2016)
|
||||||
|
|
||||||
- Update indentation and whitespace.
|
- Update indentation and whitespace.
|
||||||
- Add to npm.
|
- Add to npm.
|
||||||
|
@@ -206,8 +206,8 @@
|
|||||||
<p><small>This small text is small for for fine print, etc.</small></p>
|
<p><small>This small text is small for for fine print, etc.</small></p>
|
||||||
<p>Abbreviation: <abbr title="HyperText Markup Language">HTML</abbr></p>
|
<p>Abbreviation: <abbr title="HyperText Markup Language">HTML</abbr></p>
|
||||||
<p><q cite="https://developer.mozilla.org/en-US/docs/HTML/Element/q">This text is a short inline quotation.</q></p>
|
<p><q cite="https://developer.mozilla.org/en-US/docs/HTML/Element/q">This text is a short inline quotation.</q></p>
|
||||||
<p><cite>This is a citation.</cite>
|
<p><cite>This is a citation.</cite></p>
|
||||||
</p><p>The <dfn>dfn element</dfn> indicates a definition.</p>
|
<p>The <dfn>dfn element</dfn> indicates a definition.</p>
|
||||||
<p>The <mark>mark element</mark> indicates a highlight.</p>
|
<p>The <mark>mark element</mark> indicates a highlight.</p>
|
||||||
<p>The <var>variable element</var>, such as <var>x</var> = <var>y</var>.</p>
|
<p>The <var>variable element</var>, such as <var>x</var> = <var>y</var>.</p>
|
||||||
<p>The time element: <time datetime="2013-04-06T12:32+00:00">2 weeks ago</time></p>
|
<p>The time element: <time datetime="2013-04-06T12:32+00:00">2 weeks ago</time></p>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "html5-test-page",
|
"name": "html5-test-page",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"description": "A page filled with common HTML elements to be used for testing purposes.",
|
"description": "A page filled with common HTML elements to be used for testing purposes.",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user