[Bug 10160] Jack Bauer’s name is a poor example of using meta, as the content is already present

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10160





--- Comment #2 from Oli Studholme <w3.org@boblet.net>  2010-07-19 04:01:29 ---
My examples had some errors (missing n’s itemscope). here are the corrected
versions:

<h1 itemprop="fn"><span itemprop="n" itemscope><span
itemprop="given-name">Jack</span> <span
itemprop="family-name">Bauer</span></span></h1>

An alternative <meta> example might be:

<div itemprop="n" itemscope lang="ja">
  <meta itemprop="given-name" content="ジャック">
  <meta itemprop="family-name" content="バウアー">
 </div>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 19 July 2010 04:01:30 UTC