Skip to content

Commit

Permalink
[e] (0) update sample markup in comment
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4153 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 16, 2009
1 parent 12c5e52 commit 2e8b736
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -43945,17 +43945,17 @@ <h2 id=microdata><span class=secno>5 </span><dfn>Microdata</dfn></h2>
* splitting the 'content' part of a property into multiple sub-bits,
as in:

<span property="tel" content-in-bits>
<span itemprop="tel" item-content-in-bits>
Telephone:
<span content-bit>+44</span> (0) <span content-bit>1223 123 123</span>
</span>

maybe vocabs that need this can use a sub vocabulary specifically
for this:

<span property="tel" item="bits">
<span itemprop="tel" itemscope itemtype="http://bits.example/">
Telephone:
<span property=bit>+44</span> (0) <span property=bit>1223 123 123</span>
<span itemprop=bit>+44</span> (0) <span itemprop=bit>1223 123 123</span>
</span>

-->
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -43774,17 +43774,17 @@ contradict people?
* splitting the 'content' part of a property into multiple sub-bits,
as in:

<span property="tel" content-in-bits>
<span itemprop="tel" item-content-in-bits>
Telephone:
<span content-bit>+44</span> (0) <span content-bit>1223 123 123</span>
</span>

maybe vocabs that need this can use a sub vocabulary specifically
for this:

<span property="tel" item="bits">
<span itemprop="tel" itemscope itemtype="http://bits.example/">
Telephone:
<span property=bit>+44</span> (0) <span property=bit>1223 123 123</span>
<span itemprop=bit>+44</span> (0) <span itemprop=bit>1223 123 123</span>
</span>

-->
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -48906,17 +48906,17 @@ contradict people?
* splitting the 'content' part of a property into multiple sub-bits,
as in:

<span property="tel" content-in-bits>
<span itemprop="tel" item-content-in-bits>
Telephone:
<span content-bit>+44</span> (0) <span content-bit>1223 123 123</span>
</span>

maybe vocabs that need this can use a sub vocabulary specifically
for this:

<span property="tel" item="bits">
<span itemprop="tel" itemscope itemtype="http://bits.example/">
Telephone:
<span property=bit>+44</span> (0) <span property=bit>1223 123 123</span>
<span itemprop=bit>+44</span> (0) <span itemprop=bit>1223 123 123</span>
</span>

-->
Expand Down

0 comments on commit 2e8b736

Please sign in to comment.