Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2368,6 +2368,21 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-size"
},
"baseline-shift": {
"syntax": "<length-percentage> | sub | super | baseline",
"media": "none",
"inherited": false,
"animationType": "byComputedValueType",
"percentages": "referTtoTheUsedValueOfLineHeight",
"groups": [
"CSS Inline"
],
"initial": "0",
"appliesto": "InlineLevelBoxesAndSVGTextContentElements",
Comment thread
skyclouds2001 marked this conversation as resolved.
Outdated
"computed": "theSpecifiedKeywordOrAComputedLengthPercentageValue",
"order": "perGrammar",
"status": "standard"
},
"block-size": {
"syntax": "<'width'>",
"media": "visual",
Expand Down
3 changes: 3 additions & 0 deletions css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"referToSVGViewportSize",
"referToSVGViewportWidth",
"referToSVGViewportDiagonal",
"referTtoTheUsedValueOfLineHeight",
"referToTotalPathLength",
"referToWidthAndHeightOfElement",
"referToWidthOfAffectedGlyph",
Expand Down Expand Up @@ -175,6 +176,7 @@
"theComputedLengthAndVisualBox",
"theKeywordListStyleImageNoneOrComputedValue",
"theSpecifiedKeyword",
"theSpecifiedKeywordOrAComputedLengthPercentageValue",
"translucentValuesRGBAOtherwiseRGB",
"twoAbsoluteLengthOrPercentages",
"twoAbsoluteLengths"
Expand Down Expand Up @@ -251,6 +253,7 @@
"inFlowChildrenOfBoxElements",
"inlineBoxesAndBlockContainers",
"inlineLevelAndTableCellElements",
"InlineLevelBoxesAndSVGTextContentElements",
Comment thread
skyclouds2001 marked this conversation as resolved.
Outdated
"limitedSVGElements",
"limitedSVGElementsCircle",
"limitedSVGElementsEllipse",
Expand Down
9 changes: 9 additions & 0 deletions l10n/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,9 @@
"ja": "インラインレベルおよびテーブルセル要素",
"ru": "строчным элементам и ячейкам таблиц"
},
"InlineLevelBoxesAndSVGTextContentElements": {
Comment thread
skyclouds2001 marked this conversation as resolved.
Outdated
"en-US": "inline-level boxes and SVG text content elements"
},
"inlineSizeOfContainingBlock": {
"de": "Inlinegröße des beinhaltenden Blocks",
"en-US": "inline-size of containing block",
Expand Down Expand Up @@ -1500,6 +1503,9 @@
"referToSVGViewportWidth": {
"en-US": "refer to the width of the current SVG viewport"
},
"referTtoTheUsedValueOfLineHeight": {
"en-US": "refer to the used value of {{cssxref(\"line-height\")}}"
},
"referToTotalPathLength": {
"de": "beziehen sich auf die Gesamtlänge des Pfads",
"en-US": "refer to the total path length",
Expand Down Expand Up @@ -1802,6 +1808,9 @@
"theSpecifiedKeyword": {
"en-US": "the specified keyword"
},
"theSpecifiedKeywordOrAComputedLengthPercentageValue": {
"en-US": "the specified keyword or a computed <length-percentage> value"
},
"transform": {
"de": "Transformation",
"en-US": "a transform",
Expand Down