You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove status and compat_features where this doesn't change .dist.yml (web-platform-dx#831)
This change was made by deleting the status and compat_features from
*.yml using `sed -i '' '/^status:$/,$d' *.yml`, regenerating all the
*.dist.yml, and keeping the changes where only the source changed.
Copy file name to clipboardExpand all lines: feature-group-definitions/canvas-context-lost.yml
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,3 @@ name: contextlost and contextrestored
2
2
description: The `contextlost` event for `<canvas>` fires when the canvas backing storage is lost, while the `contextrestored` event fires when it is recreated.
0 commit comments