Skip to content

Commit aec1395

Browse files
committed
Add additional abbr and dfn tests to the demo
1 parent fefbe79 commit aec1395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ <h1>Text-level semantics</h1>
5555

5656
<p>
5757
The <a href="#">a element</a> example<br>
58-
The <abbr title="Title text">abbr element</abbr> example<br>
58+
The <abbr>abbr element</abbr> and <abbr title="Title text">abbr element with title</abbr> examples<br>
5959
The <b>b element</b> example<br>
6060
The <cite>cite element</cite> example<br>
6161
The <code>code element</code> example<br>
6262
The <del>del element</del> example<br>
63-
The <dfn>dfn element</dfn> example<br>
63+
The <dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn> examples<br>
6464
The <em>em element</em> example<br>
6565
The <i>i element</i> example<br>
6666
The img element <img src="http://placekitten.com/16/16" alt=""> example<br>

0 commit comments

Comments
 (0)