- From: <bugzilla@jessica.w3.org>
- Date: Wed, 14 Jul 2010 07:18:03 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10159 --- Comment #1 from Oli Studholme <w3.org@boblet.net> 2010-07-14 07:18:03 --- It’s typical when using microformats to apply fn and n (plus fn and org) together, and this would make the examples less verbose. Here are the relevant example snippets after this change: (I’ll cover Jack Bauer’s name in a separate bug) <span itemprop="agent" itemscope itemtype="http://microformats.org/profile/hcard"><a itemprop="email" href="mailto:c.obrian@la.ctu.gov.invalid"><span itemprop="fn n"><span itemprop="given-name">Chloe</span> <span itemprop="family-name">O'Brian</span></span></a></span> (note this also had a spurious extra itemscope on itemprop="n", and the typo itemprop="family=name") <address itemscope itemtype="http://microformats.org/profile/hcard"> <strong itemprop="fn n"><span itemprop="given-name">Alfred</span> <span itemprop="family-name">Person</span></strong> <br> <span itemprop="adr" itemscope> <span itemprop="street-address">1600 Amphitheatre Parkway</span> <br> <span itemprop="street-address">Building 43, Second Floor</span> <br> <span itemprop="locality">Mountain View</span>, <span itemprop="region">CA</span> <span itemprop="postal-code">94043</span> </span> </address> <span itemscope itemtype="http://microformats.org/profile/hcard"> <span itemprop="fn n"><span itemprop="given-name">George</span> <span itemprop="family-name">Washington</span></span></span> -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Wednesday, 14 July 2010 07:18:05 UTC