mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Add a FIXME comment of EOF handling in custom properties.
This commit is contained in:
parent
c3b8b39437
commit
a18a1a8d79
1 changed files with 6 additions and 0 deletions
|
@ -317,5 +317,11 @@ fn substitute_block(custom_properties: &HashMap<&Atom, BorrowedValue>,
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// FIXME: deal with things being implicitly closed at the end of the input. E.g.
|
||||||
|
// ```html
|
||||||
|
// <div style="--color: rgb(0,0,0">
|
||||||
|
// <p style="background: var(--color) var(--image) top left; --image: url('a.png"></p>
|
||||||
|
// </div>
|
||||||
|
// ```
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue