diff --git a/css/properties.json b/css/properties.json index 0b63bc2e..0334ff3c 100644 --- a/css/properties.json +++ b/css/properties.json @@ -7397,7 +7397,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/outline" }, "outline-color": { - "syntax": " | invert", + "syntax": "auto | ", "media": [ "visual", "interactive" @@ -7408,9 +7408,9 @@ "groups": [ "CSS Basic User Interface" ], - "initial": "invertOrCurrentColor", + "initial": "auto", "appliesto": "allElements", - "computed": "invertForTranslucentColorRGBAOtherwiseRGB", + "computed": "autoForTranslucentColorRGBAOtherwiseRGB", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/outline-color" diff --git a/css/properties.schema.json b/css/properties.schema.json index b0ca37a1..e29479e9 100644 --- a/css/properties.schema.json +++ b/css/properties.schema.json @@ -134,7 +134,7 @@ "consistsOfTwoDimensionKeywords", "consistsOfTwoKeywordsForOriginAndOffsets", "forLengthAbsoluteValueOtherwisePercentage", - "invertForTranslucentColorRGBAOtherwiseRGB", + "autoForTranslucentColorRGBAOtherwiseRGB", "keywordOrNumericalValueBolderLighterTransformedToRealValue", "keywordPlusIntegerIfDigits", "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", diff --git a/l10n/css.json b/l10n/css.json index 7d1401b0..c60b62f1 100644 --- a/l10n/css.json +++ b/l10n/css.json @@ -865,19 +865,12 @@ "ja": "対話的", "ru": "интерактивный" }, - "invertForTranslucentColorRGBAOtherwiseRGB": { - "de": "Für das Schlüsselwort invert ist der berechnete Wert invert. Für den Farbwert, falls der Wert durchscheinend ist, ist der berechnete Wert der entsprechende rgba() Wert. Falls nicht, ist er der entsprechende rgb() Wert. Das Schlüsselwort transparent wird zu rgba(0,0,0,0).", - "en-US": "For the keyword invert, the computed value is invert. For the color value, if the value is translucent, the computed value will be the rgba() corresponding one. If it isn't, it will be the rgb() corresponding one. The transparent keyword maps to rgba(0,0,0,0).", - "fr": "Pour le mot-clé invert, la valeur calculée est invert. Pour la valeur de la couleur, si la valeur est transparente, la valeur calculée sera la valeur rgba() correspondante. S'il n'y en a pas, ce sera la valeur rgb() correspondante. Le mot-clé transparent correspondra à rgba(0,0,0,0).", - "ja": "キーワード invert の場合は、計算値も invert。色の場合は、半透明であれば、計算値はそれに一致する rbga() で、不透明であれば、それに一致する rgb()。キーワード transparentrgba(0,0,0,0) に対応付けられる。", - "ru": "Для ключевого слова invert, значение - invert. Для значения цвета, если значение имеет прозрачность, соответственно, значение будет через rgba(). Если это не так, это будет rgb(). Ключевое слово transparent отображается, как rgba(0,0,0,0)." - }, - "invertOrCurrentColor": { - "de": "invert für Browser, die es unterstützen, currentColor für die anderen", - "en-US": "invert, for browsers supporting it, currentColor for the other", - "fr": "invert, pour les navigateurs le supportant, currentColor pour les autres", - "ja": "ブラウザーが対応していれば invert、そうでなければ currentColor", - "ru": "invert для браузеров поддерживающих это, currentColor для остальных" + "autoForTranslucentColorRGBAOtherwiseRGB": { + "de": "Für das Schlüsselwort auto ist der berechnete Wert currentcolor. Für den Farbwert, falls der Wert durchscheinend ist, ist der berechnete Wert der entsprechende rgba() Wert. Falls nicht, ist er der entsprechende rgb() Wert. Das Schlüsselwort transparent wird zu rgba(0,0,0,0).", + "en-US": "For the keyword auto, the computed value is currentcolor. For the color value, if the value is translucent, the computed value will be the rgba() corresponding one. If it isn't, it will be the rgb() corresponding one. The transparent keyword maps to rgba(0,0,0,0).", + "fr": "Pour le mot-clé auto, la valeur calculée est currentcolor. Pour la valeur de la couleur, si la valeur est transparente, la valeur calculée sera la valeur rgba() correspondante. S'il n'y en a pas, ce sera la valeur rgb() correspondante. Le mot-clé transparent correspondra à rgba(0,0,0,0).", + "ja": "キーワード auto の場合は、計算値も currentcolor。色の場合は、半透明であれば、計算値はそれに一致する rbga() で、不透明であれば、それに一致する rgb()。キーワード transparentrgba(0,0,0,0) に対応付けられる。", + "ru": "Для ключевого слова auto, значение - currentcolor. Для значения цвета, если значение имеет прозрачность, соответственно, значение будет через rgba(). Если это не так, это будет rgb(). Ключевое слово transparent отображается, как rgba(0,0,0,0)." }, "keywordOrNumericalValueBolderLighterTransformedToRealValue": { "de": "das Schlüsselwort oder der numerische Wert wie angegeben, wobei bolder und lighter in einen realen Wert umgewandelt werden",