From a18a1a8d79cc527ca559b85bf3a8722f87606300 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 23 Jul 2015 11:54:42 +0200 Subject: [PATCH] =?UTF-8?q?Add=20a=20FIXME=C2=A0comment=20of=20EOF=20handl?= =?UTF-8?q?ing=20in=20custom=20properties.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/style/custom_properties.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/style/custom_properties.rs b/components/style/custom_properties.rs index 0992feac2d8..19607a6ee3b 100644 --- a/components/style/custom_properties.rs +++ b/components/style/custom_properties.rs @@ -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 + //
+ //

+ //
+ // ``` Ok(()) }