Re: Intent to implement and ship: overflow-block and overflow-inline CSS properties

2019-06-13 Thread violet
> Chrome has shipped these properties in latest Canary, commit: > https://chromium.googlesource.com/chromium/src/+/985a82ce4c869aca8e33dc213293a37b2764d69c To clarify, Chrome has just implemented a few days ago, it's not "shipped" yet. The status can be found here:

Re: Upcoming changes to our JS coding style

2019-06-13 Thread Jason Orendorff
On Thu, Jun 13, 2019 at 3:32 PM Dave Townsend wrote: > Prettier will share eslint's list of things to ignore and those tests are > already ignored: > https://searchfox.org/mozilla-central/rev/1133b6716d9a8131c09754f3f29288484896b8b6/.eslintignore#239 > . > > Of course if you want parts of that

Re: Upcoming changes to our JS coding style

2019-06-13 Thread Dave Townsend
Prettier will share eslint's list of things to ignore and those tests are already ignored: https://searchfox.org/mozilla-central/rev/1133b6716d9a8131c09754f3f29288484896b8b6/.eslintignore#239 . Of course if you want parts of that directory to be linted and formatted then you can modify that file

Re: Upcoming changes to our JS coding style

2019-06-13 Thread Jason Orendorff
On Thu, Jun 13, 2019 at 1:42 PM Victor Porof wrote: > To improve developer productivity, we plan to automate JS formatting using > Prettier , a broadly adopted tool specifically > designed for this task and maintained by well known stakeholders. This > should reduce the

Intent to ship: JavaScript public fields

2019-06-13 Thread Ashley Hauck
Summary: Fields in JavaScript (the public fields part of the proposal). Here's an example: class C { x = 2; } Currently implemented behind the pref: javascript.options.experimental.fields Implementation tracking bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1499448 Pref on-by-default bug:

Intent to Implement: CSS text-decoration-width

2019-06-13 Thread Charlie Marlow
Intent to Implement: CSS text-decoration-width Summary: text-decoration-width allows web developers to specify a specific thickness of an underline, overline, or line-through text-decoration. This allows web developers to have greater control over the look and style of their web pages. Bug:

Intent to Implement: CSS text-underline-offset

2019-06-13 Thread Charlie Marlow
Intent to Implement: CSS text-underline-offset Summary: text-underline-offset allows users to control the distance between text and the underline text decoration. Positive values move it up “above” the text for horizontal text, and negative values move it down the page. It would allow

Re: Intent to implement and ship: overflow-block and overflow-inline CSS properties

2019-06-13 Thread Boris Zbarsky
On 6/13/19 4:15 AM, violet wrote: Preference behind which this will be implemented: none. It's probably a good idea to have a pref controlling whether these get parsed, so we can disable if needed if there's an issue, given that no one has shipped these yet in a final release. Or are there

Intent to implement and ship: overflow-block and overflow-inline CSS properties

2019-06-13 Thread violet
Summary: implement overflow-block and overflow-inline CSS properties Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1470695 Link to standard: https://drafts.csswg.org/css-overflow-3/#logical Platform coverage: all. Estimated or target release: 69 Preference behind which this will be