On Aug 17, 2010, at 12:21 PM, Thiago H. de Paula Figueiredo wrote:

> On Tue, 17 Aug 2010 15:33:09 -0300, Pierce Wetter <pie...@paceap.com> wrote:
> 
>>> To avoid creating elements with repeated ids, when you don't provide one 
>>> explicitly, the components generate an id with a random suffix.
>>  Well, that's not quite true. That's why it seems like a bug to me.
>> 
>>   <zone t:id="first" />
>> 
>>  Will get generated as:
>> 
>>    <div id="first" />
>> 
>>  But if you nest them:
>> 
>>   <zone t:id="first" />
>>   <block>
>>        <zone t:id="second" />
>>        <a zone="second" id="alink"/>
>>   </block>
>> 
>>   You'll end up with:
>> 
>>    <div id="first">
>>        <div id="second_54987654">
>>        </div>
>>        <a id="alink_54987654" />
>>    </div>
> 
> That's exactly what I said previously. :)

   Er, yeah, but my point was that the first zone doesn't get a random suffix, 
its only the nested zone that does. 

 Pierce

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to