mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
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
This commit is contained in:
parent
1bb98a9e16
commit
6542bb135e
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ macro_rules! try_parse_one {
|
||||||
|
|
||||||
let mut name = None;
|
let mut name = None;
|
||||||
let mut axis = 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 {
|
loop {
|
||||||
// Note: When parsing positionally-ambiguous keywords in a property value, a
|
// Note: When parsing positionally-ambiguous keywords in a property value, a
|
||||||
// <custom-ident> production can only claim the keyword if no other unfulfilled
|
// <custom-ident> production can only claim the keyword if no other unfulfilled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue