comment-brainstorming: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
WebOrganics (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= Brainstorming for a Comment Microformat = | |||
{{TOC-right}} | |||
This is a brainstorm for commentmicroformat. Examples of a comment can be found here [[comment-examples]] | |||
== Contributors == | |||
* [[User:Csarven|Sarven Capadisli]] | |||
* [[User:Singpolyma|Singpolyma]] | |||
* [[User:WebOrganics|Martin McEvoy]] | |||
== Discovered Elements == | |||
Based on the analysis of 25 real world examples, the results can be found at the [[comment-examples#Analysis| Comment Analysis]] section | |||
The following properties occur most regularly across all examples (92% or more) | |||
* author (name)100% | |||
* comment (text) 100% | |||
* published (date) 100% | |||
* author-url (href) 92% | |||
'''Other achievable elements''' | |||
* comment-link (a permalink) 40% | |||
==Feedback== | |||
If we can indicate that the hAtom entries are also comments, we could add an indicator beside hAtom. | If we can indicate that the hAtom entries are also comments, we could add an indicator beside hAtom. | ||
<pre><nowiki> | <pre><nowiki> |
Revision as of 12:32, 11 November 2008
Brainstorming for a Comment Microformat
This is a brainstorm for commentmicroformat. Examples of a comment can be found here comment-examples
Contributors
Discovered Elements
Based on the analysis of 25 real world examples, the results can be found at the Comment Analysis section
The following properties occur most regularly across all examples (92% or more)
- author (name)100%
- comment (text) 100%
- published (date) 100%
- author-url (href) 92%
Other achievable elements
- comment-link (a permalink) 40%
Feedback
If we can indicate that the hAtom entries are also comments, we could add an indicator beside hAtom.
<div class="hfeed hcomment"> hAtom pattern goes here. </div>
Alternatively, we could add hcomment
with hentry
to indicate that the following hentry can be treated also as a comment.
<div class="hentry hcomment"> hEntry pattern goes here. </div>
--Sarven Capadisli 11:59, 25 Sep 2008 (PDT)
- If an hfeed is embedded in an hEntry, that could be enough context to show "these items are replies to the one they're embedded in" singpolyma 12:20, 25 Sep 2008 (PDT)