[Bug 24335] New: Advice for ”group of images - no links” also valid for (some) linked images

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24335

            Bug ID: 24335
           Summary: Advice for ”group of images - no links” also valid for
                    (some) linked images
           Product: HTML WG
           Version: unspecified
          Hardware: PC
               URL: http://www.w3.org/html/wg/drafts/html/master/embedded-
                    content-0.html#a-group-of-images-that-form-a-single-la
                    rger-picture-with-no-links
                OS: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec
          Assignee: dave.null@w3.org
          Reporter: xn--mlform-iua@xn--mlform-iua.no
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org

Currently the spec has one section of advice for

1)  ”images that form a single larger picture with no links”

and another section for 

2)  "images that form a single larger picture with links”

However, I think the first section also relates to some situations when the
group of images has a link.

The issue is that for the the second sectoin, there is the additional (and
ideal) situation that the link for each image slice leads to a different
target. But what if  the image is sliced, but the links of each slice lead to
the same target? Clearly, then it would be ideal to join the two links to a
single link! But what would then be ideal alternative text setup?

Example: Would this better or worse ...

<a href=link><img src=Lorem alt=Lorem><img src=ipsum alt=ipsum></a>

... than the following?

<a href=link><img src=Lorem alt="Lorem ipsum"><img src=ipsum alt=""></a>

Or are they equal?  Of coures, the worse situation is juxtaposing links which
points to the same target but which differs with regard to link text/alt text.
The advice should say something about this. And it is in that context that it
would be useful to clarify that section 1) also applies to situations when
juxtaposing images have links which lead to the same target.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 20 January 2014 17:40:11 UTC