mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove obsolete FIXME comment.
See https://lists.w3.org/Archives/Public/www-style/2015Jul/0360.html
This commit is contained in:
parent
a9db4eef14
commit
c651c2f3db
1 changed files with 0 additions and 2 deletions
|
@ -279,8 +279,6 @@ fn substitute_one(name: &Name,
|
|||
substituted
|
||||
} else {
|
||||
// Invalid at computed-value time. Use the inherited value.
|
||||
// FIXME: Should it be the inital value instead?
|
||||
// See https://lists.w3.org/Archives/Public/www-style/2015Jul/0354.html
|
||||
if let Some(value) = inherited.as_ref().and_then(|i| i.get(name)) {
|
||||
value.clone()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue