Re: Vetting rules for UR* schemes

Roy,
here's what I added.
Do you think it is clear enough?

    Harald

<h2>Is it relative-URL compatible?</h2>
Many applications know and love relative URLs. Therefore, the
following questions must be asked:
<ul>
  <li> Can it be parsed according to RFC 1808 - that is, if the tokens
       "//", "/", ";", "?" and "#" are used, do they have the meaning
       given in RFC 1808?
  <li> Does it make sense to use it in relative URLs like those RFC
       1808 specifies?
  <li> Are there ways of using pieces of the information inside it
       that implementations are supposed to get right?
</ul>

Received on Monday, 27 November 1995 23:39:51 UTC