@w3cdevs @w3c @mdn @dontcallmeDOM

2 urgent and rude wishes :

- Check out which engine has most data in https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Intl
Some are missing the Federal States, some are missing some Language or Currrency Names and also some have more knowledge of Timezones.
Let all other engines paste it.
It is easy and boring ;) but we need #Intl more than ever
#JS

- After all the years make masonry grid reality
(after 1000 name changes not sure how it is called now);
https://github.com/w3c/csswg-drafts/issues/9733
#masonry #gridlanes #CSS

Intl - JavaScript | MDN

Das Intl Namensraum-Objekt enthält mehrere Konstruktoren sowie Funktionen, die den Internationalisierungs-Konstruktoren und anderen sprachsensitiven Funktionen gemeinsam sind. Zusammen bilden sie die ECMAScript Internationalization API, die sprachsensitive Zeichenfolgenvergleiche, Nummernformatierung, Datums- und Zeitformatierung und mehr bietet.

MDN Web Docs

Experimenting browsing pixelfed in "contact sheet" mode

For those curious : https://paste.lol/antoine/pixelfed.social.css
(I use it with stylebot)

#pixelfed #custom #ui_ux #stylebot #css #gridlanes #anchor

pixelfed.social.css

/** * Pixelfed custom UI/UX - "Contact Sheet" mode * Inject this CSS on pixelfed main page and experience contact sheet, distraction less, pixelfed photos browsing. * Personnaly using Stylebot for CSS injection */ html:has(.timeline-status-component) { --min-photo-inline-size: 400px; nav.navbar, .card:not(:hover) .card-header, .card:not(:hover) > :not(.timeline-status-component-content), .read-more-component, .sidebar-attribution, .sidebar-component .card, ...

I know what I’m going to play with over the holidays break 😍 #css #gridlanes

https://webkit.org/blog/17660/introducing-css-grid-lanes/

Introducing CSS Grid Lanes

It’s here, the future of masonry layouts on the web!

WebKit