mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add link to issue for :visited
This commit is contained in:
parent
e774a69440
commit
0a8a2c299e
1 changed files with 1 additions and 0 deletions
|
@ -1698,6 +1698,7 @@ impl<'a> ::selectors::Element for Root<Element> {
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
fn is_visited_link(&self) -> bool {
|
fn is_visited_link(&self) -> bool {
|
||||||
|
// https://github.com/servo/servo/issues/8718
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue