Add link to issue for :visited

This commit is contained in:
Simon Sapin 2015-12-05 21:36:13 +01:00
parent e774a69440
commit 0a8a2c299e

View file

@ -1698,6 +1698,7 @@ impl<'a> ::selectors::Element for Root<Element> {
#[inline]
fn is_visited_link(&self) -> bool {
// https://github.com/servo/servo/issues/8718
false
}