Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


ISSUE 1

A number of pages have links to themselves. For instance, on the
top-left of the home page at www.LibreOffice.com there is a clickable
graphic with the tooltip, “Go to the Home of LibreOffice and the
LibreOffice Community page”.

Underneath it is a horizontal bar (an unordered list) with 9 links
starting with “Home”. Each of the links on the bar has a tooltip that
says, “Go to the ... page”. Going to one of these pages will, in 5
cases, introduce a second link bar underneath the first. The
combinations yield a total of about 36 pages with one or two link
bars. Each of these pages has a self-link on the bars, in addition to
the more normal links.

I think the self-links are potentially confusing, and a case could be
made for deactivating them. But if the self-links are to remain, I
think their tooltips should be changed from “Go to ...” to either
“Refresh ...” or “Reload ...”.
********************

ISSUE 2

The home page has a graphic asking for donations. The graphic contains
both a picture of a piggy bank and the text, “Please donate! Consider
donating to LibreOffice to fund our operational running...” For
accessibility reasons it is questionable for text of this length to be
in a graphic. If this is to remain so, we should at least add a
tooltip, which screen readers could access.
********************

ISSUE 3

It appears a number of pages have <img> tags that omit the width and
height. For instance:

Line
69 171   www.libreoffice.org/
265        www.libreoffice.org/download/
135        www.libreoffice.org/features/
118        www.libreoffice.org/get-help/
394        extensions.libreoffice.org/extension-center/copy-only-visible-cells

Hopefully, the content management system has a facility to easily fix
at least the pages that are generated from a template.
********************

ISSUE 4

The extensions and templates pages have a feature for users to vote
Like (thumb-up) or Dislike (thumb-down) on the projects. The code for
this contains duplicate HTML IDs. For example:

<form 
action="http://extensions.libreoffice.org/extension-center/copy-only-visible-cells/you-know-you-like-it";
method="post" class="disabled">
        <span class="thumbs-up">
            <input type="submit" name="form.lovinit" value="Like"
class="allowMultiSubmit like-button" title="I like this (click again
to undo)"
id="copy-only-visible-cells_submit_like" />
        </span>
        <span class="thumbs-down">
            <input type="submit" name="form.hatedit" value="Ugh"
class="allowMultiSubmit dislike-button" title="I dislike this (click
again to undo)" id="copy-only-visible-cells_submit_like" />
        </span>

In the above example, the duplicate is:
id="copy-only-visible-cells_submit_like". I am not sure if the ID is
even useful, but it think it is not valid to have duplicates.

-- 
Unsubscribe instructions: E-mail to website+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.