media-captions
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -650,2 +650,5 @@ import { | ||
this.dir = init?.dir ?? "ltr"; | ||
overlay.setAttribute("translate", "yes"); | ||
overlay.setAttribute("aria-live", "off"); | ||
overlay.setAttribute("aria-atomic", "true"); | ||
setPartAttr(overlay, "captions"); | ||
@@ -652,0 +655,0 @@ this._updateOverlay(); |
@@ -650,2 +650,5 @@ import { | ||
this.dir = init?.dir ?? "ltr"; | ||
overlay.setAttribute("translate", "yes"); | ||
overlay.setAttribute("aria-live", "off"); | ||
overlay.setAttribute("aria-atomic", "true"); | ||
setPartAttr(overlay, "captions"); | ||
@@ -652,0 +655,0 @@ this.N(); |
@@ -652,2 +652,5 @@ import { | ||
this.dir = (init == null ? void 0 : init.dir) ?? "ltr"; | ||
overlay.setAttribute("translate", "yes"); | ||
overlay.setAttribute("aria-live", "off"); | ||
overlay.setAttribute("aria-atomic", "true"); | ||
setPartAttr(overlay, "captions"); | ||
@@ -654,0 +657,0 @@ this._updateOverlay(); |
{ | ||
"name": "media-captions", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Media captions parser and renderer.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
278572
7756