From 6650636063124f7907004c92b4dbfb26ee3d1fe3 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 26 Aug 2015 18:19:26 -0400 Subject: [PATCH] Mention tracking issue for implementing document.all --- components/script/dom/webidls/Document.webidl | 1 + 1 file changed, 1 insertion(+) diff --git a/components/script/dom/webidls/Document.webidl b/components/script/dom/webidls/Document.webidl index b7e61248f85..d129fee64be 100644 --- a/components/script/dom/webidls/Document.webidl +++ b/components/script/dom/webidls/Document.webidl @@ -150,5 +150,6 @@ partial interface Document { // void captureEvents(); // void releaseEvents(); + // Tracking issue for document.all: https://github.com/servo/servo/issues/7396 // readonly attribute HTMLAllCollection all; };