Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 <h1 class="heading centered"> | |
juliandoucette
2017/07/31 20:00:27
Should this be H1?
juliandoucette
2017/07/31 22:11:45
(I see that you have converted the existing markdo
ire
2017/08/01 10:04:05
Yes I did just convert the existing markdown. It s
| |
2 <span>Media coverage:</span> | |
juliandoucette
2017/07/31 20:00:27
Why do we need a span here?
juliandoucette
2017/07/31 22:11:45
(I see that you have converted the existing markdo
ire
2017/08/01 10:04:04
See answer above
| |
3 </h1> | |
4 | |
5 <p id="media-links"> | |
juliandoucette
2017/07/31 20:00:28
NIT: I think an unordered list is more appropriate
ire
2017/08/01 10:04:05
I agree with you. Done.
| |
6 <a href="http://www.mediapost.com/publications/article/289691/adblock-plus-com es-to-new-york.html" target="_blank"> | |
juliandoucette
2017/07/31 20:00:27
NIT: I think this is a good candidate for nofollow
juliandoucette
2017/07/31 22:11:45
(I forgot that we will probably add nofollow noref
ire
2017/08/01 10:04:05
Acknowledged.
| |
7 <img alt="Media Post" src="/images/coverage/media-post-1x.png" srcset="/imag es/coverage/media-post-2x.png 2x"> | |
8 <span class="sr-only">Opens in a new window</span> | |
juliandoucette
2017/07/31 20:00:27
NIT: Is there a good reason to put this in an .sr-
ire
2017/08/01 10:04:04
See my comment in the next patch
| |
9 </a> | |
10 | |
11 <a href="https://www.nytimes.com/2015/08/20/technology/personaltech/ad-blocker s-and-the-nuisance-at-the-heart-of-the-modern-web.html" target="_blank"> | |
juliandoucette
2017/07/31 20:00:27
NIT: We have new window hints for desktops and scr
juliandoucette
2017/07/31 22:11:45
(Or we could show a tooltip/button on hover state
ire
2017/08/01 10:04:05
I’m not sure how to solve this:
We can’t accurate
juliandoucette
2017/08/01 23:07:33
Two things come to mind...
1. Could we detect a n
ire
2017/08/02 10:35:57
I don't think we can do so reliably, because the "
| |
12 <img alt="The New York Times" src="/images/coverage/new-york-times-1x.png" s rcset="/images/coverage/new-york-times-2x.png 2x"> | |
13 <span class="sr-only">Opens in a new window</span> | |
14 </a> | |
15 | |
16 <a href="https://www.wsj.com/articles/adblock-plus-chief-till-faida-says-consu mers-are-fed-up-with-current-online-ads-1462981668" target="_blank"> | |
juliandoucette
2017/07/31 20:00:27
NIT: I would have created a macro for this ~list-i
ire
2017/08/01 10:04:04
Done.
ire
2017/08/01 10:04:05
I agree. I thought of doing that initially but did
| |
17 <img alt="The Wall Street Journal" src="/images/coverage/wall-street-journal -1x.png" srcset="/images/coverage/wall-street-journal-2x.png 2x"> | |
18 <span class="sr-only">Opens in a new window</span> | |
19 </a> | |
20 | |
21 <a href="https://techcrunch.com/2016/05/09/adblock-plus-closes-in-on-a-billion -downloads/" target="_blank"> | |
22 <img alt="TechCrunch" src="/images/coverage/techcrunch-1x.png" srcset="/imag es/coverage/techcrunch-2x.png 2x"> | |
23 <span class="sr-only">Opens in a new window</span> | |
24 </a> | |
25 | |
26 <a href="http://www.businessinsider.com/theres-nothing-wrong-about-the-way-adb lock-plus-makes-money-2015-9" target="_blank"> | |
27 <img alt="Business Insider" src="/images/coverage/business-insider-1x.png" s rcset="/images/coverage/business-insider-2x.png 2x"> | |
28 <span class="sr-only">Opens in a new window</span> | |
29 </a> | |
30 </p> | |
OLD | NEW |