-
Notifications
You must be signed in to change notification settings - Fork 5
h-entry is currently on body instead of <article> #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
As far as I can tell, there is nothing inherently wrong with it being on body, depending on the structure of the page |
I would say, the best argument so far is that WordPress puts hentry on post_class, and to ensure consistency, h-entry should always be on post_class, not in body_class. |
With |
To avoid both the mf1 and the mf2 entries to be parsed the two classes should be on the same tag. The microformats 2 parsing algorithm then dictates that the mf2 class will replace the mf1 class: http://microformats.org/wiki/microformats2-parsing#parse_an_element_for_class_microformats So always applying the mf2 |
But they can't if it applies hentry improperly. |
@dshanske My impression is that they don't apply it improperly, but rather sub-optimally? So that a better markup with more features can be had if the |
My proposal was that we add a theme support flag to address. |
I was thinking maybe a plugin option, if one wants to support both a compatibility mode and a feature rich mode, and have the module scale down or up accordingly. |
The problem is, that I add both, the |
I like the idea to make that feature configurable via a filter and/or const... |
See discussion at snarfed/bridgy#691 for details
The text was updated successfully, but these errors were encountered: