Search

Nalezeno "Chrome": 451

Exciting Things on the Horizon For CSS Layout


Michelle Barker notes that it’s been a heck of a week for us CSS layout nerds. Firefox has long had the best DevTools for CSS Grid, but Chrome is about to catch up and go one bit better by visualizing grid line numbers and names. Firefox supports gap for display: flex, which is great,...

@property


The @property is totally new to me, but I see it’s headed to Chrome, so I suppose it’s good to know about! There is a draft spec and an “intent to ship” document. The code from that document shows: @property --my-property { syntax: "<color"; initial-value: green; ...

Chrome + System Fonts Snafu


There was just a bug late last year where system fonts (at least on Mac, I don’t know what the story was on other platforms) in Chrome appeared too thin and tracked-in at small sizes and too thick and tracked-out at larger sizes. That one was fixed, thankfully. But while it was a problem,...

Can JavaScript Detect the Browser’s Zoom Level?


No, not really. My first guess was that this was intentionally not exposed in browsers because browsers intentionally don’t want us fighting it — or making well-intentioned but bad-outcome decisions based on that info. But I don’t see any evidence of that. StackOverflow answers paint...

49 Crypto-Stealing Chrome Extensions Removed from Google's Store


Google has removed a number of Chrome extensions that were pretending to be crypto wallet apps in order to steal users' cryptoassets. A total of 49 extensions of Google's popular web browser, Chrome, which is the most popular in the world, have been removed by the tech giant from the Web Store...

Styling in the Shadow DOM With CSS Shadow Parts 


Safari 13.1 just shipped support for CSS Shadow Parts. That means the ::part() selector is now supported in Chrome, Edge, Opera, Safari, and Firefox. We’ll see why it’s useful, but first a recap on shadow DOM encapsulation… The benefits of shadow DOM encapsulation I work at giffgaff where we have...

CSS Findings From The New Facebook Design


Ahmad Shadeed digs around the new Facebook’s front-end code. One that stood out to me: .element { inset: 4px 0; /* Which is equivalent to: top: 4px, bottom: 4px, left: 0, right: 0 */ } Whaaat? This is the first I’ve heard of the inset property. Ahmad said he saw it working...

Aktualizace Chrome budou pokračovat. Google je začne vydávat od dubna


Před týdnem oznámil Google, že pozastaví aktualizace svého prohlížeče Chrome. Nyní na blogu zveřejnil, kdy vyjdou další verze.Překvapivě se tak stane už v začátkem dubna. Google záměr pokračovat ve vydávání aktualizací pro Chrome potvrdil na svém blogu, kde se i rozepsal, kdy můžeme očekávat

CSS :nth-of-class selector


That's not a thing. But it kinda is! Bram covers how frustrating .bar:nth-child(2) is. It's not "select the second element of class .bar." It's "select the second element if it also has the class .bar." The good news? There is a real selector that does the former: :nth-child(2 of .bar) { } Safari...

[aktualita] Google dočasně zastavil vydávání nových verzí Chrome a Chrome OS


Vydávání nových verzí Chrome a Chrome OS bude až do odvolání pozastaveno, upozornil Google ve stručném oznámení na svém blogu. V příspěvku se tvrdí, že opatření souvisí se změnou pracovního režimu, respektive pracovních rozvrhů ve společnosti. Ty byly upraveny v souvislosti s opatřeními kvůli...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace