Re: [WikimediaMobile] Reading monthly update for May 2017

2017-06-23 Thread Nirzar Pangarkar
>2. Rendering links would be helpful but it seems to clutter up the
reading experience of printed articles which have a lot of links in
them (e.g. God). It would be better if some kind of alternative was
chosen to highlight links such that they don't distract the user from
their main motive (reading).

I agree! I'm trying to find subtle ways to indicate links but we also have
to be cautious of best practices around accessibility. We usually avoid
using color alone to indicate an intend. i.e. links. There have been
requests to even add the underlines to desktop wikipedia for same reason.
For now, I'm playing around with thick but grey underlines and increasing
the line height to not clutter up the reading experience. Keep an eye out
for desktop print styles , where
I will be adding designs for this.

and thank you for detailed feedback :)

On Tue, Jun 20, 2017 at 11:48 AM, Jon Robson  wrote:

>
>
> On Sun, Jun 18, 2017 at 7:08 PM Kaartic Sivaraam <
> kaarticsivaraam91...@gmail.com> wrote:
>
>> > On Mon, 12 Jun 2017 18:21:10, Jon Robson 
>> > wrote:
>> >
>> > It's deployed!
>>
>> Good to hear that! I tried to print a page using my mobile and it
>> looked great! Great work people. It would be better if the following
>> were considered,
>>
>> 1. Currently it seems that the images found in the unexpanded sections
>> aren't rendered in the PDF file. As a result a blank space is found in
>> their place and the image description seems to be describing a blank
>> space!! Possible solutions are,
>>
>> i) Trying to render all images found in a page regardless of whether
>> the sections are expanded or not
>>
>> ii) Don't print the unexpanded sections
>>
>> I would love to see (i) being chosen as a solution. :)
>>
>
> Yes sadly this is a known problem and relates to the fact we lazy load
> images. You can follow what we discussed and what our plans are going
> forward here:
> https://phabricator.wikimedia.org/T162414
>
> The short of it is:
> * There is no way to asynchronously load images when a print is detected
> * We filed a bug upstream against the HTML standard:
> https://github.com/whatwg/html/issues/2532#issuecomment-294021096
> * It looks like the only way to avoid this problem in the mean time is to
> provide a non-browser print button.
>
>
>> 2. Rendering links would be helpful but it seems to clutter up the
>> reading experience of printed articles which have a lot of links in
>> them (e.g. God). It would be better if some kind of alternative was
>> chosen to highlight links such that they don't distract the user from
>> their main motive (reading).
>>
>
> I'll defer to Nirzar on this one!
>
>>
>> > Note they will only work if you are using the print function on your
>> > phone... not if you are viewing the mobile site on desktop :)
>> >
>>
>
___
Mobile-l mailing list
Mobile-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mobile-l


Re: [WikimediaMobile] Reading monthly update for May 2017

2017-06-21 Thread Kaartic Sivaraam
On Tue, 2017-06-20 at 18:48 +, Jon Robson wrote:
> 
> Yes sadly this is a known problem and relates to the fact we lazy
> load images. You can follow what we discussed and what our plans are
> going forward here:
> https://phabricator.wikimedia.org/T162414 
> 
> The short of it is:
> * There is no way to asynchronously load images when a print is
> detected
> * We filed a bug upstream against the HTML standard:
> https://github.com/whatwg/html/issues/2532#issuecomment-294021096
> * It looks like the only way to avoid this problem in the mean time
> is to provide a non-browser print button.
> 
In case '[EPIC] Promote usage of "print->pdf" an article on mobile'[1]
isn't planned to be deployed sometime soon how about considering some
kind of temporary and helpful "quick fix"?

It could be something like filling the blank spaces of unloaded images
with some helpful text that act as links. The helpful text might be
something like, "Click here to see  image", for example. The
user could be taken to taken to the location of the image file when he
taps the text. I'm suggesting this believing that it would be possible
to identify the unloaded images.

I guess this doesn't require much work and could be a "quick fix". This
is not required if [1] is being planned to be deployed "soon".

[1] : https://phabricator.wikimedia.org/T163472

> > 2. Rendering links would be helpful but it seems to clutter up the
> > reading experience of printed articles which have a lot of links in
> > them (e.g. God). It would be better if some kind of alternative was
> > chosen to highlight links such that they don't distract the user
> > from
> > their main motive (reading).
> 
> I'll defer to Nirzar on this one!
> > > Note they will only work if you are using the print function on
> > your
> > > phone... not if you are viewing the mobile site on desktop :)
> > >
> > 

-- 
Regards,
Kaartic Sivaraam 

___
Mobile-l mailing list
Mobile-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mobile-l


