You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can margin and size in Layout support Landmarks in addition to numeric values? I feel this would be make them more useful. E.g. I could set the bounding box to 200% or 50% of the current size.
Tasks
Investigate the semantics. Does this actually make sense? Would the semantics be the same as using Landmarks for other layout tasks (e.g. on, or above)?
Implement. Should be fairly straightforward. The same approach as in other layout methods could be taken.
Document it!
The text was updated successfully, but these errors were encountered:
Can
margin
andsize
inLayout
supportLandmarks
in addition to numeric values? I feel this would be make them more useful. E.g. I could set the bounding box to 200% or 50% of the current size.Tasks
Landmarks
for other layout tasks (e.g.on
, orabove
)?The text was updated successfully, but these errors were encountered: