@@ -74,13 +74,25 @@ option can be set by setting the value of
74
74
75
75
## Limitations
76
76
77
- This polyfill doesn't (yet) support the following:
78
-
79
- - ` anchor-default ` property
80
- - ` anchor-scroll ` property
77
+ This polyfill was implemented against an early version of the spec, and updates
78
+ were paused to allow the syntax to solidify. Now that browsers are working on
79
+ implementation, we would like to bring it up to date.
80
+
81
+ While this polyfill supports many basic use cases, it doesn't (yet) support the
82
+ following:
83
+
84
+ - The ` @position-try ` rule
85
+ - The ` position-try-options ` , ` position-try-order ` , or ` position-try ` properties
86
+ - ` anchor-scope ` property
87
+ - ` position-anchor ` property
88
+ - ` inset-area ` property
89
+ - ` anchor-center ` value for ` justify-self ` , ` align-self ` , ` justify-items ` , and
90
+ ` align-items ` properties
81
91
- anchor functions with ` implicit ` anchor-element
82
- - automatic anchor positioning: anchor functions with ` auto ` or ` auto-same `
92
+ - automatic anchor positioning: anchor functions with ` inside ` or ` outside `
83
93
anchor-side
94
+ - ` anchor-name ` property defining multiple anchor names
95
+ - ` position-visibility ` property
84
96
- dynamically added/removed anchors or targets
85
97
- anchors or targets in the shadow-dom
86
98
- tracking the order of elements in the
@@ -104,6 +116,9 @@ This polyfill doesn't (yet) support the following:
104
116
whose offset-parent is inline with ` clientHeight ` /` clientWidth ` of ` 0 `
105
117
(partial support -- does not account for possible scrollbar width)
106
118
119
+ In addition, JS APIs like ` CSSPositionTryRule ` or ` CSS.supports ` will not be
120
+ polyfilled.
121
+
107
122
## Sponsor OddBird's OSS Work
108
123
109
124
At OddBird, we love contributing to the languages & tools developers rely on.
@@ -115,4 +130,4 @@ and centered on your needs as a developer!
115
130
We display sponsor logos and avatars
116
131
on our [ website] ( https://www.oddbird.net/polyfill/#open-source-sponsors ) .
117
132
118
- [ Sponsor OddBird's OSS Work] ( https://opencollective .com/oddbird-open-source )
133
+ [ Sponsor OddBird's OSS Work] ( https://github .com/sponsors/ oddbird )
0 commit comments