Re: [WikimediaMobile] Reading monthly update for May 2017

2017-06-20 Thread Jon Robson
On Sun, Jun 18, 2017 at 7:08 PM Kaartic Sivaraam <
kaarticsivaraam91...@gmail.com> wrote:

> > On Mon, 12 Jun 2017 18:21:10, Jon Robson 
> > wrote:
> >
> > It's deployed!
>
> Good to hear that! I tried to print a page using my mobile and it
> looked great! Great work people. It would be better if the following
> were considered,
>
> 1. Currently it seems that the images found in the unexpanded sections
> aren't rendered in the PDF file. As a result a blank space is found in
> their place and the image description seems to be describing a blank
> space!! Possible solutions are,
>
> i) Trying to render all images found in a page regardless of whether
> the sections are expanded or not
>
> ii) Don't print the unexpanded sections
>
> I would love to see (i) being chosen as a solution. :)
>

Yes sadly this is a known problem and relates to the fact we lazy load
images. You can follow what we discussed and what our plans are going
forward here:
https://phabricator.wikimedia.org/T162414

The short of it is:
* There is no way to asynchronously load images when a print is detected
* We filed a bug upstream against the HTML standard:
https://github.com/whatwg/html/issues/2532#issuecomment-294021096
* It looks like the only way to avoid this problem in the mean time is to
provide a non-browser print button.


> 2. Rendering links would be helpful but it seems to clutter up the
> reading experience of printed articles which have a lot of links in
> them (e.g. God). It would be better if some kind of alternative was
> chosen to highlight links such that they don't distract the user from
> their main motive (reading).
>

I'll defer to Nirzar on this one!

>
> > Note they will only work if you are using the print function on your
> > phone... not if you are viewing the mobile site on desktop :)
> >
>
___
Mobile-l mailing list
Mobile-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mobile-l


Re: [WikimediaMobile] Reading monthly update for May 2017

2017-06-18 Thread Kaartic Sivaraam
> On Mon, 12 Jun 2017 18:21:10, Jon Robson 
> wrote:
> 
> It's deployed!

Good to hear that! I tried to print a page using my mobile and it
looked great! Great work people. It would be better if the following
were considered,

1. Currently it seems that the images found in the unexpanded sections
aren't rendered in the PDF file. As a result a blank space is found in
their place and the image description seems to be describing a blank
space!! Possible solutions are,

i) Trying to render all images found in a page regardless of whether
the sections are expanded or not

ii) Don't print the unexpanded sections

I would love to see (i) being chosen as a solution. :)

2. Rendering links would be helpful but it seems to clutter up the
reading experience of printed articles which have a lot of links in
them (e.g. God). It would be better if some kind of alternative was
chosen to highlight links such that they don't distract the user from
their main motive (reading).

> Note they will only work if you are using the print function on your
> phone... not if you are viewing the mobile site on desktop :)
> 

___
Mobile-l mailing list
Mobile-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mobile-l


Re: [WikimediaMobile] Reading monthly update for May 2017

2017-06-12 Thread Jon Robson
On Mon, Jun 12, 2017 at 3:41 AM Kaartic Sivaraam <kaar...@protonmail.com>
wrote:

>
>  Original Message 
> Subject: [WikimediaMobile] Reading monthly update for May 2017
> Local Time: June 1, 2017 4:16 AM
> UTC Time: May 31, 2017 10:46 PM
> From: ckoer...@wikimedia.org
> To: wikitec...@lists.wikimedia.org, mobile-l@lists.wikimedia.org
>
> Hello,
> Welcome to the first in a reoccurring monthly update from the Reading
> department at the Wikimedia foundation. Here we'll provide a quick summary
> of things that are currently being worked on. An archive of past activity
> can be found on Mediawiki.org. Feedback and questions are welcome.
>
>
> == Web ==
>
> === New print styles for the mobile web ===
> Based on the findings of the New Readers team, we learned that users are
> increasingly getting information online, and then sharing or consuming it
> offline. In terms of mobile devices, this often means taking screenshots of
> useful information, or saving the article as a PDF to read later on their
> phones. Our older print styles did not account for reading on mobile
> devices - they focused on paper printing. We will update our print styles
> for mobile devices to account for offline consumption, making them easier
> to read and navigate, as well as accounting for missing crucial information
> such as article title and branding.[0]
>
> I would love to see this getting deployed :)
>
It's deployed!
Note they will only work if you are using the print function on your
phone... not if you are viewing the mobile site on desktop :)


