We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4361f commit 5984dc6Copy full SHA for 5984dc6
dist/details-element-polyfill.js
@@ -1,5 +1,5 @@
1
/*
2
-Details Element Polyfill 2.1.0
+Details Element Polyfill 2.1.1
3
Copyright © 2018 Javan Makhmali
4
*/
5
(function() {
@@ -116,6 +116,7 @@ Copyright © 2018 Javan Makhmali
116
}
117
118
function polyfillAccessibility() {
119
+ setAccessibilityAttributes(document);
120
if (window.MutationObserver) {
121
new MutationObserver(function(mutations) {
122
forEach.call(mutations, function(mutation) {
package.json
@@ -1,6 +1,6 @@
{
"name": "details-element-polyfill",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "HTML <details> element polyfill",
"main": "dist/details-element-polyfill.js",
6
"files": [
0 commit comments