<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>10199</bug_id>
          
          <creation_ts>2010-07-19 03:47:02 +0000</creation_ts>
          <short_desc>Some vcard examples lack itemscope on itemprop=&quot;n&quot; elements</short_desc>
          <delta_ts>2010-10-05 13:03:19 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>pre-LC1 HTML Microdata (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#examples-1</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>w3.org</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>36989</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-07-19 03:47:02 +0000</bug_when>
    <thetext>Section: http://www.whatwg.org/specs/web-apps/current-work/complete.html#examples-1

Comment:
Some vcard examples lack itemscope on itemprop=&quot;n&quot; elements

Posted from: 221.113.122.222 by w3.org@boblet.net</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>36990</commentid>
    <comment_count>1</comment_count>
    <who name="Oli Studholme">w3.org</who>
    <bug_when>2010-07-19 03:54:00 +0000</bug_when>
    <thetext>As the “n” property is a nested item it should be specified with itemscope:

&lt;span
 itemprop=&quot;agent&quot; itemscope itemtype=&quot;http://microformats.org/profile/hcard&quot;&gt;&lt;a
 itemprop=&quot;email&quot; href=&quot;mailto:c.obrian@la.ctu.gov.invalid&quot;&gt;&lt;span
 itemprop=&quot;fn&quot;&gt;&lt;span itemprop=&quot;n&quot; itemscope&gt;&lt;span
 itemprop=&quot;given-name&quot;&gt;Chloe&lt;/span&gt; &lt;span
 itemprop=&quot;family-name&quot;&gt;O&apos;Brian&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;
(note this also had a spurious extra itemscope on itemprop=&quot;n&quot;, and the typo
itemprop=&quot;family=name&quot;)

&lt;address itemscope itemtype=&quot;http://microformats.org/profile/hcard&quot;&gt;
 &lt;strong itemprop=&quot;fn&quot;&gt;&lt;span itemprop=&quot;n&quot; itemscope&gt;&lt;span itemprop=&quot;given-name&quot;&gt;Alfred&lt;/span&gt;
 &lt;span itemprop=&quot;family-name&quot;&gt;Person&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; &lt;br&gt;
 &lt;span itemprop=&quot;adr&quot; itemscope&gt;
  &lt;span itemprop=&quot;street-address&quot;&gt;1600 Amphitheatre Parkway&lt;/span&gt; &lt;br&gt;
  &lt;span itemprop=&quot;street-address&quot;&gt;Building 43, Second Floor&lt;/span&gt; &lt;br&gt;
  &lt;span itemprop=&quot;locality&quot;&gt;Mountain View&lt;/span&gt;,
   &lt;span itemprop=&quot;region&quot;&gt;CA&lt;/span&gt; &lt;span itemprop=&quot;postal-code&quot;&gt;94043&lt;/span&gt;
 &lt;/span&gt;
&lt;/address&gt;

&lt;span itemscope itemtype=&quot;http://microformats.org/profile/hcard&quot;&gt;
&lt;span itemprop=&quot;fn&quot;&gt;&lt;span itemprop=&quot;n&quot; itemscope&gt;&lt;span itemprop=&quot;given-name&quot;&gt;George&lt;/span&gt;
&lt;span itemprop=&quot;family-name&quot;&gt;Washington&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;

Initially filed as this bug (in which I didn’t realise that n was a nested item and/or didn’t understand nested items):
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10159</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>38607</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-09-08 06:41:42 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter&apos;s comments, I think. I wasn&apos;t 100% sure I understood the bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>38609</commentid>
    <comment_count>3</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-09-08 06:42:35 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r5445.
Check-in comment: typos
http://html5.org/tools/web-apps-tracker?from=5444&amp;to=5445</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>