Intent to remove CSSStyleDeclaration.getAuthoredPropertyValue()

2017-08-08 Thread Bradley Werth
https://bugzilla.mozilla.org/show_bug.cgi?id=1302513 This chrome-only API was intended to assist developer tools in reporting the authored values for properties that are normalized after parsing. We are removing it for four reasons: 1) Only color properties were specially handled by this API. 2)

Intent to ship: shape-outside

2018-06-08 Thread Bradley Werth
On Monday June 11th, I intend to land Bug 1457297 which will enable shape-outside for all channels in Firefox 62. The feature has been on by default in Nightly 61, and available in other channels behind the layout.css.shape-outside.enabled pref

Re: Intent to ship: shape-outside

2018-06-11 Thread Bradley Werth
On Mon, Jun 11, 2018 at 7:54 AM, Emilio Cobos Álvarez wrote: > On 06/08/2018 08:08 PM, Bradley Werth wrote: > >> On Monday June 11th, I intend to land Bug 1457297 >> <https://bugzilla.mozilla.org/show_bug.cgi?id=1457297> which will enable >> shape-outside for a

Intent to Implement CSS Box Alignment on block containers

2016-12-28 Thread Bradley Werth
Summary: CSS Box Alignment is broadly available for css-flex containers, and will soon be available for css-grid containers. Web developers who are using flex containers to take advantage of "justify-content" or "align-content" will appreciate being able to apply those styles on block containers al