public enum ContainerKindWhat a container-type makes an element answerable about.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
⚠ The axes are not a convenience, they are the containment. CSS Containment 3 § 3 lets a box be queried on an axis only if its size on that axis is independent of its contents, and the two useful answers differ in how much that costs. InlineSize constrains one axis and is what a panel wants; Size constrains both and means the box can no longer grow to fit its content at all, which for a stack of text is almost never what was meant.
Fields and properties (3)
NormalNot a query container. Queries pass through it to whatever is above.
InlineSizeAnswerable on the inline axis only — container-type: inline-size.
SizeAnswerable on both axes — container-type: size.
Used by (7)
- CascadeFixtureVixen.Ui.Styling.Tests
- ContainerBoxVixen.Ui.Styling
- ContainerConditionsVixen.Ui.Styling
- ContainerQueryVixen.Ui.Styling
- ContainerQueryTestsVixen.Ui.Styling.Tests
- UiDocumentVixen.Ui
- VariantCoverageTestsVixen.Ui.Styling.Utilities.Tests