From d05fb0896512b990da9ac77262337b76961cd270 Mon Sep 17 00:00:00 2001 From: Zacky Ma Date: Fri, 1 Nov 2024 15:07:39 -0700 Subject: [PATCH 1/2] add limitation on constructed stylesheets --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53235a3..c16c25f 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ following features: - `position-visibility` property - dynamically added/removed anchors or targets - anchors or targets in the shadow-dom +- anchors or targets in constructed stylesheets (#228) - anchor functions assigned to `inset-*` properties or `inset` shorthand property - vertical/rtl writing-modes (partial support) From 69e08e16669915868dec16b5fdae9a9f65e6c968 Mon Sep 17 00:00:00 2001 From: Zacky Ma Date: Fri, 1 Nov 2024 15:08:48 -0700 Subject: [PATCH 2/2] add issue link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c16c25f..729bbd2 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ following features: - `position-visibility` property - dynamically added/removed anchors or targets - anchors or targets in the shadow-dom -- anchors or targets in constructed stylesheets (#228) +- 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)