mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
parent
7bf6b528b1
commit
caa83fc421
1 changed files with 0 additions and 4 deletions
|
@ -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())
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue