@@ -174,6 +174,19 @@ <h2>Anchoring Elements Using CSS</h2>
174
174
> .
175
175
</ li >
176
176
</ ul >
177
+ < p >
178
+ < strong > Note: </ strong > This polyfill was implemented against an early
179
+ version of the spec, and updates were paused to allow the syntax to
180
+ solidify. Now that browsers are working on implementation, we would like
181
+ to bring it up to date, and welcome
182
+ < a
183
+ href ="https://github.com/oddbird/css-anchor-positioning "
184
+ target ="_blank "
185
+ rel ="noopener noreferrer "
186
+ > code contributions</ a
187
+ >
188
+ and < a href ="#sponsor "> financial support</ a > to make that happen.
189
+ </ p >
177
190
</ section >
178
191
< section id ="anchor-positioning " class ="demo-item ">
179
192
< h2 >
@@ -647,6 +660,29 @@ <h2>
647
660
top: anchor(--my-anchor-update bottom);
648
661
}</ code > </ pre >
649
662
</ section >
663
+ < section id ="sponsor ">
664
+ < h2 > Sponsor OddBird's OSS Work</ h2 >
665
+ < p >
666
+ At OddBird, we love contributing to the languages & tools developers
667
+ rely on. We're currently working on polyfills for new Popover & Anchor
668
+ Positioning functionality, as well as CSS specifications for functions,
669
+ mixins, and responsive typography. Help us keep this work sustainable
670
+ and centered on your needs as a developer! We display sponsor logos and
671
+ avatars on our
672
+ < a
673
+ href ="https://www.oddbird.net/polyfill/#open-source-sponsors "
674
+ target ="_blank "
675
+ rel ="noopener noreferrer "
676
+ > website</ a
677
+ > .
678
+ </ p >
679
+ < a
680
+ href ="https://opencollective.com/oddbird-open-source "
681
+ target ="_blank "
682
+ rel ="noopener noreferrer "
683
+ > Sponsor OddBird's OSS Work</ a
684
+ >
685
+ </ section >
650
686
< footer >
651
687
< p >
652
688
Spec proposal by
0 commit comments