From 3b8011820928761c446895df4343ab1f0287aaf3 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 11 Jan 2019 12:56:42 +0000 Subject: Remove the HTML title= attributes which harmed accessibility and violated the principle of separation of content and presentation. Instead, implement the tooltips purely in CSS. Thanks to John Gardner for suggesting most of the styling in the new ::before rules. --- regress/mdoc/Rs/paragraph.out_html | 17 ++++++++--------- regress/mdoc/Sh/paragraph.out_html | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) (limited to 'regress/mdoc') diff --git a/regress/mdoc/Rs/paragraph.out_html b/regress/mdoc/Rs/paragraph.out_html index 19e9362c..ab2575e5 100644 --- a/regress/mdoc/Rs/paragraph.out_html +++ b/regress/mdoc/Rs/paragraph.out_html @@ -1,17 +1,16 @@ BEGINTEST
-initial reference: author - name, book title. -

in a paragraph: - another author, - another book.

-

initial reference: -

author name, +

author name, book title.

in a paragraph:

-

another - author, another book.

+

another author, + another book.

 ENDTEST
diff --git a/regress/mdoc/Sh/paragraph.out_html b/regress/mdoc/Sh/paragraph.out_html
index 3eeb9fe8..7d4f0d40 100644
--- a/regress/mdoc/Sh/paragraph.out_html
+++ b/regress/mdoc/Sh/paragraph.out_html
@@ -1,7 +1,7 @@
 BEGINTEST
 

descriptive text

-

+

initial subsection text

subsection paragraph

-

+

ENDTEST -- cgit