<?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>12911</bug_id>
          
          <creation_ts>2011-06-08 14:48:54 +0000</creation_ts>
          <short_desc>Incorrect order of &quot;a&quot; properties in itemref example</short_desc>
          <delta_ts>2011-08-04 05:05:25 +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>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#names:-the-itemprop-attribute</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>blocker</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>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>49320</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-06-08 14:48:54 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html
Section: http://www.whatwg.org/specs/web-apps/current-work/complete.html#names:-the-itemprop-attribute

Comment:
Incorrect order of &quot;a&quot; properties in itemref example

Posted from: 83.218.67.122
User agent: Opera/9.80 (X11; Linux x86_64; U; Opera Next; en) Presto/2.8.131 Version/11.50</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49321</commentid>
    <comment_count>1</comment_count>
    <who name="Philip Jägenstedt">philipj</who>
    <bug_when>2011-06-08 14:52:05 +0000</bug_when>
    <thetext>The spec says:

In the following example, the &quot;a&quot; property has the values &quot;1&quot; and &quot;2&quot;, in that order, but whether the &quot;a&quot; property comes before the &quot;b&quot; property or not is not important:

&lt;div itemscope itemref=&quot;x&quot;&gt;
 &lt;p itemprop=&quot;b&quot;&gt;test&lt;/p&gt;
 &lt;p itemprop=&quot;a&quot;&gt;2&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&quot;x&quot;&gt;
 &lt;p itemprop=&quot;a&quot;&gt;1&lt;/p&gt;
&lt;/div&gt;

I say:

This seems to be wrong. &lt;http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#crawl-the-properties&gt; clearly sorts all properties in tree order, so the order should be &quot;2&quot;, &quot;1&quot; in this case.

I&apos;ve verified with http://foolip.org/microdatajs/live/ that implementing the crawl algorithm (mostly) as specified doesn&apos;t do what the example claims.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>50818</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-07-07 23:10:56 +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 used to sort them in the order you&apos;d find them (so the itemref=&quot;&quot; attribute&apos;s value&apos;s order was important) and forgot to update the example when I changed that. Good catch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>50819</commentid>
    <comment_count>3</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-07-07 23:12:09 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r6282.
Check-in comment: Example was out of date.
http://html5.org/tools/web-apps-tracker?from=6281&amp;to=6282</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52928</commentid>
    <comment_count>4</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:05:25 +0000</bug_when>
    <thetext>mass-move component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>