This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25847 - was invokeined when the URL was created or defined or when this algorithm was invoked The URL charac [...]
Summary: was invokeined when the URL was created or defined or when this algorithm was...
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 01:26 UTC by contributor
Modified: 2014-05-21 20:07 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-05-21 01:26:40 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html
Multipage: http://www.whatwg.org/C#resolving-urls
Complete: http://www.whatwg.org/c#resolving-urls
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html

Comment:
was invokeined when the URL was created or defined or when this algorithm was
invoked The URL character encoding is as defined. If the URL came from a
script (e.g. as an argument to a method) The URL character encoding is the API
URL character encoding specified by the script's settings object. If the URL
came from a DOM node (e.g. from an element) The node has a Document, and the
URL character encoding is the document's character encoding. If encoding is a
UTF-16 encoding, then change the value of encoding to UTF-8.  If the algorithm
was invoked with an absolute URL to use as the base URL, let base be that
absolute URL.  Otherwise, let base be the element's base URL.  Apply the URL
parser to url, with base as the base URL, with encoding as the encoding.  If
this returns failure, then abort these steps with an error.  Let parsed URL be
the result of the URL parser.d The URL character encoding is as defined. If
the URL came from a script (e.g. as an argument to a method) The URL character
encoding is the API URL character encoding specified by the script's settings
object. If the URL came from a DOM node (e.g. from an element) The node has a
Document, and the URL character encoding is the document's character encoding.
If encoding is a UTF-16 encoding, then change the value of encoding to UTF-8.

Posted from: 95.209.81.124
User agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36
Comment 1 Ian 'Hixie' Hickson 2014-05-21 20:07:38 UTC
This appears to be text from the spec; can you elaborate?