Re: [whatwg/url] Annevk/redo urlsyntax (#158)

domenic approved this pull request.

It might also be good to add an intro paragraph explaining what this section is defining (essentially conformance requirements, if I understand?) in comparison to the previous section (which is describing the data structure used after parsing and upon which various specs operate).

>  a <a>Windows drive letter</a>, followed by "<code>/</code>".
 
-<p>A <dfn export for=urlsyntax id=syntax-url-path-relative>path-relative URL</dfn> must be
-zero or more <a for=urlsyntax>path segments</a>, separated from each other by "<code>/</code>", and
-not start with "<code>/</code>".
+<p>A <dfn export id=syntax-url-path-relative>path-relative-URL string</dfn> must be zero or more
+<a lt="URL-path-segment string">path segments</a>, separated from each other by "<code>/</code>",

Probably change the text, not the lt=""?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/158#pullrequestreview-6496299

Received on Monday, 31 October 2016 18:27:53 UTC