|
3509 | 3509 | }, |
3510 | 3510 | { |
3511 | 3511 | name: "grid-lanes-direction", |
| 3512 | + property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"], |
| 3513 | + field_group: "*", |
| 3514 | + field_template: "external", |
| 3515 | + include_paths: ["third_party/blink/renderer/core/layout/grid_lanes/grid_lanes_direction.h"], |
| 3516 | + default_value: "GridLanesDirection()", |
| 3517 | + type_name: "GridLanesDirection", |
| 3518 | + converter: "ConvertGridLanesDirection", |
| 3519 | + getter: "GetGridLanesDirection", |
| 3520 | + typedom_types: ["Keyword"], |
| 3521 | + keywords: ["normal", "row", "column", "fill-reverse", "track-reverse"], |
| 3522 | + invalidate: ["layout", "paint"], |
| 3523 | + runtime_flag: "CSSGridLanesLayout", |
| 3524 | + }, |
| 3525 | + { |
| 3526 | + name: "grid-lanes-pack", |
3512 | 3527 | property_methods: ["CSSValueFromComputedStyleInternal"], |
3513 | 3528 | field_group: "*", |
3514 | 3529 | field_template: "keyword", |
3515 | 3530 | typedom_types: ["Keyword"], |
3516 | | - keywords: ["normal", "row", "row-reverse", "column", "column-reverse"], |
| 3531 | + keywords: ["normal", "dense"], |
3517 | 3532 | default_value: "normal", |
3518 | 3533 | invalidate: ["layout", "paint"], |
3519 | 3534 | runtime_flag: "CSSGridLanesLayout", |
|
4572 | 4587 | idempotent: false, |
4573 | 4588 | invalidate: ["layout", "paint"], |
4574 | 4589 | }, |
4575 | | - { |
4576 | | - name: "overscroll-area", |
4577 | | - property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal" ], |
4578 | | - include_paths: ["third_party/blink/renderer/core/style/scoped_css_name.h"], |
4579 | | - type_name: "ScopedCSSNameList", |
4580 | | - wrapper_pointer_name: "Member", |
4581 | | - default_value: "nullptr", |
4582 | | - field_group: "*", |
4583 | | - field_template: "external", |
4584 | | - converter: "ConvertOverscrollArea", |
4585 | | - keywords: ["none"], |
4586 | | - typedom_types: ["Keyword"], |
4587 | | - valid_for_permission_element: true, |
4588 | | - invalidate: ["layout"], |
4589 | | - runtime_flag: "CSSOverscrollGestures", |
4590 | | - }, |
4591 | 4590 | { |
4592 | 4591 | name: "-internal-overscroll-area", |
4593 | 4592 | property_methods: ["CSSValueFromComputedStyleInternal"], |
|
4596 | 4595 | keywords: ["none", "auto"], |
4597 | 4596 | typedom_types: ["Keyword"], |
4598 | 4597 | default_value: "none", |
4599 | | - runtime_flag: "CSSOverscrollGestures", |
| 4598 | + runtime_flag: "OverscrollGestures", |
4600 | 4599 | }, |
4601 | 4600 | { |
4602 | 4601 | name: "overscroll-behavior-inline", |
|
4646 | 4645 | computable: false, |
4647 | 4646 | valid_for_permission_element: true, |
4648 | 4647 | }, |
4649 | | - { |
4650 | | - name: "overscroll-position", |
4651 | | - property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal" ], |
4652 | | - include_paths: ["third_party/blink/renderer/core/style/scoped_css_name.h"], |
4653 | | - type_name: "ScopedCSSName", |
4654 | | - wrapper_pointer_name: "Member", |
4655 | | - default_value: "nullptr", |
4656 | | - field_group: "*", |
4657 | | - field_template: "external", |
4658 | | - converter: "ConvertOverscrollPosition", |
4659 | | - keywords: ["none"], |
4660 | | - typedom_types: ["Keyword"], |
4661 | | - valid_for_permission_element: true, |
4662 | | - invalidate: ["layout", "paint"], |
4663 | | - runtime_flag: "CSSOverscrollGestures", |
4664 | | - }, |
4665 | 4648 | { |
4666 | 4649 | name: "-internal-overscroll-position", |
4667 | 4650 | property_methods: ["CSSValueFromComputedStyleInternal"], |
|
4670 | 4653 | keywords: ["none", "auto"], |
4671 | 4654 | typedom_types: ["Keyword"], |
4672 | 4655 | default_value: "none", |
4673 | | - runtime_flag: "CSSOverscrollGestures", |
| 4656 | + runtime_flag: "OverscrollGestures", |
4674 | 4657 | }, |
4675 | 4658 | { |
4676 | 4659 | name: "padding-bottom", |
|
0 commit comments