From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 24874 invoked from network); 28 Jun 2022 18:18:55 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 28 Jun 2022 18:18:55 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id f0e3887e for ; Tue, 28 Jun 2022 13:18:53 -0500 (EST) Received: from sysrq.in (sysrq.in [37.79.202.136]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 425d048e for ; Tue, 28 Jun 2022 13:18:52 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sysrq.in; s=sysrq.in; t=1656440329; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=rJ71MsboqL5Gx1cpH5xxqrrBYWgbCc5rgZfeM33IdzY=; b=GZrk2IYgC+XjKRsPa88rXE7ogC85FSXyqm+EMxqMdD5vBpfP10V6cMdJzP/SZiaw3Mzeb2 AJU+YPd4m5/wVbX9e9wpor/dvlJR0n5W1KGxOL3zFqsBcuN6wzYgDfYvmouLnl9BS7fPVY UXvX+oWY+KIyIBjrdyDT0ZIzbfrrtcLPC8bwjmgCuKV/h8b/2Yqsoq2iIJ7rMihxLgWnya nGOkmosJhzOWrARu0/GQReYSKkm+sSHklJxCAuA/aMF0sGDzMYPJHvosOPXxZf478pgQC7 95IQwWI20W5C+Z2l4lZdAoahVLKVEt8ORopcoyEzRJ4To0628mXlGlbQxX84BA== Received: from sysrq.in (localhost [127.0.0.1]) by sysrq.in (OpenSMTPD) with ESMTPSA id fe003837 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 28 Jun 2022 18:18:49 +0000 (UTC) From: Anna Vyalkova To: tech@mandoc.bsd.lv Subject: [PATCH 0/3] Add HTML landmarks Date: Tue, 28 Jun 2022 23:18:41 +0500 Message-Id: <20220628181844.15484-1-cyber@sysrq.in> X-Mailer: git-send-email 2.35.1 X-Mailinglist: mandoc-tech Reply-To: tech@mandoc.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So I did some tests and "aria-hidden" is not needed with landmarks as there are navigation commands to skip to the next landmark. -- To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv