https://bugs.kde.org/show_bug.cgi?id=362572
--- Comment #3 from JZA <j...@oooes.org> --- Here is a small example, the class respond to the microformat schema: <div class="vcard"> <a class="url fn" href="http://tantek.com/">Joe Smith</a> <a href="mailto:svs-off...@informatik.uni-hamburg.de" class="email">Email us.</a><br/> Tel.: <span class="tel">+49 40 42883 - 2510</span><br/> Fax: +49 40 42883 - 2086 <br/> Room: F-631 <br> </div> versus the regular HTML: <p>Joe Smith<br /> <a href="mailto:svs-off...@informatik.uni-hamburg.de">Email us.</a><br /> Tel.: +49 40 42883 - 2510<br /> Fax: +49 40 42883 - 2086 <br/> Room: F-631 </p> For a full list of schemas: http://microformats.org/wiki/hcard#Property_List -- You are receiving this mail because: You are watching all bug changes.