Skip to content

Commit

Permalink
Mark Application Cache features non-standard (#7610)
Browse files Browse the repository at this point in the history
Per whatwg/html#6153 and
whatwg/html@e4330d5, the Application Cache
feature is no longer part of the HTML standard. So this change marks
both the applicationCache member of SharedWorkerGlobalScope and the
"manifest" attribute of the <html> element as standard_track:false.
  • Loading branch information
sideshowbarker committed Dec 10, 2020
1 parent cb14224 commit 20d8679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/SharedWorkerGlobalScope.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion html/elements/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
},
Expand Down

0 comments on commit 20d8679

Please sign in to comment.