From c85215f7576f64b78ed5dd087ac4277347578be0 Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 11 May 2023 16:57:32 +0200 Subject: Make sine wave compliant with RGAA v4 (2021) --- ps/gfx/sine.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ps') diff --git a/ps/gfx/sine.js b/ps/gfx/sine.js index 7ed0e03..0fcf988 100644 --- a/ps/gfx/sine.js +++ b/ps/gfx/sine.js @@ -31,6 +31,8 @@ const svg = view.append('svg') .attr('width', bbox.width + margin.left + margin.right) .attr('height', bbox.height + margin.top + margin.bottom) + .attr('role', 'presentation') + .attr('aria-hidden', 'true') .append('g') .attr('transform',function(){ var x1 = bbox.x + bbox.width / 2 -- cgit v1.2.3