Skip to content

Commit 0e994ca

Browse files
committed
Add funding and status note to demo
1 parent ad502e0 commit 0e994ca

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,19 @@ <h2>Anchoring Elements Using CSS</h2>
174174
>.
175175
</li>
176176
</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>
177190
</section>
178191
<section id="anchor-positioning" class="demo-item">
179192
<h2>
@@ -647,6 +660,29 @@ <h2>
647660
top: anchor(--my-anchor-update bottom);
648661
}</code></pre>
649662
</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>
650686
<footer>
651687
<p>
652688
Spec proposal by

0 commit comments

Comments
 (0)