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/IP | |
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/IP')
-rw-r--r-- | regress/man/IP/literal.out_html | 4 |
1 files changed, 2 insertions, 2 deletions
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 </pre> regular text -<h2 class="Ss" title="Ss" id="literal_into_indented_paragraph"><a class="permalink" href="#literal_into_indented_paragraph">literal +<h2 class="Ss" id="literal_into_indented_paragraph"><a class="permalink" href="#literal_into_indented_paragraph">literal into indented paragraph</a></h2> regular text <pre> @@ -42,7 +42,7 @@ text indented regular text</dd> </dl> <p class="Pp">new regular paragraph</p> -<h2 class="Ss" title="Ss" id="literal_out_of_indented_paragraph"><a class="permalink" href="#literal_out_of_indented_paragraph">literal +<h2 class="Ss" id="literal_out_of_indented_paragraph"><a class="permalink" href="#literal_out_of_indented_paragraph">literal out of indented paragraph</a></h2> regular text <dl class="Bl-tag"> |