문서의 이전 판입니다!
URL을 기술할 때 example.com/hello/world.png
** 형태의 기술이 가능하다. 여기 보면
http: 혹은
https:''가 빠진 상태인데, 이렇게 되면 웹 브라우저는 자동으로 현재 페이지의 URL 스키마를 보고 http: 인지 https: 인지 여부를 판단하게 된다.
* Ned Batchelder: Http-https transitions and relative URLs
* html - Is it valid to replace http:// with // in a <script src="http://...">?