Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix testing for support in hidden documents
The `elementExpands()` feature test would incorrectly return false in browsers with native <details> support when the document or parent `<iframe>` was hidden (because `offsetHeight` and similar will always be 0). Fixes #21 Closes #23
- Loading branch information