Skip to content

Commit

Permalink
Comment out broken WPT report
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jul 1, 2024
1 parent 53871e4 commit 6f796bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022 OddBird
Copyright (c) 2022–2024 OddBird LLC

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Netlify Status](https://api.netlify.com/api/v1/badges/61a20096-7925-4775-99a9-b40a010197c0/deploy-status)](https://app.netlify.com/sites/anchor-polyfill/deploys)

[WPT results](https://anchor-position-wpt.netlify.app/)
<!-- [WPT results](https://anchor-position-wpt.netlify.app/) -->

## Browser Support

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ <h1>CSS Anchor Positioning Polyfill</h1>
rel="noopener noreferrer"
>WPT examples</a
>
<a
<!-- <a
href="https://anchor-position-wpt.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>WPT results</a
>
> -->
<a
href="https://w3c.github.io/csswg-drafts/css-anchor-position/"
target="_blank"
Expand Down Expand Up @@ -335,8 +335,8 @@ <h2>
&lt;div id="my-position-target-b" class="target"&gt;Target B&lt;/div&gt;</code>

<code class="language-css"
>#my-position-target-a {
position-anchor: --my-position-anchor-a;
>#my-position-target-a {
position-anchor: --my-position-anchor-a;
}

#my-position-target-b {
Expand Down

0 comments on commit 6f796bd

Please sign in to comment.