From 6542bb135e5649e6a58ca02aff9f8d9966d665c9 Mon Sep 17 00:00:00 2001 From: Boris Chiou Date: Tue, 24 Jan 2023 23:50:10 +0000 Subject: [PATCH] style: Update scroll-timeline shorthand syntax in WPT The syntax of scroll-timeline shorthand is: `[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#`. This patch just updates WPT to match the spec. Our fix will be together with Bug 1809005. Differential Revision: https://phabricator.services.mozilla.com/D166595 --- components/style/properties/shorthands/ui.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/shorthands/ui.mako.rs b/components/style/properties/shorthands/ui.mako.rs index 8a9e6aa0a50..0090ba9c31c 100644 --- a/components/style/properties/shorthands/ui.mako.rs +++ b/components/style/properties/shorthands/ui.mako.rs @@ -332,7 +332,7 @@ macro_rules! try_parse_one { let mut name = None; let mut axis = None; - // FIXME: Bug 1804573: The order of |name| and |axis| should be fixed. + // FIXME: Bug 1809005: The order of |name| and |axis| should be fixed. loop { // Note: When parsing positionally-ambiguous keywords in a property value, a // production can only claim the keyword if no other unfulfilled