From caa83fc421bb45768ad80c38d7b6281ca528d44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 8 Sep 2017 23:28:58 +0200 Subject: [PATCH] style: Remove another stale todo. This was fixed by me in 1e6999b02b3568d29e8397c84852a4a916644cf7. --- components/style/bloom.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/style/bloom.rs b/components/style/bloom.rs index a49f40e9bc3..dbcb75e645e 100644 --- a/components/style/bloom.rs +++ b/components/style/bloom.rs @@ -104,10 +104,6 @@ fn each_relevant_element_hash(element: E, mut f: F) f(id.get_hash()); } - // TODO: case-sensitivity depends on the document type and quirks mode. - // - // TODO(emilio): It's not clear whether that's relevant here though? - // Classes and ids should be normalized already I think. element.each_class(|class| { f(class.get_hash()) });