Skip to content

Commit 20d8679

Browse files
Mark Application Cache features non-standard (#7610)
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.
1 parent cb14224 commit 20d8679

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/SharedWorkerGlobalScope.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
},
9191
"status": {
9292
"experimental": false,
93-
"standard_track": true,
94-
"deprecated": false
93+
"standard_track": false,
94+
"deprecated": true
9595
}
9696
}
9797
},

html/elements/html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
},
101101
"status": {
102102
"experimental": false,
103-
"standard_track": true,
103+
"standard_track": false,
104104
"deprecated": true
105105
}
106106
},

0 commit comments

Comments
 (0)