-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: Baseline and Web Features | ||
episode: 13 | ||
tags: | ||
- CSS | ||
author: | ||
- miriam | ||
- james | ||
date: 2024-11-19 | ||
length: 57 mins | ||
image: | ||
src: winging-it/winging-it-13.jpg | ||
media: | ||
- youtube: 3dLbTHKZHlI | ||
summary: | | ||
What happens when you set out | ||
to categorize every API | ||
and property of the web? | ||
OddBird has been documenting CSS | ||
for the Web Features project. | ||
Join us as we explore some fascinating rabbit trails, edge cases, and insights | ||
into the web platform | ||
that we've encountered along the way. | ||
--- | ||
{% import "embed.macros.njk" as embed %} | ||
{% import "utility.macros.njk" as utility %} | ||
{{ embed.figure( | ||
data=media | ||
) }} | ||
{{ utility.main_action( | ||
'Subscribe to Channel »', | ||
subscribe_url | ||
) }} | ||
## What we cover: | ||
- What is Web Features? | ||
- What is Baseline? | ||
- How are they used? | ||
- What is OddBird doing? | ||
- What challenges have we encountered? | ||
- Fun things that have surfaced | ||
- What’s next in Web Features? | ||
## Links: | ||
- [Patrick Brosset answers questions and provides context](https://bsky.app/profile/patrickbrosset.com/post/3lbensuvnx22z) | ||
- [Web Features on GitHub](https://github.com/web-platform-dx/web-features) | ||
- [a11y Support](https://a11ysupport.io/) | ||
- [Caniuse Relative Colors](https://caniuse.com/?search=relative-colors) | ||
- [radial-gradient()](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/radial-gradient) | ||
- [attr()](https://developer.mozilla.org/en-US/docs/Web/CSS/attr) | ||
- [The Lowdown on Dropdowns in HTML & CSS](https://zeroheight.com/blog/the-lowdown-on-dropdowns-in-html-css/) by David Darnes | ||
- [Web Features Explorer](https://web-platform-dx.github.io/web-features-explorer/release-notes/) | ||
- [bl2bl](https://github.com/tonypconway/bl2bl): A module for turning Baseline thresholds into browserslist configurations. | ||
- [The `rest-before` and `rest-after properties`](https://drafts.csswg.org/css-speech-1/#rest-props-rest-before-after) | ||
- [Why We Need CSS Speech](https://tink.uk/why-we-need-css-speech/) | ||
- [Keeping an eye on changes to MDN’s Browser Compatibility Data](https://bcd-watch.igalia.com/) (essentially newly available or availability changes) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.