--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/3d0e4bacba9c45db4a3d778b91ac636f%40igalia.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAJL3UpT1FpGq7c6iFLT6coL%2BFvTEW7z3HynuzN-_oc_WO4WmGg%40mail.gmail.com.
Does this really need a TAG review given that this was already shipped by another browser?
Thanks for the explanation, I filed for TAG review in https://github.com/w3ctag/design-reviews/issues/286
-- Oriol Brufau
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/op.zjvtrcnorbppqq%40cicero2.linkoping.osa.
> I wonder what you intend
to do with the ones you list as "unprefix". Will you remove
the old prefixed property or will it remain as an alias?
We are not going to kill
the prefixed properties at this stage, we
intend to preserve them as an alias of the new properties.
> The serialization of the
existing prefixed properties is going to change (since they
will become aliases for the unprefixed properties), right?
var el = document.createElement("div");
el.style.webkitMarginBefore = "5px";
el.style.cssText; // "margin-block-start: 5px;"
But this was also the case for flow-relative sizing properties like block-size, and they have been shipped already.
> Do you have a patch for this work already?
You can see the patch for flow-relative margin longhands in https://chromium-review.googlesource.com/c/chromium/src/+/1075050
The code for paddings and borders should be analogous. I also wrote a patch for the margin shorthands, but not behind a flag.
> What do you think of landing the new properties now behind a flag
The flag can be added if you think it's needed, I will look into that.
-- Oriol Brufau
By mistake I initially sent the latter as a reply to this thread, and Google Groups got confused when I sent it again as a new thread. Sorry.
-- Oriol Brufau
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/d67fd11d-5f36-19a8-9f6e-3fbbeee0ad46%40igalia.com.