Raindrop.io Bookmarks 08/06/2024
著
- CSS font-size-adjust is now in Baseline | Blog | web.dev
"The CSS font-size-adjust property lands in Chrome today, and becomes part of Baseline Newly Available. This property can help prevent shifting of your layout when fallback fonts are loaded, and ensure legibility of fallback fonts at smaller font sizes."
- International Telephone Input
"A JavaScript plugin for entering and validating international telephone numbers. It takes a regular input field, adds a searchable country dropdown, auto-detects the user's country, displays a relevant placeholder number, formats the number as you type, and provides comprehensive validation methods."
- Letter Spacing Is Broken And There's Nothing We Can Do About It... Maybe | CSS-Tricks
"There are two real options for how letter-spacing can be fixed: reworking how the space is distributed around the character or allowing developers an option to choose where we want the ending space."
- NLnet; Servo improvements for Tauri
"Verso is a new browser initiative that is based on the Servo browser engine - a cross-platform, open source web engine written in Rust managed by Linux Foundation Europe."
- HTML Web Components Make Progressive Enhancement And CSS Encapsulation Easier! | CSS-Tricks
"Let's look at three specific examples that show off what I think are the key features of HTML Web Components -- CSS style encapsulation and opportunities for progressive enhancement -- without being forced to depend on JavaScript to work out of the box. We will most definitely use JavaScript, but the components ought to work without it."