@pathscale/ui 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -385,7 +385,7 @@ const __solidLayoutDialogContent = (_stable, p)=>{
|
|
|
385
385
|
get role () {
|
|
386
386
|
return local.role ?? "dialog";
|
|
387
387
|
},
|
|
388
|
-
"aria-
|
|
388
|
+
"aria-modal": "true",
|
|
389
389
|
get ["aria-labelledby"] () {
|
|
390
390
|
return local["aria-labelledby"] ?? context.labelledBy();
|
|
391
391
|
},
|