mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
style: Sprinkle some comments.
This commit is contained in:
parent
32c409d5aa
commit
ed2ba30261
2 changed files with 11 additions and 2 deletions
|
@ -164,7 +164,8 @@ ${helpers.predefined_type("order", "Integer", "0",
|
|||
// FIXME: Gecko doesn't support content value yet.
|
||||
//
|
||||
// FIXME(emilio): I suspect this property shouldn't allow quirks, and this
|
||||
// was just a mistake.
|
||||
// was just a mistake, it's kind of justificable to support it given the
|
||||
// spec grammar is just `content | <width>`, but other browsers don't...
|
||||
${helpers.predefined_type(
|
||||
"flex-basis",
|
||||
"MozLength",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue