Details
-
Type:
Improvement
-
Status:
In Progress
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Labels:None
Description
Please add support for the protocol relative URLs for resources.
You can read about it here: http://paulirish.com/2010/the-protocol-relative-url/
It is useful feature for sites where both http and https protocols are used.
Simplest implementation of this feature could be:
Just replace checks for '://' in urls to check for '//' in code testing for absolute uris.
Thanks in advance.
Igor E. Poteryaev
The requirement here is that url(//xxxxx.yyy/a/b/c) is supported in CSS.