Logical properties describe layout in terms of the content's flow direction (start/end, inline/block) instead of physical directions (left/right/top/bottom). This makes a single stylesheet adapt automatically to languages written right-to-left (Arabic, Hebrew) or top-to-bottom.
Physical vs logical
{ : ; : ; : left; : solid; }
{
: ;
: ;
: start;
: solid;
}
