Lines Matching refs:URL
9 * `base`: an absolute URL as a string whose [parsing] without a base of its own must succeed.
11 and may have a value like `"about:blank"` when `input` is an absolute URL.
12 * `input`: an URL as a string to be [parsed][parsing] with `base` as its base URL.
17 indicating that parsing `input` should return an URL record
18 and that the getters of each corresponding attribute in that URL’s [API]
25 `URL` constructor (or similar APIs) should additionally test the following pattern: if `failure` is
27 converting base URLs into strings properly fails the whole parsing algorithm if the base URL cannot
38 domain to be parsed according to the rules of UTS #46 (as stipulated by the URL Standard). `output`
42 ## URL parser's encoding argument
45 encoding argument to the URL parser.
49 The tests in this directory assert conformance with [the URL Standard][URL].
53 [URL]: https://url.spec.whatwg.org/