CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2019/01/11 05:44:10

Modified files:
        usr.bin/mandoc : html.c man_html.c mandoc.css mdoc_html.c 
        regress/usr.bin/mandoc/man/IP: literal.out_html 
        regress/usr.bin/mandoc/man/SH: paragraph.out_html 
        regress/usr.bin/mandoc/man/SS: paragraph.out_html 
        regress/usr.bin/mandoc/man/SY: literal.out_html 
        regress/usr.bin/mandoc/mdoc/Rs: paragraph.out_html 
        regress/usr.bin/mandoc/mdoc/Sh: paragraph.out_html 

Log message:
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.

Reply via email to