From: Alexandre L. <new...@al...> - 2010-02-23 03:11:55
|
Thanks Yuri, much appreciate your help On 02/18/2010 06:19 PM, Yuri Takhteyev wrote: > Anyway, if I were you, I would focus on identifying and re-using > existing document structure. E.g., allowing people to attach comments > to sections/headings, paragraphs, list items, sentences, quotations, > etc. I agree with you I have to work on the HTML structure. For instance I recently uploaded an interview formatted as a big <dl/> list. In its current development our software considered that definition list to be a single element to comment since it was enclosed by a single <dl></dl> tag whereas it would make much more sense to break it on each <dt/> </dd> pair. > If this isn't enough, then you can think of two separate markups > - one for identifying sub-paragraph sections, and another one for > grouping paragraphs. > > - yuri > The previous solution doesn't solve the arbitrary slicing issue, and we will need to define a syntax for that. It is still unclear to me what those markups could be. Do you have anything in mind? Best, Alexandre |