Skip to content

Commit

Permalink
Update field-sizing initial and appliesto fields
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Apr 21, 2024
1 parent 85a06de commit 3eb3ca8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4646,8 +4646,8 @@
"groups": [
"CSS Basic User Interface"
],
"initial": "normal",
"appliesto": "textFields",
"initial": "fixed",
"appliesto": "elementsWithDefaultPreferredSize",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
Expand Down
1 change: 1 addition & 0 deletions css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
"elementsForWhichLayoutContainmentCanApply",
"elementsForWhichSizeContainmentCanApply",
"elementsThatAcceptInput",
"elementsWithDefaultPreferredSize",
"elementsWithDisplayBoxOrInlineBox",
"elementsWithDisplayMarker",
"elementsWithDisplayMozBoxMozInlineBox",
Expand Down
3 changes: 3 additions & 0 deletions l10n/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,9 @@
"elementsForWhichSizeContainmentCanApply": {
"en-US": "elements for which size containment can apply"
},
"elementsWithDefaultPreferredSize": {
"en-US": "Elements with default preferred size"
},
"elementsWithDisplayBoxOrInlineBox": {
"de": "Elemente mit einem CSS {{cssxref(\"display\")}} Wert von <code>box</code> oder <code>inline-box</code>",
"en-US": "elements with a CSS {{cssxref(\"display\")}} value of <code>box</code> or <code>inline-box</code>",
Expand Down

0 comments on commit 3eb3ca8

Please sign in to comment.