com-lihaoyi / scalatags

ScalaTags is a small XML/HTML construction library for Scala.
https://com-lihaoyi.github.io/scalatags/
MIT License
758 stars 117 forks source link

Add defer attribute for scripts #178

Closed mpasa closed 6 years ago

mpasa commented 6 years ago

This PR just adds the defer attribute for scripts. Documentation has been extracted from the MDN (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script).