Raindrop.io Bookmarks 10/21/2023
著
- Web -- Material Design 3
"Material Web is Google's component library for building applications that work in any web framework."
- zachleat/table-saw: A small web component for responsive <table> elements.
"A small structural-only zero-dependency Web Component for responsive <table> elements. Heavily inspired by Filament Group's Tablesaw Stack jQuery plugin."
- Engage a Wider Audience With ActivityPub on WordPress.com - WordPress.com News
"Your WordPress blog can now become a profile for the fediverse. This means your readers can follow you and receive all the latest posts from your blog directly on their preferred platform."
- The 6 Must-Know Rules of Margin Collapsing in CSS | by Ritika Agrawal | Oct, 2023 | Medium
"Using values like vertical-lr or vertical-rl in writing-mode property changes the stacking order to horizontal. Now horizontal margins collapse and not vertical margins."
- Naming Variables In CSS
"We can use camelCasing mixed with kabob-casing to create variable names that are structurally consistent. The idea is to use hyphens to separate value type and namespace from variable name and then camelCase within each segment. Essentially: namespaceName-valueType-variableName."
- How to make charts and graphs more accessible - Pope Tech Blog
"No matter how a user interacts with data, the goal is to make sure everyone can perceive the trend or information the data conveys."
- explainers/DeclarativeWebPush at main · WebKit/explainers
"Declarative Web Push is a model by which push-initiated notifications can be presented directly by the platform or user agent without requiring Service Worker JavaScript."