From ee6f1de3309289a39aa90cae26282fb4774fb08a 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/man/IP/literal.out_html | 4 ++-- regress/man/SH/paragraph.out_html | 4 ++-- regress/man/SS/paragraph.out_html | 4 ++-- regress/man/SY/literal.out_html | 4 ++-- regress/mdoc/Rs/paragraph.out_html | 17 ++++++++--------- regress/mdoc/Sh/paragraph.out_html | 4 ++-- 6 files changed, 18 insertions(+), 19 deletions(-) (limited to 'regress') diff --git a/regress/man/IP/literal.out_html b/regress/man/IP/literal.out_html index ae90758b..844eb1dd 100644 --- a/regress/man/IP/literal.out_html +++ b/regress/man/IP/literal.out_html @@ -24,7 +24,7 @@ literal paragraph regular text -

regular text
@@ -42,7 +42,7 @@ text
     indented regular text
 
 

new regular paragraph

-

regular text
diff --git a/regress/man/SH/paragraph.out_html b/regress/man/SH/paragraph.out_html index 5aef80e2..49627f19 100644 --- a/regress/man/SH/paragraph.out_html +++ b/regress/man/SH/paragraph.out_html @@ -1,6 +1,6 @@ BEGINTEST -

+

This text immediately follows a section header.

This is a paragraph.

-

+

ENDTEST diff --git a/regress/man/SS/paragraph.out_html b/regress/man/SS/paragraph.out_html index e36f2a06..bc803f86 100644 --- a/regress/man/SS/paragraph.out_html +++ b/regress/man/SS/paragraph.out_html @@ -1,8 +1,8 @@ BEGINTEST -

This text immediately follows a subsection header.

This is a paragraph.

-

ENDTEST diff --git a/regress/man/SY/literal.out_html b/regress/man/SY/literal.out_html index b1f378cf..5daf74ef 100644 --- a/regress/man/SY/literal.out_html +++ b/regress/man/SY/literal.out_html @@ -3,7 +3,7 @@ BEGINTEST initial regular text - +
commandcommand arguments
@@ -14,7 +14,7 @@ before display

- +
commandcommand
 arguments
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 v1.2.3-56-ge451