element-internals-polyfill
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -269,3 +269,3 @@ (function () { | ||
const wireSubmitLogic = (form) => { | ||
const SUBMIT_BUTTON_SELECTOR = ':is(:is(button, input)[type=submit], button:not([type])):not([disabled])'; | ||
const SUBMIT_BUTTON_SELECTOR = ':is(button[type=submit], input[type=submit], button:not([type])):not([disabled])'; | ||
let submitButtonSelector = `${SUBMIT_BUTTON_SELECTOR}:not([form])`; | ||
@@ -567,3 +567,2 @@ if (form.id) { | ||
Object.seal(this); | ||
upgradeInternals(ref); | ||
if (rootNode instanceof DocumentFragment) { | ||
@@ -752,2 +751,3 @@ deferUpgrade(rootNode); | ||
} | ||
upgradeInternals(this); | ||
}; | ||
@@ -754,0 +754,0 @@ } |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "A polyfill for the element internals specification", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108371
16