Skip to content

Commit

Permalink
docs: links to browser bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-goulet committed Oct 30, 2023
1 parent e8bf1e3 commit 58e923f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ A simple, animating side drawer built as a Web Component

This custom element now uses a standard `dialog` under the hood. As of October 2023 there are some browser bugs around dialog `::backdrop` not seeing CSS variables. As a result the `--side-drawer-backdrop-filter`, `--side-drawer-overlay-opacity` and `--side-drawer-overlay-transition` variables will not work in some browsers. If you need to support these browsers you can use v3.x of this component until the browser bugs are fixed.

[Web Page Test for ::backdrop respecting CSS vars](https://wpt.fyi/results/html/semantics/interactive-elements/the-dialog-element/backdrop-inherits.html)
[Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=827397)
[Firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1855668)
[Safari bug](https://bugs.webkit.org/show_bug.cgi?id=263834)
- [Web Page Test for ::backdrop respecting CSS vars](https://wpt.fyi/results/html/semantics/interactive-elements/the-dialog-element/backdrop-inherits.html)
- [Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=827397)
- [Firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1855668)
- [Safari bug](https://bugs.webkit.org/show_bug.cgi?id=263834)

## Installation

Expand Down

0 comments on commit 58e923f

Please sign in to comment.