summaryrefslogtreecommitdiffstats
path: root/regress/man/SS/paragraph.out_html
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-01-11 12:56:42 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-01-11 12:56:42 +0000
commit3b8011820928761c446895df4343ab1f0287aaf3 (patch)
tree003328617349dff51dc904eba46f01efabb305b1 /regress/man/SS/paragraph.out_html
parenta322e942d511bf3b7f2db0bbbdd322d6f749a7e3 (diff)
downloadmandoc-3b8011820928761c446895df4343ab1f0287aaf3.tar.gz
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 <gardnerjohng at gmail dot com> for suggesting most of the styling in the new ::before rules.
Diffstat (limited to 'regress/man/SS/paragraph.out_html')
-rw-r--r--regress/man/SS/paragraph.out_html4
1 files changed, 2 insertions, 2 deletions
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
-<h2 class="Ss" title="Ss" id="First_subsection"><a class="permalink" href="#First_subsection">First
+<h2 class="Ss" id="First_subsection"><a class="permalink" href="#First_subsection">First
subsection</a></h2>
This text immediately follows a subsection header.
<p class="Pp">This is a paragraph.</p>
-<h2 class="Ss" title="Ss" id="Second_subsection"><a class="permalink" href="#Second_subsection">Second
+<h2 class="Ss" id="Second_subsection"><a class="permalink" href="#Second_subsection">Second
subsection</a></h2>
ENDTEST