through logical,
rather than physical, direction and dimension mappings.
I have been
working on implementing this in Blink, now I'm starting with
WebKit.
Various
properties are already supported but using non-standard names
with a -webkit-
prefix. The
standard properties have already been shipped in Firefox and
Blink, so
I will start
with implementing them and converting the prefixed ones into
aliases.
of properties
is:
*
margin-{block,inline}-{start,end}
*
padding-{block,inline}-{start,end}
*
border-{block,inline}-{start,end}
*
border-{block,inline}-{start,end}-{width,style,color}
*
{block,inline}-size
*
{min,max}-{block,inline}-size
After this I
will
continue with the remaining
flow-relative box model properties and the
flow-relative
values for existing properties:
*
margin-{block,inline}
*
padding-{block,inline}
*
border-{block,inline}
*
border-{block,inline}-{width,style,color}
* float:
inline-{start,end}
* clear:
inline-{start,end}
* resize:
{block,inline}
This will be
behind an
experimental flag, like it's
being done in Blink. Firefox shipped some.
I would like to
get your feedback and comments about this topic, if you are
fine with the plan
we will start to
land patches next week.