diff --git a/docs/review/api/alfa-style.api.md b/docs/review/api/alfa-style.api.md index 0ba6c21439..6e997413af 100644 --- a/docs/review/api/alfa-style.api.md +++ b/docs/review/api/alfa-style.api.md @@ -232,7 +232,7 @@ export namespace Longhands { readonly "mask-image": Longhand | URL | Image>, List | URL | Image>>; readonly "mask-mode": Longhand | Keyword<"luminance"> | Keyword<"match-source">>, List | Keyword<"luminance"> | Keyword<"match-source">>>; readonly "mask-origin": Longhand, List>; - readonly "mask-position": Longhand, Component>>, List, Component>>>; + readonly "mask-position": Longhand, Component>>, List>>; readonly "mask-repeat": Longhand | Keyword<"repeat-y"> | List | Keyword<"space"> | Keyword<"round"> | Keyword<"no-repeat">>>, List | Keyword<"repeat-y"> | List | Keyword<"space"> | Keyword<"round"> | Keyword<"no-repeat">>>>; readonly "mask-size": Longhand | Keyword<"contain"> | List>>, List | Keyword<"contain"> | List>>>; readonly "min-height": Longhand | Keyword<"fit-content"> | Keyword<"max-content"> | Keyword<"min-content">, Length | Percentage | Keyword<"auto"> | Keyword<"fit-content"> | Keyword<"max-content"> | Keyword<"min-content">>;