-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
2,653 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.2.1 | ||
2.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE HTML> | ||
<title>My Blog</title> | ||
<article itemscope itemtype="https://schema.org/BlogPosting"> | ||
<header> | ||
<h1 itemprop="headline">Progress report</h1> | ||
<p><time itemprop="datePublished" datetime="2013-08-29">today</time></p> | ||
<link itemprop="url" href="?comments=0"> | ||
</header> | ||
<p>All in all, he's doing well with his swim lessons. The biggest thing was he had trouble | ||
putting his head in, but we got it down.</p> | ||
<section> | ||
<h1>Comments</h1> | ||
<article itemprop="comment" itemscope itemtype="https://schema.org/Comment" id="c1"> | ||
<link itemprop="url" href="#c1"> | ||
<footer> | ||
<p>Posted by: <span itemprop="creator" itemscope itemtype="https://schema.org/Person"> | ||
<span itemprop="name">Greg</span> | ||
</span></p> | ||
<p><time itemprop="dateCreated" datetime="2013-08-29">15 minutes ago</time></p> | ||
</footer> | ||
<p>Ha!</p> | ||
</article> | ||
<article itemprop="comment" itemscope itemtype="https://schema.org/Comment" id="c2"> | ||
<link itemprop="url" href="#c2"> | ||
<footer> | ||
<p>Posted by: <span itemprop="creator" itemscope itemtype="https://schema.org/Person"> | ||
<span itemprop="name">Charlotte</span> | ||
</span></p> | ||
<p><time itemprop="dateCreated" datetime="2013-08-29">5 minutes ago</time></p> | ||
</footer> | ||
<p>When you say "we got it down"...</p> | ||
</article> | ||
</section> | ||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div id="x"> | ||
<p itemprop="a">1</p> | ||
</div> | ||
<div itemscope itemref="x" itemtype="http://schema.org/Thing"> | ||
<p itemprop="b">test</p> | ||
<p itemprop="a">2</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<dl itemscope itemtype="http://md.example.com/loco | ||
http://md.example.com/lighting"> | ||
<dt>Name: | ||
<dd itemprop="name">Tank Locomotive (DB 80) | ||
<dt>Product code: | ||
<dd itemprop="product-code">33041 | ||
<dt>Scale: | ||
<dd itemprop="scale">HO | ||
<dt>Digital: | ||
<dd itemprop="digital">Delta | ||
</dl> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE HTML> | ||
<title>My Blog</title> | ||
<article itemscope itemtype="https://schema.org/BlogPosting"> | ||
<header> | ||
<h1 itemprop="headline">Progress report</h1> | ||
<p><time itemprop="datePublished" datetime="2013-08-29">today</time></p> | ||
<link itemprop="url" href="?comments=0"> | ||
</header> | ||
<p>All in all, he's doing well with his swim lessons. The biggest thing was he had trouble | ||
putting his head in, but we got it down.</p> | ||
<section> | ||
<h1>Comments</h1> | ||
<article itemprop="comment" itemscope itemtype="https://schema.org/Comment" id="c1"> | ||
<link itemprop="url" href="#c1"> | ||
<footer> | ||
<p>Posted by: <span itemprop="creator" itemscope itemtype="https://schema.org/Person"> | ||
<span itemprop="name">Greg</span> | ||
</span></p> | ||
<p><time itemprop="dateCreated" datetime="2013-08-29">15 minutes ago</time></p> | ||
</footer> | ||
<p>Ha!</p> | ||
</article> | ||
<article itemprop="comment" itemscope itemtype="https://schema.org/Comment" id="c2"> | ||
<link itemprop="url" href="#c2"> | ||
<footer> | ||
<p>Posted by: <span itemprop="creator" itemscope itemtype="https://schema.org/Person"> | ||
<span itemprop="name">Charlotte</span> | ||
</span></p> | ||
<p><time itemprop="dateCreated" datetime="2013-08-29">5 minutes ago</time></p> | ||
</footer> | ||
<p>When you say "we got it down"...</p> | ||
</article> | ||
</section> | ||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.