style: Remove another stale todo.

This was fixed by me in 1e6999b02b.
This commit is contained in:
Emilio Cobos Álvarez 2017-09-08 23:28:58 +02:00
parent 7bf6b528b1
commit caa83fc421
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -104,10 +104,6 @@ fn each_relevant_element_hash<E, F>(element: E, mut f: F)
f(id.get_hash()); 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| { element.each_class(|class| {
f(class.get_hash()) f(class.get_hash())
}); });