@@ -1059,8 +1059,7 @@ var tests = [
1059
1059
value : 2 ,
1060
1060
urls : [
1061
1061
[ 'w3c' , 'http://www.w3.org/TR/html-templates/' ] ,
1062
- [ 'whatwg' , 'https://html.spec.whatwg.org/multipage/scripting.html#the-template-element' ] ,
1063
- [ 'wp' , '/tutorials/webcomponents/htmlimports' ]
1062
+ [ 'whatwg' , 'https://html.spec.whatwg.org/multipage/scripting.html#the-template-element' ]
1064
1063
]
1065
1064
} , {
1066
1065
id : 'imports' ,
@@ -1092,7 +1091,6 @@ var tests = [
1092
1091
value : 15 ,
1093
1092
urls : [
1094
1093
[ 'w3c' , 'http://www.w3.org/TR/geolocation-API/' ] ,
1095
- [ 'wp' , '/apis/geolocation' ] ,
1096
1094
[ 'mdn' , '/Web/API/Geolocation/Using_geolocation' ]
1097
1095
]
1098
1096
} , {
@@ -1124,7 +1122,6 @@ var tests = [
1124
1122
value : { maximum : 5 , award : { PREFIX : 3 } } ,
1125
1123
urls : [
1126
1124
[ 'w3c' , 'http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#api' ] ,
1127
- [ 'wp' , '/dom/Element/requestFullscreen' ] ,
1128
1125
[ 'mdn' , '/Web/Guide/API/DOM/Using_full_screen_mode' ]
1129
1126
]
1130
1127
} , {
@@ -1147,24 +1144,21 @@ var tests = [
1147
1144
name : 'Gamepad control' ,
1148
1145
value : { maximum : 2 , award : { PREFIX : 1 } } ,
1149
1146
urls : [
1150
- [ 'w3c' , 'http://www.w3.org/TR/gamepad/' ] ,
1151
- [ 'wp' , '/apis/gamepad' ]
1147
+ [ 'w3c' , 'http://www.w3.org/TR/gamepad/' ]
1152
1148
]
1153
1149
} , {
1154
1150
id : 'pointerevents' ,
1155
1151
name : 'Pointer Events' ,
1156
1152
value : { maximum : 5 , award : { PREFIX : 3 } } ,
1157
1153
urls : [
1158
- [ 'w3c' , 'http://www.w3.org/TR/pointerevents/' ] ,
1159
- [ 'wp' , '/concepts/Pointer_Events' ]
1154
+ [ 'w3c' , 'http://www.w3.org/TR/pointerevents/' ]
1160
1155
]
1161
1156
} , {
1162
1157
id : 'pointerLock' ,
1163
1158
name : 'Pointer Lock support' ,
1164
1159
value : { maximum : 3 , award : { PREFIX : 2 } } ,
1165
1160
urls : [
1166
1161
[ 'w3c' , 'http://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html' ] ,
1167
- [ 'wp' , '/dom/Element/requestPointerLock' ] ,
1168
1162
[ 'mdn' , '/Web/API/Pointer_Lock_API' ]
1169
1163
]
1170
1164
}
@@ -1189,16 +1183,14 @@ var tests = [
1189
1183
value : 16 ,
1190
1184
urls : [
1191
1185
[ 'w3c' , 'http://www.w3.org/TR/html5/embedded-content-0.html#the-video-element' ] ,
1192
- [ 'wp' , '/html/elements/video' ] ,
1193
1186
[ 'mdn' , '/Web/Guide/HTML/Using_HTML5_audio_and_video' ]
1194
1187
]
1195
1188
} , {
1196
1189
id : 'subtitle' ,
1197
1190
name : 'Subtitles' ,
1198
1191
value : 8 ,
1199
1192
urls : [
1200
- [ 'w3c' , 'http://www.w3.org/TR/html5/embedded-content-0.html#the-track-element' ] ,
1201
- [ 'wp' , '/html/elements/track' ]
1193
+ [ 'w3c' , 'http://www.w3.org/TR/html5/embedded-content-0.html#the-track-element' ]
1202
1194
]
1203
1195
} , {
1204
1196
id : 'audiotracks' ,
@@ -1219,16 +1211,14 @@ var tests = [
1219
1211
name : 'Poster images' ,
1220
1212
value : 1 ,
1221
1213
urls : [
1222
- [ 'w3c' , 'http://www.w3.org/TR/html5/embedded-content-0.html#attr-video-poster' ] ,
1223
- [ 'wp' , '/dom/HTMLVideoElement/poster' ]
1214
+ [ 'w3c' , 'http://www.w3.org/TR/html5/embedded-content-0.html#attr-video-poster' ]
1224
1215
]
1225
1216
} , {
1226
1217
id : 'canplaytype' ,
1227
1218
name : 'Codec detection' ,
1228
1219
value : 4 ,
1229
1220
urls : [
1230
- [ 'w3c' , 'http://www.w3.org/TR/html5/embedded-content-0.html#dom-navigator-canplaytype' ] ,
1231
- [ 'wp' , '/dom/HTMLMediaElement/canPlayType' ]
1221
+ [ 'w3c' , 'http://www.w3.org/TR/html5/embedded-content-0.html#dom-navigator-canplaytype' ]
1232
1222
]
1233
1223
} ,
1234
1224
@@ -1285,7 +1275,6 @@ var tests = [
1285
1275
value : 18 ,
1286
1276
urls : [
1287
1277
[ 'w3c' , 'http://www.w3.org/TR/html5/embedded-content-0.html#the-audio-element' ] ,
1288
- [ 'wp' , '/html/elements/audio' ] ,
1289
1278
[ 'mdn' , '/Web/Guide/HTML/Using_HTML5_audio_and_video' ]
1290
1279
]
1291
1280
} , {
@@ -1308,8 +1297,7 @@ var tests = [
1308
1297
name : 'Web Audio API' ,
1309
1298
value : { maximum : 5 , award : { PREFIX : 3 } } ,
1310
1299
urls : [
1311
- [ 'w3c' , 'http://www.w3.org/TR/webaudio/' ] ,
1312
- [ 'wp' , '/apis/webaudio' ]
1300
+ [ 'w3c' , 'http://www.w3.org/TR/webaudio/' ]
1313
1301
]
1314
1302
} ,
1315
1303
@@ -1379,8 +1367,7 @@ var tests = [
1379
1367
name : 'Media Source extensions' ,
1380
1368
value : { maximum : 5 , award : { PREFIX : 2 } } ,
1381
1369
urls : [
1382
- [ 'w3c' , 'http://www.w3.org/TR/media-source/' ] ,
1383
- [ 'wp' , '/apis/media_source_extensions' ]
1370
+ [ 'w3c' , 'http://www.w3.org/TR/media-source/' ]
1384
1371
]
1385
1372
} , {
1386
1373
id : 'drm' ,
@@ -1578,7 +1565,6 @@ var tests = [
1578
1565
value : 10 ,
1579
1566
urls : [
1580
1567
[ 'w3c' , 'http://www.w3.org/TR/2dcontext/' ] ,
1581
- [ 'wp' , '/apis/canvas' ] ,
1582
1568
[ 'mdn' , '/Web/API/Canvas_API' ]
1583
1569
]
1584
1570
} ,
@@ -1590,8 +1576,7 @@ var tests = [
1590
1576
name : 'Text support' ,
1591
1577
value : 2 ,
1592
1578
urls : [
1593
- [ 'w3c' , 'http://www.w3.org/TR/2dcontext/#drawing-text-to-the-canvas' ] ,
1594
- [ 'wp' , '/apis/canvas/CanvasRenderingContext2D/fillText' ]
1579
+ [ 'w3c' , 'http://www.w3.org/TR/2dcontext/#drawing-text-to-the-canvas' ]
1595
1580
]
1596
1581
} , {
1597
1582
id : 'path' ,
@@ -1680,7 +1665,6 @@ var tests = [
1680
1665
value : { maximum : 15 , award : { PREFIX : 10 } } ,
1681
1666
urls : [
1682
1667
[ 'khronos' , 'https://www.khronos.org/registry/webgl/specs/latest/1.0/' ] ,
1683
- [ 'wp' , '/webgl' ] ,
1684
1668
[ 'mdn' , '/Web/API/WebGL_API' ]
1685
1669
]
1686
1670
@@ -1691,7 +1675,6 @@ var tests = [
1691
1675
value : 5 ,
1692
1676
urls : [
1693
1677
[ 'khronos' , 'https://www.khronos.org/registry/webgl/specs/latest/2.0/' ] ,
1694
- [ 'wp' , '/webgl' ] ,
1695
1678
[ 'mdn' , '/Web/API/WebGL_API' ]
1696
1679
]
1697
1680
@@ -1782,7 +1765,6 @@ var tests = [
1782
1765
value : { maximum : 5 , award : { PREFIX : 3 } } ,
1783
1766
urls : [
1784
1767
[ 'w3c' , 'http://www.w3.org/TR/animation-timing/#requestAnimationFrame' ] ,
1785
- [ 'wp' , '/dom/Window/requestAnimationFrame' ] ,
1786
1768
[ 'mdn' , '/Web/API/window/requestAnimationFrame' ]
1787
1769
]
1788
1770
}
@@ -1926,7 +1908,6 @@ var tests = [
1926
1908
value : { maximum : 15 , award : { PREFIX : 10 } } ,
1927
1909
urls : [
1928
1910
[ 'w3c' , 'http://www.w3.org/TR/webrtc/' ] ,
1929
- [ 'wp' , '/apis/webrtc/RTCPeerConnection' ] ,
1930
1911
[ 'mdn' , '/Web/Guide/API/WebRTC' ]
1931
1912
]
1932
1913
} , {
@@ -1943,7 +1924,6 @@ var tests = [
1943
1924
value : { maximum : 5 , award : { PREFIX : 3 } } ,
1944
1925
urls : [
1945
1926
[ 'w3c' , 'http://www.w3.org/TR/webrtc/#peer-to-peer-data-api' ] ,
1946
- [ 'wp' , '/apis/webrtc/RTCDataChannel' ] ,
1947
1927
[ 'mdn' , '/Web/Guide/API/WebRTC' ]
1948
1928
]
1949
1929
} ,
@@ -1956,7 +1936,6 @@ var tests = [
1956
1936
value : { maximum : 15 , award : { PREFIX : 10 , OLD : 10 } } ,
1957
1937
urls : [
1958
1938
[ 'w3c' , 'http://dev.w3.org/2011/webrtc/editor/getusermedia.html' ] ,
1959
- [ 'wp' , '/dom/Navigator/getUserMedia' ] ,
1960
1939
[ 'mdn' , '/Web/Guide/API/WebRTC' ]
1961
1940
]
1962
1941
} , {
@@ -2340,7 +2319,6 @@ var tests = [
2340
2319
value : 2 ,
2341
2320
urls : [
2342
2321
[ 'w3c' , 'http://dev.w3.org/html5/postmsg/' ] ,
2343
- [ 'wp' , '/apis/web-messaging' ] ,
2344
2322
[ 'mdn' , '/Web/API/Window/postMessage' ]
2345
2323
]
2346
2324
} ,
@@ -2417,7 +2395,6 @@ var tests = [
2417
2395
value : 3 ,
2418
2396
urls : [
2419
2397
[ 'w3c' , 'http://www.w3.org/TR/html5/browsers.html#offline' ] ,
2420
- [ 'wp' , '/apis/appcache/ApplicationCache' ] ,
2421
2398
[ 'mdn' , '/Web/HTML/Using_the_application_cache' ]
2422
2399
]
2423
2400
} , {
@@ -2465,7 +2442,6 @@ var tests = [
2465
2442
value : 5 ,
2466
2443
urls : [
2467
2444
[ 'w3c' , 'http://www.w3.org/TR/webstorage/#the-sessionstorage-attribute' ] ,
2468
- [ 'wp' , '/apis/web-storage' ] ,
2469
2445
[ 'mdn' , '/Web/API/Web_Storage_API' ]
2470
2446
]
2471
2447
} , {
@@ -2474,7 +2450,6 @@ var tests = [
2474
2450
value : 5 ,
2475
2451
urls : [
2476
2452
[ 'w3c' , 'http://www.w3.org/TR/webstorage/#the-localstorage-attribute' ] ,
2477
- [ 'wp' , '/apis/web-storage' ] ,
2478
2453
[ 'mdn' , '/Web/API/Web_Storage_API' ]
2479
2454
]
2480
2455
} ,
@@ -2487,7 +2462,6 @@ var tests = [
2487
2462
value : { maximum : 21 , award : { PREFIX : 16 } } ,
2488
2463
urls : [
2489
2464
[ 'w3c' , 'http://www.w3.org/TR/IndexedDB/' ] ,
2490
- [ 'wp' , '/apis/indexeddb' ] ,
2491
2465
[ 'mdn' , '/Web/API/IndexedDB_API' ]
2492
2466
]
2493
2467
} , {
@@ -2496,7 +2470,6 @@ var tests = [
2496
2470
value : 2 ,
2497
2471
urls : [
2498
2472
[ 'w3c' , 'http://www.w3.org/TR/IndexedDB/' ] ,
2499
- [ 'wp' , '/apis/indexeddb' ] ,
2500
2473
[ 'mdn' , '/Web/API/IndexedDB_API' ]
2501
2474
]
2502
2475
} , {
@@ -2505,7 +2478,6 @@ var tests = [
2505
2478
value : 2 ,
2506
2479
urls : [
2507
2480
[ 'w3c' , 'http://www.w3.org/TR/IndexedDB/' ] ,
2508
- [ 'wp' , '/apis/indexeddb' ] ,
2509
2481
[ 'mdn' , '/Web/API/IndexedDB_API' ]
2510
2482
]
2511
2483
} ,
@@ -2534,7 +2506,6 @@ var tests = [
2534
2506
value : 7 ,
2535
2507
urls : [
2536
2508
[ 'w3c' , 'http://dev.w3.org/2006/webapi/FileAPI/#filereader-interface' ] ,
2537
- [ 'wp' , '/apis/file' ] ,
2538
2509
[ 'mdn' , '/Using_files_from_web_applications' ]
2539
2510
]
2540
2511
} , {
@@ -2585,8 +2556,7 @@ var tests = [
2585
2556
name : 'File API: Directories and System' ,
2586
2557
status : 'rejected' ,
2587
2558
urls : [
2588
- [ 'w3c' , 'http://www.w3.org/TR/file-system-api/' ] ,
2589
- [ 'wp' , '/apis/filesystem' ]
2559
+ [ 'w3c' , 'http://www.w3.org/TR/file-system-api/' ]
2590
2560
]
2591
2561
}
2592
2562
]
@@ -2613,8 +2583,7 @@ var tests = [
2613
2583
urls : [
2614
2584
[ 'w3c' , 'http://www.w3.org/TR/html5/scripting-1.html#attr-script-async' ] ,
2615
2585
[ 'whatwg' , 'https://html.spec.whatwg.org/multipage/scripting.html#attr-script-async' ] ,
2616
- [ 'mdn' , '/Web/HTML/Element/script' ] ,
2617
- [ 'wp' , '/html/elements/script' ]
2586
+ [ 'mdn' , '/Web/HTML/Element/script' ]
2618
2587
]
2619
2588
} , {
2620
2589
id : 'defer' ,
@@ -2623,8 +2592,7 @@ var tests = [
2623
2592
urls : [
2624
2593
[ 'w3c' , 'http://www.w3.org/TR/html5/scripting-1.html#attr-script-defer' ] ,
2625
2594
[ 'whatwg' , 'https://html.spec.whatwg.org/multipage/scripting.html#attr-script-defer' ] ,
2626
- [ 'mdn' , '/Web/HTML/Element/script' ] ,
2627
- [ 'wp' , '/html/elements/script' ]
2595
+ [ 'mdn' , '/Web/HTML/Element/script' ]
2628
2596
]
2629
2597
} , {
2630
2598
id : 'executionevents' ,
@@ -2654,8 +2622,7 @@ var tests = [
2654
2622
value : 2 ,
2655
2623
urls : [
2656
2624
[ 'ecma' , 'http://www.ecma-international.org/ecma-262/6.0/#sec-json-object' ] ,
2657
- [ 'mdn' , '/JSON' ] ,
2658
- [ 'wp' , '/apis/json' ]
2625
+ [ 'mdn' , '/JSON' ]
2659
2626
]
2660
2627
} ,
2661
2628
@@ -2792,7 +2759,6 @@ var tests = [
2792
2759
value : 4 ,
2793
2760
urls : [
2794
2761
[ 'w3c' , 'http://www.w3.org/TR/html5/browsers.html#the-history-interface' ] ,
2795
- [ 'wp' , '/dom/History' ] ,
2796
2762
[ 'mdn' , '/Web/Guide/API/DOM/Manipulating_the_browser_history' ]
2797
2763
]
2798
2764
} , {
0 commit comments