Meta: Ensure that idl files link to draft specs

This commit is contained in:
Psychpsyo
2026-03-23 12:09:30 +01:00
committed by Sam Atkins
parent 633b684d76
commit bd91567863
Notes: github-actions[bot] 2026-03-25 16:03:18 +00:00
51 changed files with 89 additions and 76 deletions

View File

@@ -1,2 +1,2 @@
// https://www.w3.org/TR/hr-time-3/#the-epochtimestamp-typedef
// https://w3c.github.io/hr-time/#sec-epochtimestamp
typedef unsigned long long EpochTimeStamp;

View File

@@ -7,7 +7,7 @@
#import <UserTiming/PerformanceMark.idl>
#import <UserTiming/PerformanceMeasure.idl>
// https://www.w3.org/TR/performance-timeline/#dom-performanceentrylist
// https://w3c.github.io/performance-timeline/#typedefdef-performanceentrylist
typedef sequence<PerformanceEntry> PerformanceEntryList;
// https://w3c.github.io/hr-time/#sec-performance
@@ -30,7 +30,7 @@ interface Performance : EventTarget {
undefined setResourceTimingBufferSize(unsigned long maxSize);
attribute EventHandler onresourcetimingbufferfull;
// https://www.w3.org/TR/performance-timeline/#extensions-to-the-performance-interface
// https://w3c.github.io/performance-timeline/#extensions-to-the-performance-interface
// "Performance Timeline" extensions to the Performance interface
PerformanceEntryList getEntries();
PerformanceEntryList getEntriesByType(DOMString type);