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.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22427 invoked from network); 6 Jul 2022 16:06:20 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 6 Jul 2022 16:06:20 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 7faf1aa5 for ; Wed, 6 Jul 2022 11:06:10 -0500 (EST) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 85853e68 for ; Wed, 6 Jul 2022 11:06:10 -0500 (EST) Date: Wed, 6 Jul 2022 11:06:10 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <336673856c0d8f78@mandoc.bsd.lv> Log Message: ----------- https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says: "Start names with a capital letter; it helps some screen readers speak them with appropriate inflection." Anna Vyalkova already did that correctly when sending patches, but i ruined it when committing, so fix it now. Modified Files: -------------- mandoc: cgi.c man_html.c mdoc_html.c Revision Data ------------- Index: mdoc_html.c =================================================================== RCS file: /home/cvs/mandoc/mandoc/mdoc_html.c,v retrieving revision 1.349 retrieving revision 1.350 diff -Lmdoc_html.c -Lmdoc_html.c -u -p -r1.349 -r1.350 --- mdoc_html.c +++ mdoc_html.c @@ -456,7 +456,7 @@ mdoc_root_post(const struct roff_meta *m struct tag *t; t = print_otag(h, TAG_DIV, "cr?", "foot", "doc-pagefooter", - "aria-label", "manual footer line"); + "aria-label", "Manual footer line"); print_otag(h, TAG_SPAN, "c", "foot-left"); print_stagq(h, t); @@ -489,7 +489,7 @@ mdoc_root_pre(const struct roff_meta *me meta->title, meta->msec); t = print_otag(h, TAG_DIV, "cr?", "head", "doc-pageheader", - "aria-label", "manual header line"); + "aria-label", "Manual header line"); print_otag(h, TAG_SPAN, "c", "head-ltitle"); print_text(h, title); Index: man_html.c =================================================================== RCS file: /home/cvs/mandoc/mandoc/man_html.c,v retrieving revision 1.183 retrieving revision 1.184 diff -Lman_html.c -Lman_html.c -u -p -r1.183 -r1.184 --- man_html.c +++ man_html.c @@ -271,7 +271,7 @@ man_root_pre(const struct roff_meta *man mandoc_asprintf(&title, "%s(%s)", man->title, man->msec); t = print_otag(h, TAG_DIV, "cr?", "head", "doc-pageheader", - "aria-label", "manual header line"); + "aria-label", "Manual header line"); print_otag(h, TAG_SPAN, "c", "head-ltitle"); print_text(h, title); @@ -294,7 +294,7 @@ man_root_post(const struct roff_meta *ma struct tag *t; t = print_otag(h, TAG_DIV, "cr?", "foot", "doc-pagefooter", - "aria-label", "manual footer line"); + "aria-label", "Manual footer line"); print_otag(h, TAG_SPAN, "c", "foot-left"); print_stagq(h, t); Index: cgi.c =================================================================== RCS file: /home/cvs/mandoc/mandoc/cgi.c,v retrieving revision 1.178 retrieving revision 1.179 diff -Lcgi.c -Lcgi.c -u -p -r1.178 -r1.179 --- cgi.c +++ cgi.c @@ -462,7 +462,7 @@ resp_searchform(const struct req *req, e /* Write section selector. */ - puts(" "); for (i = 0; i < sec_MAX; i++) { printf("