Remove obsolete FIXME comment.

See https://lists.w3.org/Archives/Public/www-style/2015Jul/0360.html
This commit is contained in:
Simon Sapin 2015-09-03 19:20:45 +02:00
parent a9db4eef14
commit c651c2f3db

View file

@ -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 {