MaartenWL / accessible-email.org

Public issue tracking system for the webservice accessible-email.org
0 stars 0 forks source link

Alternative text should appear in headings #1

Closed hteumeuleu closed 8 years ago

hteumeuleu commented 8 years ago

When using an image within a heading, it would be great if text could appear next to the tag name. Currently, nothing is showed.

Screenshot with empty heading

Here is the code used.

 <!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8" />
    <title>Test</title>
</head>
<body>
    <h1><img src="foobar.jpg" alt="Title in an image" /></h1>
    <h2>Lorem ipsum dolor sit amet.</h2>
    <p>
        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi necessitatibus enim earum fuga, numquam quam! Cumque molestias, amet, rem labore sit, aliquam eaque vitae, temporibus fuga eligendi ratione consequuntur nemo?
    </p>
</body>
</html>
MaartenWL commented 8 years ago

Thanx for your input! I've fixed this issue. After some testing I will update the site probably next week.