>
> === Moving the lead section before the infobox on the mobile web ===
> Over the past few quarters, we've been focusing on the top of the article
> experience on the mobile website. One of the identified issues was that,
> for articles which contained an infobox, users were exposed to the infobox
> content prior to having an overview of the subject of the article itself.
> To improve on this issue, we've moved the lead section of each article so
> that it appears before the infobox on mobile, allowing readers to have
> access to the main content of the page earlier. This change is now live on
> all projects. Before, [0] After [1]
>
> === Completing related pages deployment ===
> Since March 30, 2017, we have been running a test on enwiki on the related
> pages feature. Over the past month, we collected data and analyzed the
> performance of the feature.[2] Based on the results, we completed the
> deployment of the feature on mobile English Wikipedia.
>
> These seem to be great features too. Thanks a lot for the great work!
> --
> Regards,
> Kaartic
>
> ___
> Mobile-l mailing list
> Mobile-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mobile-l
>
___
Mobile-l mailing list
Mobile-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mobile-l


Re: [WikimediaMobile] Reading monthly update for May 2017

2017-06-12 Thread Kaartic Sivaraam
Sorry, the "smart" client cluttered up the formatting. Here's a better
one,

> == Web ==
> 
> === New print styles for the mobile web ===
> Based on the findings of the New Readers team, we learned that users
> are
> increasingly getting information online, and then sharing or
> consuming it
> offline. In terms of mobile devices, this often means taking
> screenshots of
> useful information, or saving the article as a PDF to read later on
> their
> phones. Our older print styles did not account for reading on mobile
> devices - they focused on paper printing. We will update our print
> styles
> for mobile devices to account for offline consumption, making them
> easier
> to read and navigate, as well as accounting for missing crucial
> information
> such as article title and branding.[0]
I would love to see this getting deployed :)

> === Moving the lead section before the infobox on the mobile web ===
> Over the past few quarters, we've been focusing on the top of the
> article experience on the mobile website. One of the identified
> issues was that, for articles which contained an infobox, users were
> exposed to the infobox content prior to having an overview of the
> subject of the article itself. To improve on this issue, we've moved
> the lead section of each article so that it appears before the
> infobox on mobile, allowing readers to have access to the main
> content of the page earlier. This change is now live on all projects.
> Before, [0] After [1]
> 
> === Completing related pages deployment ===
> Since March 30, 2017, we have been running a test on enwiki on the
> related pages feature. Over the past month, we collected data and
> analyzed the performance of the feature.[2] Based on the results, we
> completed the deployment of the feature on mobile English Wikipedia.
These seem to be great features too. Thanks a lot for the great work!

--

Regards,
Kaartic

___
Mobile-l mailing list
Mobile-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mobile-l


Re: [WikimediaMobile] Reading monthly update for May 2017

2017-06-12 Thread Kaartic Sivaraam
 Original Message 
Subject: [WikimediaMobile] Reading monthly update for May 2017
Local Time: June 1, 2017 4:16 AM
UTC Time: May 31, 2017 10:46 PM
From: ckoer...@wikimedia.org
To: wikitec...@lists.wikimedia.org, mobile-l@lists.wikimedia.org

Hello,

Welcome to the first in a reoccurring monthly update from the Reading 
department at the Wikimedia foundation. Here we'll provide a quick summary of 
things that are currently being worked on. An archive of past activity can be 
found on Mediawiki.org. Feedback and questions are welcome.

== Web ==

=== New print styles for the mobile web ===
Based on the findings of the New Readers team, we learned that users are 
increasingly getting information online, and then sharing or consuming it 
offline. In terms of mobile devices, this often means taking screenshots of 
useful information, or saving the article as a PDF to read later on their 
phones. Our older print styles did not account for reading on mobile devices - 
they focused on paper printing. We will update our print styles for mobile 
devices to account for offline consumption, making them easier to read and 
navigate, as well as accounting for missing crucial information such as article 
title and branding.[0]
I would love to see this getting deployed :)

=== Moving the lead section before the infobox on the mobile web ===
Over the past few quarters, we've been focusing on the top of the article 
experience on the mobile website. One of the identified issues was that, for 
articles which contained an infobox, users were exposed to the infobox content 
prior to having an overview of the subject of the article itself. To improve on 
this issue, we've moved the lead section of each article so that it appears 
before the infobox on mobile, allowing readers to have access to the main 
content of the page earlier. This change is now live on all projects. Before, 
[0] After [1]

=== Completing related pages deployment ===
Since March 30, 2017, we have been running a test on enwiki on the related 
pages feature. Over the past month, we collected data and analyzed the 
performance of the feature.[2] Based on the results, we completed the 
deployment of the feature on mobile English Wikipedia.
These seem to be great features too. Thanks a lot for the great work!

--

Regards,
Kaartic___
Mobile-l mailing list
Mobile-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mobile-l