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 /mandoc_html.3 | |
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 'mandoc_html.3')
-rw-r--r-- | mandoc_html.3 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mandoc_html.3 b/mandoc_html.3 index 83ab2fdf..5b84769b 100644 --- a/mandoc_html.3 +++ b/mandoc_html.3 @@ -167,11 +167,6 @@ the respective attribute is not written. Print a .Cm class attribute. -This attribute letter can optionally be followed by the modifier letter -.Cm T . -In that case, a -.Cm title -attribute with the same value is also printed. .It Cm h Print a .Cm href |