CalliAnyone feel like educating me? I'm kind of curious about MF2 vs HTML microdata (HTMLMD) (By HTMLMD, I mean both itemscope/itemprop and rel w/ article-scoping for author, bookmark)
CalliIn sites I look at I see HTMLMD in use, but not MF2 (I know that people here will have MF2 data in your pages, but more generally I don't see too much)
CalliThis is interesting. I'm really trying to get at the difference between the MF2 and HTML parsing/serialization (rather than the MF2 vs schema vocabulary differences)
CalliKartikPrabhu: Thx. Will look at the parsing rules again. In terms of "new attributes", as far as I am concerned HTML5 is spec'd, released and the attributes exist, so they don't feel new. ;-)
CalliStill I feel compelled to give you my perspective as an outsider/newcomer: if I look at pages I'm interested in extracting data from, I see microdata some MF1, no MF2, and no RDFa. I see a draft HTML spec that describes parsing rules that match data that I see in pages I'm interested in. I also see JSON+LD.
aaronpkCalli: one of the goals of mf2 is to not dictate which html elements people use, so the ability to use h-entry on things other than <article> is good, and also means smaller spec with fewer edge cases
aaronpkthe guts of it hasn't changed in a long time. there are a couple things in the works right now but it's things like how to add things like language attributes