Re: Using Comment to indicates comments

"Mark" as in "markup" -- as in HyperText Markup Language.

By "commenting UX", I mean the set of comments plus the means of entering new comments (usually a text box), and any associated headers and other such markup.

Cheers,


> On 20 Aug 2019, at 9:46 am, Chris Regan <cregan@thematix.com> wrote:
> 
> You'd written, "I want to mark the *set* of comments + commenting UX."
> What do you mean by mark, exactly, and by UX exactly?
> What's the example page/dir. that's your focus? 
> Chris
> 
> From: Mark Nottingham <mnot@mnot.net>
> Sent: Thursday, June 27, 2019 9:22 PM
> To: schema.org Mailing List <public-schemaorg@w3.org>
> Subject: Using Comment to indicates comments
>  
> Hi schema folk,
> 
> I've been looking for a way to indicate what parts of a Web page are comments; see <https://discourse.wicg.io/t/proposal-comments-element/3483> for the use case.
> 
> I see that something in this area is already defined at <https://schema.org/Comment>, but it's not quite what I'd like; I want to mark the *set* of comments + commenting UX, not just an individual comment.
> 
> Would it be horribly abusive if a page were to do something like:
> 
> """
> <div itemscope itemtype="http://schema.org/Comment">
> 
>   <h3>Comments</h3>
> 
>   <div class="comment_css">
>   [ comment ]
>   </div>
> 
>   <div class="comment_css">
>   [ comment ]
>   </div>
> 
>   <div class="add_comment_css">
>   [ add a comment UX ]
>   </div>
> 
> </div>
> """
> 
> ? 
> 
> Is there a better way to do this (including defining a new type)?
> 
> Cheers,
> 
> 
> --
> Mark Nottingham   https://www.mnot.net/

--
Mark Nottingham   https://www.mnot.net/

Received on Monday, 19 August 2019 23:49:30 UTC