فهرست منبع

Merge pull request #5169 from TrevorDev/narrateErrorLoadingModel

narrateErrorLoadingModel
David Catuhe 7 سال پیش
والد
کامیت
42c603fc63
1فایلهای تغییر یافته به همراه15 افزوده شده و 1 حذف شده
  1. 15 1
      Viewer/assets/templates/default/error.html

+ 15 - 1
Viewer/assets/templates/default/error.html

@@ -1 +1,15 @@
-Error loading the model
+<style>
+    .narrator-readable-text {
+        border: none;
+        background: none;
+        color: inherit;
+        border: none;
+        padding: 0;
+        font: inherit;
+        cursor: pointer;
+        outline: inherit;
+    }
+</style>
+
+<!-- Accessibility button that a screen narrator will read -->
+<button class="narrator-readable-text">Error loading the model</button>