Summary
The Lit divider implementation ignores the axis parameter.
Expected behavior
If axis="horizontal" or axis="vertical" is provided, the divider should render accordingly.
Actual behavior
divider.ts always renders the same orientation (horizontal) regardless of axis.
Location
Lit renderer: divider.ts
Impact
Axis-dependent layouts cannot be represented correctly.
Summary
The Lit divider implementation ignores the
axisparameter.Expected behavior
If
axis="horizontal"oraxis="vertical"is provided, the divider should render accordingly.Actual behavior
divider.tsalways renders the same orientation (horizontal) regardless of axis.Location
Lit renderer:
divider.tsImpact
Axis-dependent layouts cannot be represented correctly.