source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: assign the ARIA role "doc-subtitle" to the .Nd element;
@ 2022-07-06 15:26 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2022-07-06 15:26 UTC (permalink / raw)
  To: source

Log Message:
-----------
assign the ARIA role "doc-subtitle" to the .Nd element;
discussed with Anna Vyalkova <cyber at sysrq dot in>

Modified Files:
--------------
    mandoc:
        mdoc_html.c

Revision Data
-------------
Index: mdoc_html.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/mdoc_html.c,v
retrieving revision 1.348
retrieving revision 1.349
diff -Lmdoc_html.c -Lmdoc_html.c -u -p -r1.348 -r1.349
--- mdoc_html.c
+++ mdoc_html.c
@@ -637,7 +637,7 @@ mdoc_nd_pre(MDOC_ARGS)
 		abort();
 	}
 	print_text(h, "\\(em");
-	print_otag(h, TAG_SPAN, "c", "Nd");
+	print_otag(h, TAG_SPAN, "cr", "Nd", "doc-subtitle");
 	return 1;
 }
 
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-06 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06 15:26 mandoc: assign the ARIA role "doc-subtitle" to the .Nd element; schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).