diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-11 12:56:42 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-11 12:56:42 +0000 |
commit | 3b8011820928761c446895df4343ab1f0287aaf3 (patch) | |
tree | 003328617349dff51dc904eba46f01efabb305b1 /regress/man/SH/paragraph.out_html | |
parent | a322e942d511bf3b7f2db0bbbdd322d6f749a7e3 (diff) | |
download | mandoc-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/SH/paragraph.out_html')
-rw-r--r-- | regress/man/SH/paragraph.out_html | 4 |
1 files changed, 2 insertions, 2 deletions
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 -<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> This text immediately follows a section header. <p class="Pp">This is a paragraph.</p> -<h1 class="Sh" title="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1> +<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1> ENDTEST |