From 339efd0b9f01848819b83ff10ad1ac031992f2b4 Mon Sep 17 00:00:00 2001 From: Daniel Ehrenberg Date: Tue, 28 May 2019 16:28:51 +0200 Subject: [PATCH 1/3] Update GC observability with WeakRefs Changing a "must" to "should" here, and referencing the current state of the WeakRefs proposal (multiple implementation support) --- index.bs | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/index.bs b/index.bs index 47b26037..4a71e025 100644 --- a/index.bs +++ b/index.bs @@ -31,6 +31,7 @@ url: https://w3c.github.io/IntersectionObserver/; type: dictionary; text: IntersectionObserverInit; url: #dictdef-intersectionobserverinit url: https://wicg.github.io/ResizeObserver/; type: interface; text: ResizeObserver; url: #resizeobserver +url: https://dom.spec.whatwg.org/#ref-for-concept-getelementsbytagname; type: interface; text: getElementsByTagName; for: Document