focus-within-polyfill
Advanced tools
Comparing version 5.0.7 to 5.0.8
@@ -0,1 +1,8 @@ | ||
## [5.0.8](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.7...v5.0.8) (2020-04-18) | ||
### Bug Fixes | ||
* add funding ([18d72f1](https://github.com/matteobad/focus-within-polyfill/commit/18d72f18c22377a35fac3756f1315e230b5639ba)) | ||
## [5.0.7](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.6...v5.0.7) (2020-04-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "focus-within-polyfill", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"description": "Small vanilla javascript that feature detect the :focus-within pseudo selector and polyfills it with a standard css class if necessary.", | ||
@@ -34,7 +34,11 @@ "main": "dist/focus-within-polyfill.js", | ||
], | ||
"author": "Matteo Badini", | ||
"author": { | ||
"name": "Matteo Badini", | ||
"email": "matteo.badini95@gmail.com", | ||
"url": "https://matteobad.github.io" | ||
}, | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@ampproject/rollup-plugin-closure-compiler": "^0.24.0", | ||
"@ampproject/rollup-plugin-closure-compiler": "^0.25.0", | ||
"@semantic-release/changelog": "^5.0.1", | ||
@@ -72,3 +76,7 @@ "@semantic-release/commit-analyzer": "^8.0.1", | ||
} | ||
}, | ||
"funding": { | ||
"type": "individual", | ||
"url": "https://ko-fi.com/matteobad" | ||
} | ||
} |
@@ -12,2 +12,8 @@ # `:focus-within` Pseudo-Class Polyfill | ||
--- | ||
**Find this usefull? ☕ [Buy me a coffee!](https://ko-fi.com/matteobad)** | ||
--- | ||
The `:focus-within` CSS pseudo-class represents an element that has received focus or contains an element that has received focus. In other words, it represents an element that is itself matched by the :focus pseudo-class or has a descendant that is matched by `:focus` (This includes descendants in shadow trees). | ||
@@ -14,0 +20,0 @@ |
48295
87