| ▲ | jameshart 2 days ago | |||||||
The generic URI syntax actually specifies that any path segment within a URI can be divided up into parts by semicolons (or commas), and suggests using key=value as parameters within that segment. http://tools.ietf.org/html/rfc3986#section-3.3
There’s no thought given as far as I can see to the relative URL concepts this matrix proposal covers, but the idea of adding key=value data in this format is supported by the RFC, and indeed in a way that supports further adding sub resources below the current one.Which, by the way, this matrix relative URL proposal seems to ignore - how is ./subpage resolved relative to /map;x=250;y=582 ? | ||||||||
| ▲ | kolinko 2 days ago | parent [-] | |||||||
The whole third part of the posted document is about relative urls. | ||||||||
| ||||||||