Re: [uf-discuss] dl inside address

2010-09-30 Thread Brian Suda
 I am trying an hCard (which is contact information for the page owner in
 this case) as a dl inside address.  The HTML5 validator does not
 complain about this, but it doesn't seem to work for Optimus or
 http://hcard.geekhood.net

 Specifically, when I feed:

 address class=vcarddldd class=fntest/dd/dl/address

 Both of them say I didn't put an fn, but when I feed:

 addressdl class=vcarddd class=fntest/dd/dl/address

 It works fine.  Wh?


--- part of the problem might be that address is an inline element.
So wrapping it around the dl which is block level, it might be
ignored in the parser and therefore you lose the class=vcard.

-brian



-- 
brian suda
http://suda.co.uk

___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


Re: [uf-discuss] dl inside address

2010-09-30 Thread Stephen Paul Weber
  Specifically, when I feed:
  
  address class=vcarddldd class=fntest/dd/dl/address
  
  Both of them say I didn't put an fn, but when I feed:
  
  addressdl class=vcarddd class=fntest/dd/dl/address
  
  It works fine.  Wh?
 
 
 --- part of the problem might be that address is an inline element.
 So wrapping it around the dl which is block level, it might be
 ignored in the parser and therefore you lose the class=vcard.

I thought it might be something like that... shouldn't the html5 validator 
scream at me for that then?
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


RE: [uf-discuss] dl inside address

2010-09-30 Thread Ted Drake
I've been wondering about this, the HTML5 spec uses flow content. Is that the 
same as saying inline.
I was hoping to use address around a dl as well, but it looks like we need to 
wrap the content within a dd, but then we lose the dt labeling text.

Ted

-Original Message-
From: microformats-discuss-boun...@microformats.org 
[mailto:microformats-discuss-boun...@microformats.org] On Behalf Of Stephen 
Paul Weber
Sent: Thursday, September 30, 2010 9:59 AM
To: Microformats Discuss
Subject: Re: [uf-discuss] dl inside address

  Specifically, when I feed:
  
  address class=vcarddldd class=fntest/dd/dl/address
  
  Both of them say I didn't put an fn, but when I feed:
  
  addressdl class=vcarddd class=fntest/dd/dl/address
  
  It works fine.  Wh?
 
 
 --- part of the problem might be that address is an inline element.
 So wrapping it around the dl which is block level, it might be
 ignored in the parser and therefore you lose the class=vcard.

I thought it might be something like that... shouldn't the html5 validator 
scream at me for that then?
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss