Skip to content

Commit

Permalink
revised text based on feedback and added header image
Browse files Browse the repository at this point in the history
  • Loading branch information
SondraE committed Nov 6, 2023
1 parent 743e3bb commit 6c878ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
38 changes: 8 additions & 30 deletions content/tools/polyfill.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Polyfills
sub: Cascade Layers, CSS Anchor Positioning, CSS Toggles, Popover
title: HTML & CSS Polyfills
sub: Cascade Layers, CSS Anchor Positioning, Popover
feature: true
date: 2023-10-31
date: 2023-11-07
image:
position: top
src: projects/polyfill-demo.jpg
position: center
src: projects/polyfill.jpg
oss: owner
author: oddbird
action:
Expand All @@ -19,9 +19,10 @@ summary: |
developing specifications
for the CSS language,
OddBird has started and maintains
a number of powerful CSS polyfills
a number of powerful polyfills
for new web platform features
including Cascade Layers, CSS Anchor Positioning,
CSS Toggles, and Popover Attribute.
and the Popover attribute.
---

{% import 'embed.macros.njk' as embed %}
Expand Down Expand Up @@ -59,29 +60,6 @@ the proposed new functions allow absolutely positioned elements
to be placed relative to one or more
author-defined anchor elements.

## CSS Toggles
*(deprecated for now)*

[Demo](https://toggles.oddbird.net/) |
[Source](https://github.com/oddbird/css-toggles)

The goal of this (work in progress) feature
is to make it possible for CSS
to manage presentational state
for patterns such as tabs/accordions,
carousels, color modes, etc.
There are still many questions
to be answered around the scope,
syntax, and (most importantly)
accessibility of a feature like this in CSS.

This polyfill is designed
to help us explore those questions.
It implements the draft spec syntax
as currently written, where possible --
in addition to some of the extensions proposed
in our explainer.

## Popover Polyfill

[Source](https://github.com/oddbird/popover-polyfill)
Expand Down
Binary file added src/images/projects/polyfill.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 6c878ca

Please sign in to comment.