Hi,

> >> : Separater
> >>   Like HR of HTML.
> >(snip)
> >> I think we don't need separater, we should use HeadlineElement instead o=
> f 
> >> separater.
> >
> >hmmmmm. I agree that we can write docuemnt without separator, but
> >separator is useful. For example, when I write several classes in one
> >page, I'd like to use separator.
> 
> I think this problem depends on HTML. And I've never seen horizontal
> line delimited TeX or Roff document. So, I won't vote for separater. 

I agree.

> >> : Multi-TextElement in definition part of DescListItem(?).
> >>   Maybe, He want to write more than one paragraph in definition.
> 
> Me too. It should be included in RD specification. 

How can we indicate that new TextElement starts.
One way:

: term 
   Text of first TextElement in definition part.
    Text of second TextElement in definition part.
   Text of third TextElement...

I think that is not elegant.

Another one: ( use "_" as white-space.)

: Term
__Text of First TextElement.
__
__Text of Second TextElement.

This is like Verbatim. but this may cause trouble under such condition.

: Term
__Text of First TextElement
  : Term of sub list
____Text of First TextElement of Sub list
__
____Which list have this TextElement?

I think that is not good either.

---
Tosh