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


ISSUE 1

In http://www.libreoffice.org/themes/libo/css/typography.css?m=1323180492
there is the line
background: url(../images/li-bullet-single-dark.png) no-repeat;

This yields the following dead link:
http://www.libreoffice.org/themes/libo/images/li-bullet-single-dark.png
********************

ISSUE 2

In http://www.libreoffice.org/download/new-features-and-fixes/
there is an inconsistency in the HREFs.

There are a number of HREFs that start like this:
href="assets/

There are also these HREFs:
href="../assets/presenter.png?r=12095"> (on two lines)
href="../assets/Uploads/wpd-editable-images.png?r=44085"

At present, the leading (../) has no effect because:
<base href="http://www.libreoffice.org/";>

With that base, both types of HREFs effectively point to within:
http://www.libreoffice.org/assets/

But if the base href were ever changed to a subfolder, the (../) would
have an effect and probably be wrong. The HREFs should be made
consistent, most likely by removing the (../) from the three lines
where they are present.



there are the lines:
<base href="http://www.libreoffice.org/";>
href="../assets/presenter.png?r=12095"> (in two locations)
href="../assets/Uploads/wpd-editable-images.png?r=44085"

In this case, the two leading dots have no effect, because:
<base href="http://www.libreoffice.org/";>


There are a number of other HREFs to png files within the assets
folder, but they leave out the leading two dots. If the base HREF were
ever changed to a subfolder, the
The result In this file,
http://www.libreoffice.org/download/new-features-and-fixes/


http://www.libreoffice.org/themes/libo/images/li-bullet-single-dark.png


background: url(../images/icons/page_white_acrobat.png) no-repeat left center;

-- 
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.