Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
16 changes: 16 additions & 0 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,22 @@
"order": "uniqueOrder",
"status": "nonstandard"
},
"alignment-baseline": {
"syntax": "baseline | alphabetic | ideographic | middle | central | mathematical | auto | before-edge | after-edge | text-before-edge | text-after-edge | hanging",
Comment thread
dipikabh marked this conversation as resolved.
Outdated
"media": "none",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Inline"
],
"initial": "baseline",
"appliesto": "inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements",
Comment thread
skyclouds2001 marked this conversation as resolved.
"computed": "specifiedKeyword",
Comment thread
skyclouds2001 marked this conversation as resolved.
Outdated
"order": "perGrammar",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/alignment-baseline"
},
"all": {
"syntax": "initial | inherit | unset | revert | revert-layer",
"media": "noPracticalMedia",
Expand Down
4 changes: 3 additions & 1 deletion css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"sameAsMinWidthAndMinHeight",
"sameAsWidthAndHeight",
"specifiedIntegerOrAbsoluteLength",
"specifiedKeyword",
Comment thread
skyclouds2001 marked this conversation as resolved.
Outdated
"specifiedValue",
"specifiedValueClipped0To1",
"specifiedValueNumberClipped0To1",
Expand Down Expand Up @@ -248,9 +249,10 @@
"iframeElements",
"images",
"inFlowBlockLevelElements",
"inFlowChildrenOfBoxElements",
"inlineBoxesAndBlockContainers",
"inFlowChildrenOfBoxElements",
Comment thread
dipikabh marked this conversation as resolved.
"inlineLevelAndTableCellElements",
"inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements",
"limitedSVGElements",
"limitedSVGElementsCircle",
"limitedSVGElementsEllipse",
Expand Down
6 changes: 6 additions & 0 deletions l10n/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,9 @@
"ja": "インラインレベルおよびテーブルセル要素",
"ru": "строчным элементам и ячейкам таблиц"
},
"inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements": {
"en-US": "inline-level boxes, flex items, grid items, table cells, and SVG text content elements"
},
"inlineSizeOfContainingBlock": {
"de": "Inlinegröße des beinhaltenden Blocks",
"en-US": "inline-size of containing block",
Expand Down Expand Up @@ -1725,6 +1728,9 @@
"ja": "指定された整数値または絶対的な長さ",
"ru": "указанное целое число или абсолютная длина"
},
"specifiedKeyword": {
"en-US": "specified keyword"
},
Comment thread
skyclouds2001 marked this conversation as resolved.
Outdated
"specifiedValue": {
"en-US": "specified value"
},
Expand Down