mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove outdated comment in stylist.rs
This commit is contained in:
parent
7f820ab6eb
commit
916e2c206d
1 changed files with 0 additions and 3 deletions
|
@ -824,9 +824,6 @@ impl Stylist {
|
|||
///
|
||||
/// layout_parent_style is the style used for some property fixups. It's
|
||||
/// the style of the nearest ancestor with a layout box.
|
||||
///
|
||||
/// is_link should be true if we're computing style for a link; that affects
|
||||
/// how :visited handling is done.
|
||||
pub fn cascade_style_and_visited<E>(
|
||||
&self,
|
||||
element: Option<E>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue