aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Rs
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
commitee6f1de3309289a39aa90cae26282fb4774fb08a (patch)
tree389d4ad2803e128c8d58759fa9673cc923c4a211 /regress/mdoc/Rs
parenta4e1608773e41b082d75ff2cbf2d56d12f5f02a1 (diff)
downloadmandoc-ee6f1de3309289a39aa90cae26282fb4774fb08a.tar.gz
mandoc-ee6f1de3309289a39aa90cae26282fb4774fb08a.tar.zst
mandoc-ee6f1de3309289a39aa90cae26282fb4774fb08a.zip
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/mdoc/Rs')
-rw-r--r--regress/mdoc/Rs/paragraph.out_html17
1 files changed, 8 insertions, 9 deletions
diff --git a/regress/mdoc/Rs/paragraph.out_html b/regress/mdoc/Rs/paragraph.out_html
index 19e9362c..ab2575e5 100644
--- a/regress/mdoc/Rs/paragraph.out_html
+++ b/regress/mdoc/Rs/paragraph.out_html
@@ -1,17 +1,16 @@
BEGINTEST
<br/>
-initial reference: <cite class="Rs" title="Rs"><span class="RsA">author
- name</span>, <i class="RsB">book title</i>.</cite>
-<p class="Pp">in a paragraph:
- <cite class="Rs" title="Rs"><span class="RsA">another author</span>,
- <i class="RsB">another book</i>.</cite></p>
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+initial reference: <cite class="Rs"><span class="RsA">author name</span>,
+ <i class="RsB">book title</i>.</cite>
+<p class="Pp">in a paragraph: <cite class="Rs"><span class="RsA">another
+ author</span>, <i class="RsB">another book</i>.</cite></p>
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
initial reference:
-<p class="Pp"><cite class="Rs" title="Rs"><span class="RsA">author name</span>,
+<p class="Pp"><cite class="Rs"><span class="RsA">author name</span>,
<i class="RsB">book title</i>.</cite></p>
<p class="Pp">in a paragraph:</p>
-<p class="Pp"><cite class="Rs" title="Rs"><span class="RsA">another
- author</span>, <i class="RsB">another book</i>.</cite></p>
+<p class="Pp"><cite class="Rs"><span class="RsA">another author</span>,
+ <i class="RsB">another book</i>.</cite></p>
<pre>
ENDTEST