From b076add20c287c233b3bbcd617061ed4da4e2163 Mon Sep 17 00:00:00 2001 From: Jonny Gerig Meyer Date: Wed, 20 Nov 2024 16:03:59 -0500 Subject: [PATCH] Update limitations and note --- README.md | 5 ----- index.html | 50 ++++++++++++++++++++++++-------------------------- src/parse.ts | 8 +++----- 3 files changed, 27 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 9376009..297203f 100644 --- a/README.md +++ b/README.md @@ -120,10 +120,6 @@ manually, by passing a single boolean with `polyfill(true)`. ## Limitations -This polyfill was implemented against an early version of the spec, and updates -were paused to allow the syntax to solidify. Now that browsers are working on -implementation, we are in the process of bringing it up to date. - While this polyfill supports many basic use cases, it doesn't (yet) support the following features: @@ -147,7 +143,6 @@ following features: - `position-visibility` property - dynamically added/removed anchors or targets - anchors or targets in the shadow-dom -- anchors or targets in constructed stylesheets (https://github.com/oddbird/css-anchor-positioning/issues/228) - anchor functions assigned to `inset-*` properties or `inset` shorthand property - vertical/rtl writing-modes (partial support) diff --git a/index.html b/index.html index 054e6b1..5244199 100644 --- a/index.html +++ b/index.html @@ -23,8 +23,6 @@ - - @@ -44,6 +42,8 @@ + +