Skip to content

Commit

Permalink
Export made from a WebKit repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Feb 10, 2024
1 parent f11c5f5 commit dac72e8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,12 @@ const gCSSProperties1 = {
{ type: 'discrete', options: [ [ 'show', 'hide' ] ] }
]
},
'field-sizing': {
// https://drafts.csswg.org/css-ui/#field-sizing
types: [
{ type: 'discrete', options: [ [ 'fixed', 'content' ] ] }
]
},
'fill': {
// https://svgwg.org/svg2-draft/painting.html#FillProperty
types: [
Expand Down

0 comments on commit dac72e8

Please sign in to comment.