From c651c2f3dbeb4f0687b6dad71ae6fc56b0ef4994 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 3 Sep 2015 19:20:45 +0200 Subject: [PATCH] Remove obsolete FIXME comment. See https://lists.w3.org/Archives/Public/www-style/2015Jul/0360.html --- components/style/custom_properties.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style/custom_properties.rs b/components/style/custom_properties.rs index ed8a4c8246a..7a8ce7c2c67 100644 --- a/components/style/custom_properties.rs +++ b/components/style/custom_properties.rs @@ -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 {