I'm a beginning student of CSS and the shorthand order for margins, etc.
raised an eyebrow.
The clockwise order is what bothers me:
p.margin {margin: [TOP]cm [RIGHT]cm [BOTTOM]cm [LEFT]cm}
I think the order should be:
p.margin {margin: [TOP]cm [LEFT]cm [RIGHT]cm [BOTTOMcm}
As an experienced code-based typesetter, when defining a paragraph style
we always took a top down approach and defined the space above, then we
concerned ourselves with the left and right indents and finally the space
below.
Could someone explain why the top/clockwise order was adopted? It doesn't
make sense to me.
Could this be changed or discussed further?
Andy Burns
Typographer
--
"Ladies and gentlemen, The Beatles!"
- Ed Sullivan (1964)
raised an eyebrow.
The clockwise order is what bothers me:
p.margin {margin: [TOP]cm [RIGHT]cm [BOTTOM]cm [LEFT]cm}
I think the order should be:
p.margin {margin: [TOP]cm [LEFT]cm [RIGHT]cm [BOTTOMcm}
As an experienced code-based typesetter, when defining a paragraph style
we always took a top down approach and defined the space above, then we
concerned ourselves with the left and right indents and finally the space
below.
Could someone explain why the top/clockwise order was adopted? It doesn't
make sense to me.
Could this be changed or discussed further?
Andy Burns
Typographer
--
"Ladies and gentlemen, The Beatles!"
- Ed Sullivan (1964)
Comment