Re: Intent to prototype and ship: CSS :is() and :where() pseudo-classes.

2020-04-17 Thread Emilio Cobos Álvarez
On 4/18/20 1:49 AM, Emilio Cobos Álvarez wrote:  * Safari: Implemented in TP. They have shipped since forever an outdated version of the spec (:matches instead of :is). Clarification: It seems WebKit only supports :is(), not :where(). -- Emilio ___

Re: Intent to ship: a change to the initial value of image-orientation

2020-04-17 Thread Cameron McCormack
On Mon, Feb 17, 2020, at 8:19 AM, Cameron McCormack wrote: > This doesn't really fit the format of an Intent email, but just as a > heads up, I am landing a change to the initial value of the > image-orientation property, from "none" to "from-image". The effect of > this change is that EXIF ori

Intent to prototype and ship: CSS :is() and :where() pseudo-classes.

2020-04-17 Thread Emilio Cobos Álvarez
Someone nerd-sniped me this week, sorry :) Summary: Implements the :is() and :where() pseudo-classes from the CSS selectors level 4 spec. These allow to adjust the specificity of selectors and write selectors that weren't possible before. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1509

Anyone using the mapfiles? (Was: PSA: Changes to Gecko/Firefox mirrors on github)

2020-04-17 Thread Mike Hommey
By the way, I forgot to add: With this change, mapping files ([1] and [2] for gecko-dev and gecko-projects respectively) are less necessary (because git-cinnabar can be used instead). 1. https://moz-vcssync.s3-us-west-2.amazonaws.com/mapping/gecko-dev/git-mapfile.tar.bz2 2. https://moz-vcssync.

Re: PSA: Changes to Gecko/Firefox mirrors on github

2020-04-17 Thread Mike Hommey
On Fri, Apr 17, 2020 at 11:18:06AM -0400, Kartikaya Gupta wrote: > Yay! Thanks for doing this. For posterity, do you happen to know the > first commit that was migrated with cinnabar? If you're asking the first ever: https://github.com/mozilla/gecko-dev/commit/ae8f8ae52f732a8c7a7938cc2bd39d0faf485

Re: PSA: Changes to Gecko/Firefox mirrors on github

2020-04-17 Thread Kartikaya Gupta
Yay! Thanks for doing this. For posterity, do you happen to know the first commit that was migrated with cinnabar? On Thu, Apr 16, 2020 at 9:55 PM Mike Hommey wrote: > > Hi, > > There are two officially supported mirrors of Gecko/Firefox on github: > - https://github.com/mozilla/gecko-dev/ for ma

Re: Intent to implement: Cookie SameSite=lax by default and SameSite=none only if secure

2020-04-17 Thread jeuxsummerland
On Monday, April 13, 2020 at 12:40:43 PM UTC-4, maksga...@gmail.com wrote: > четверг, 23 мая 2019 г., 11:34:14 UTC+3 пользователь Andrea Marchesini > написал: > > Link to the proposal: > > https://tools.ietf.org/html/draft-west-cookie-incrementalism-00 > > > > Summary: > > "1. Treat the lack o

TC39 March/April Summary

2020-04-17 Thread Yulia Startsev
I have published the summary for the March/April TC39 meeting. Summary link: https://github.com/codehag/TC39-news/blob/master/meetings/2020/tc39-03-2020.md Notes: https://github.com/tc39/notes/tree/master/meetings/2020-03 At this meeting, the draft for 2020 was approved. We are now starting work

Intent to ship: Logical Assignment for JavaScript

2020-04-17 Thread Yulia Startsev
We recently implemented Logical Assignment in SpiderMonkey. The proposal gives programmers a shorthand for logical assignment. André Bargull [:anba] contributed the patches that implemented this proposal. It landed in Nightly this week. We'll ship it once we're confident the specification is stabl