From 0c769987195986d4e31e73de4c1ffa96cbbdf564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 10 Aug 2019 18:39:19 +0200 Subject: [PATCH] style: Remove now-incorrect comment. --- components/style/values/generics/font.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style/values/generics/font.rs b/components/style/values/generics/font.rs index d622026ff60..eb8eac191f0 100644 --- a/components/style/values/generics/font.rs +++ b/components/style/values/generics/font.rs @@ -253,8 +253,6 @@ pub enum KeywordSize { XLarge, #[css(keyword = "xx-large")] XXLarge, - // This is not a real font keyword and will not parse - // HTML font-size 7 corresponds to this value #[css(keyword = "xxx-large")] XXXLarge, }