Browser: Chrome 110 OS: macOS / Windows / Linux / etc. URL: Link to a page that illustrates this issue Video: Short screen recording that illustrates this issue (free tool: jam.dev)
Hello bricks team,
1- In a control such as Margin, enter a value.
2- If you click the Opposites linked button, the opposite value is not automatically set.
3- Now if you click on the All sides linked button, all 4 values ​​will be automatically adjusted.
In general, it is expected that if we set a value (e.g., margin top) and then click the Opposites linked button, the opposite value (margin bottom) will be set automatically.
AT uses dimension controls to replace spacing, margins etc… with logical properties like margin-inline, margin-block, etc… and thus can’t use the spacing ones since it’s not using the usual “top”, “left”, “bottom”, “right” suffix.