Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 | text-before-edge | text-after-edge",
"media": "none",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Inline"
],
"initial": "baseline",
"appliesto": "inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements",
Comment thread
skyclouds2001 marked this conversation as resolved.
"computed": "theSpecifiedKeyword",
"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
3 changes: 2 additions & 1 deletion css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,10 @@
"iframeElements",
"images",
"inFlowBlockLevelElements",
"inFlowChildrenOfBoxElements",
"inlineBoxesAndBlockContainers",
"inFlowChildrenOfBoxElements",
Comment thread
dipikabh marked this conversation as resolved.
"inlineLevelAndTableCellElements",
"inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements",
"limitedSVGElements",
"limitedSVGElementsCircle",
"limitedSVGElementsEllipse",
Expand Down
3 changes: 3 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