Skip to content

Commit

Permalink
Update spec URL for <script defer>
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Aug 12, 2014
1 parent 6c039f9 commit b21f3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features-json/script-defer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title":"defer attribute for external scripts",
"description":"The boolean defer attribute on script elements allows the external JavaScript file to run when the DOM is loaded, without delaying page load first.",
"spec":"http://www.w3.org/TR/html5/the-script-element.html#attr-script-defer",
"spec":"http://www.w3.org/TR/html5/scripting-1.html#attr-script-defer",
"status":"cr",
"links":[
{
Expand Down Expand Up @@ -201,4 +201,4 @@
"parent":"",
"keywords":"",
"shown":true
}
}

0 comments on commit b21f3cf

Please sign in to comment.