Daily Shaarli
February 9, 2021
CSS width and height does not include the border(s) and padding by default. box-sizing: border-box
include them in the border.
The browser calculate a box with max-content
as if it has infinite space. For min-content
, it pretends it has zero space. Easy at the end !
min, max and clamp define boundaries for the box :) Clamp is simply a min-max combined into one: clamp(MIN, VAL, MAX)
Le chargeur sur smartphone sera maintenant unique ! Il s'agira de l'USB-C 👍
Google follows the rule "embrace, extinguish and extinct" of Microsoft. Chromium features (bookmark synchronization, safe-browsing feature, search suggestion, spell-checking, etc..) are provided by Google and are not a part of Chromium; but Google has long provided API keys for ditributors of Chromium builds to use. But as of March 15, non-Chrome builds of Chromium would lose access to these APIs.
As response, many Linux distributions may remove the chromium package from their dependancies.
this move on Google's part is just highlighting a situation that has existed for years already: you might use Chromium as a way of avoiding proprietary software, but if you use Chromium with features like synchronization, that objective has not been met. [...] Similar to Android: there is a core built with free software, but getting its full functionality requires accepting layers of proprietary code on top of it.