mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add a bug link as comment for repeat function
This commit is contained in:
parent
3f10488da1
commit
ac1d15f726
1 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,8 @@ impl Parse for TrackList<LengthOrPercentage> {
|
|||
fn parse<'i, 't>(context: &ParserContext, input: &mut Parser<'i, 't>) -> Result<Self, ParseError<'i>> {
|
||||
// Merge the line names while parsing values. The resulting values will
|
||||
// all be bunch of `<track-size>` and one <auto-repeat>.
|
||||
// FIXME: We need to decide which way is better for repeat function in
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1382369.
|
||||
//
|
||||
// For example,
|
||||
// `[a b] 100px [c d] repeat(1, 30px [g]) [h]` will be merged as `[a b] 100px [c d] 30px [g h]`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue