- From: Tim Marinin <marinintim@gmail.com>
- Date: Thu, 26 Jun 2014 13:06:15 +0400
- To: whatwg@whatwg.org
Most often use for tag <script> is to include external script through <script src="somecdn.example/jquery.js">, or alike. May be we could add rel="script" to <link> tag with same behaviour as <script> with src. It's similiar to stylesheets: we can link external stylesheets via <link> and include CSS directly on page with <style> tag. Best regards, Tim
Received on Thursday, 26 June 2014 09:06:42 UTC