Skip to content

Commit d2e33a7

Browse files
committed
Replace APNG spec URL
1 parent 3cb3649 commit d2e33a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lint/linter/test-spec-urls.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const specsExceptions = [
5353
'https://developers.google.com/speed/webp/docs/riff_container',
5454
'https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification',
5555
'https://jpeg.org/jpeg/',
56-
'https://wiki.mozilla.org/APNG_Specification',
5756
'https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/',
5857
'https://www.iso.org/standard/89035.html',
5958
'https://www.rfc-editor.org/rfc/rfc7903',

mediatypes/image/png.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"animation": {
5151
"__compat": {
5252
"description": "Animation support (APNG)",
53-
"spec_url": "https://wiki.mozilla.org/APNG_Specification#Overview",
53+
"spec_url": "https://w3c.github.io/png/#apng-frame-based-animation",
5454
"support": {
5555
"chrome": {
5656
"version_added": "1"

0 commit comments

Comments
 (0)