diff --git a/src/index.css b/src/index.css index a42bab2..b41b51c 100644 --- a/src/index.css +++ b/src/index.css @@ -44,7 +44,8 @@ a:visited { } .scene-controls { position: relative; - left: 150px; + left: 15em; + top: -1em; } svg { width: 800px; @@ -91,4 +92,13 @@ form { } span.small { font-size: smaller; +} +.visually-hidden:not(:focus):not(:active) { + clip: rect(0 0 0 0); + clip-path: inset(50%); + height: 1px; + overflow: hidden; + position: absolute; + white-space: nowrap; + width: 1px; } \ No newline at end of file diff --git a/src/index.html b/src/index.html index 3a91b39..112f1ef 100644 --- a/src/index.html +++ b/src/index.html @@ -1,7 +1,7 @@ - DGF Tests + DGF Prototype diff --git a/src/tests/all.test.html b/src/tests/all.test.html index b28655c..3850330 100644 --- a/src/tests/all.test.html +++ b/src/tests/all.test.html @@ -8,7 +8,7 @@ -

DGF Tests

+

DGF Prototype

diff --git a/src/tests/availability.test.html b/src/tests/availability.test.html index 3efa0df..d8ed509 100644 --- a/src/tests/availability.test.html +++ b/src/tests/availability.test.html @@ -8,7 +8,7 @@ -

DGF Tests

+

DGF Prototype

diff --git a/src/tests/basic.test.html b/src/tests/basic.test.html index a103f5e..fdbc200 100644 --- a/src/tests/basic.test.html +++ b/src/tests/basic.test.html @@ -6,7 +6,7 @@ -

DGF Tests

+

DGF Prototype