[wp-trac] [WordPress Trac] #30783: Support Microformats 2
WordPress Trac
noreply at wordpress.org
Mon Dec 21 23:40:59 UTC 2015
#30783: Support Microformats 2
-------------------------+------------------------------
Reporter: dshanske | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
-------------------------+------------------------------
Comment (by TomasM):
I guess main reason to keep everything in v2 format (except body) is the
simplicity of the code:
`<span class="vcard"><a class="fn n url"
href="http://waterpigs.co.uk">Barnaby Walters</a></span>`
With microformats 2 this all becomes much simpler:
`<a class="h-card" href="http://waterpigs.co.uk">Barnaby Walters</a>`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30783#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list