Skip to content

Commit

Permalink
add popover related browser support to css anchor positioning page
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Aug 21, 2024
1 parent ad38225 commit a90524b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/pages/css-anchor-positioning/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,24 @@ const title = "css anchor positioning";
<PageSection>
<BrowserSupport
items={[
{
value: "popover",
chrome: "114",
firefox: "125",
safari: "17",
},
{
value: "popovertarget",
chrome: "114",
firefox: "125",
safari: "17",
},
{
value: ":popover-open",
chrome: "114",
firefox: "125",
safari: "17",
},
{
value: "anchor-name",
chrome: "125",
Expand Down

0 comments on commit a90524b

Please sign in to comment.