diff --git a/css/properties.json b/css/properties.json index e57ff917..370be144 100644 --- a/css/properties.json +++ b/css/properties.json @@ -1974,7 +1974,7 @@ ], "initial": "auto", "appliesto": "allElements", - "computed": "listEachItemIdentifyerOrNoneAuto", + "computed": "listEachItemIdentifierOrNoneAuto", "order": "uniqueOrder", "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline" @@ -4348,6 +4348,66 @@ "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-width" }, + "container": { + "syntax": "<'container-name'> [ / <'container-type'> ]?", + "media": "visual", + "inherited": false, + "animationType": [ + "container-name", + "container-type" + ], + "percentages": [ + "container-name", + "container-type" + ], + "groups": [ + "CSS Containment" + ], + "initial": [ + "container-name", + "container-type" + ], + "appliesto": "allElements", + "computed": [ + "container-name", + "container-type" + ], + "order": "perGrammar", + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container" + }, + "container-name": { + "syntax": "none | +", + "media": "visual", + "inherited": false, + "animationType": "notAnimatable", + "percentages": "no", + "groups": [ + "CSS Containment" + ], + "initial": "none", + "appliesto": "allElements", + "computed": "noneOrOrderedListOfIdentifiers", + "order": "perGrammar", + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container-name" + }, + "container-type": { + "syntax": "normal | size | inline-size", + "media": "visual", + "inherited": false, + "animationType": "color", + "percentages": "no", + "groups": [ + "CSS Containment" + ], + "initial": "normal", + "appliesto": "allElements", + "computed": "asSpecified", + "order": "perGrammar", + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container-type" + }, "content": { "syntax": "normal | none | [ | ] [/ [ | ]+ ]?", "media": "all", diff --git a/css/properties.schema.json b/css/properties.schema.json index e777d5ee..5a8cc42b 100644 --- a/css/properties.schema.json +++ b/css/properties.schema.json @@ -134,9 +134,10 @@ "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin", "listEachItemHasTwoKeywordsOnePerDimension", - "listEachItemIdentifyerOrNoneAuto", + "listEachItemIdentifierOrNoneAuto", "listEachItemTwoKeywordsOriginOffsets", "noneOrImageWithAbsoluteURI", + "noneOrOrderedListOfIdentifiers", "normalizedAngle", "normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified", "oneToFourPercentagesOrAbsoluteLengthsPlusFill", diff --git a/l10n/css.json b/l10n/css.json index e06ad3d7..b2e18114 100644 --- a/l10n/css.json +++ b/l10n/css.json @@ -923,7 +923,7 @@ "ja": "1 つの方向につき 2 つのキーワードで構成される項目のリスト", "ru": "список, каждый элемент которого содержит 2 ключевых слова, по одному на размер" }, - "listEachItemIdentifyerOrNoneAuto": { + "listEachItemIdentifierOrNoneAuto": { "en-US": "a list, each item either a case-sensitive CSS identifier or the keywords none, auto" }, "listEachItemTwoKeywordsOriginOffsets": { @@ -1047,6 +1047,9 @@ "ja": "none または画像の絶対化した URI", "ru": "none или изображение с абсолютным URI" }, + "noneOrOrderedListOfIdentifiers": { + "en-US": "none or an ordered list of identifiers" + }, "nonReplacedBlockAndInlineBlockElements": { "de": "nicht ersetzte Blocklevel Elemente und nicht ersetzte Inlineblock Elemente", "en-US": "non-replaced block-level elements and non-replaced inline-block elements",