Auto merge of #7399 - frewsxcv:document.all-tracking-issue, r=jdm

Mention tracking issue for implementing document.all



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7399)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-08-26 16:43:18 -06:00
commit af4c3901d8

View file

@ -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;
};