Suggestions/Questions

Is there an element similar to HTML's BLOCKQUOTE?  <quote> seems to be a
phrase-level element.


Also, one thing that consistently bugs me is the required href attribute on
loc.  It drives me nuts to keep the following kind of thing in sync:

  <loc href="http://www.w3.org">http://www.w3.org</loc>

I do this all the time in issue and comment resolution markup.  I wish to be
able to write one of these instead.

  <loc href="http://www.w3.org"/>
  <loc>http://www.w3.org</loc>

Received on Friday, 30 June 2000 18:37:01 UTC