<?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>13452</bug_id>
          
          <creation_ts>2011-07-29 14:22:12 +0000</creation_ts>
          <short_desc>Explain the point of itemid</short_desc>
          <delta_ts>2011-08-04 05:05:24 +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>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>WONTFIX</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#attr-itemid</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>karl+w3c</cc>
    
    <cc>lin.w.clark</cc>
    
    <cc>mike</cc>
    
    <cc>philipj</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</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>51757</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-07-29 14:22:12 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html
Multipage: http://www.whatwg.org/C#attr-itemid
Complete: http://www.whatwg.org/c#attr-itemid

Comment:
Explain the point of itemid

Posted from: 83.218.67.122 by philipj@opera.com
User agent: Opera/9.80 (X11; Linux x86_64; U; Edition Next; en) Presto/2.9.186 Version/12.00</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51760</commentid>
    <comment_count>1</comment_count>
    <who name="Philip Jägenstedt">philipj</who>
    <bug_when>2011-07-29 14:35:51 +0000</bug_when>
    <thetext>http://www.brucelawson.co.uk/2011/microdata-help-please/

The spec doesn&apos;t do a good job of explaining why anyone would ever want to use itemid, deferring completely to the vocabulary. It would be nice for curious minds to get some kind of clue why the attribute might be useful or if they can safely ignore it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51765</commentid>
    <comment_count>2</comment_count>
    <who name="Karl Dubost">karl+w3c</who>
    <bug_when>2011-07-29 14:51:26 +0000</bug_when>
    <thetext>This is a text proposal.

# Current text:

Elements with an itemscope attribute and an itemtype attribute that references
a vocabulary that is defined to support global identifiers for items may also
have an itemid attribute specified, to give a global identifier for the item,
so that it can be related to other items on pages elsewhere on the Web.


# Proposed text:

Elements with an itemscope attribute and an itemtype attribute may also have an
itemid attribute specifying a global identifier for the item. The global
identifier provide a mechanism to associate related items elsewhere on the Web.



# Current text:

The exact meaning of a global identifier is determined by the vocabulary&apos;s
specification. It is up to such specifications to define whether multiple items
with the same global identifier (whether on the same page or on different
pages) are allowed to exist, and what the processing rules for that vocabulary
are with respect to handling the case of multiple items with the same ID.


# Proposed text:

Vocabulary designers are encouraged to allow global identifier on items. It is
up to such specifications to define whether multiple items with the same global
identifier (whether on the same page or on different pages) are allowed to
exist, and what the processing rules for that vocabulary are with respect to
handling the case of multiple items with the same ID.

Content authors should use global identifiers, when encouraged by the
vocabulary specification, to allow vocabulary parsers to associate items across
the Web. Reusing well known identifiers is also encouraged.


-------------
Note

I removed: &quot;The exact meaning of a global identifier is determined by the
vocabulary&apos;s specification.&quot;
because it is a false statement.

A book vocabulary may say you should use for the value of itemid, URIs of the
type &quot;urn:isbn:&quot; for global identifiers on items. But it doesn&apos;t define the
meaning of urn:isbn:123456789.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51965</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-08-02 07:06:35 +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: Rejected
Change Description: no spec change
Rationale: There&apos;s a whole section on itemid=&quot;&quot;. I don&apos;t understand the problem here. I can&apos;t tell you what it means, it&apos;s entirely up to the vocabulary. It&apos;s like asking what id=&quot;&quot; means. It&apos;s just a global identifier. How you use it is up to the author (in the case of id=&quot;&quot;) or the vocabulary (in the case of itemid=&quot;&quot;).

(In the WHATWG copy I&apos;ve tried to clarify what the global identifier means for vCard and vEvent; that doesn&apos;t affect the W3C subset of the spec. Diff below.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51966</commentid>
    <comment_count>4</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-08-02 07:06:43 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r6344.
Check-in comment: I forgot to include the text for UID in the bit about global identifiers.
http://html5.org/tools/web-apps-tracker?from=6343&amp;to=6344</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51991</commentid>
    <comment_count>5</comment_count>
    <who name="Karl Dubost">karl+w3c</who>
    <bug_when>2011-08-02 14:17:15 +0000</bug_when>
    <thetext>(In reply to comment #3)
&gt; Rationale: There&apos;s a whole section on itemid=&quot;&quot;. I don&apos;t understand the problem
&gt; here. 

It is not about redefining itemid but about clarifying the role. Your statement for closing is true but completely orthogonal to what was suggested.

&gt; I can&apos;t tell you what it means, it&apos;s entirely up to the vocabulary. 

This is unrelated to the issue explained here. 

&gt; It&apos;s
&gt; like asking what id=&quot;&quot; means. It&apos;s just a global identifier. 

We all agree on that. Not the issue. The proposed text are about giving information on how itemid are used in the context of microdata.



There is also still a false statement in the current specification. 
&quot;The exact meaning of a global identifier is determined by the vocabulary&apos;s specification.&quot;
something along &quot;the specific types of uris usable as a global identifier is determined by the vocabulary&apos;s specification.&quot; would be correct.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52925</commentid>
    <comment_count>6</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:05:24 +0000</bug_when>
    <thetext>mass-move component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>