Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/requirements.tmpl

Issue 29761565: Noissue - Improved compatibility information for Microsoft Edge (Closed)
Patch Set: Created April 25, 2018, 1:57 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Adblock Plus system requirements 1 title=Adblock Plus system requirements
2 2
3 {%- macro browser_versions(browser_name, internal_name, versions) %} 3 {%- macro browser_versions(browser_name, internal_name, versions) %}
4 <h2 id="{{ internal_name }}">{{ browser_name }}</h2> 4 <h2 id="{{ internal_name }}">{{ browser_name }}</h2>
5 <ul> 5 <ul>
6 {%- set versions = versions or get_browser_versions(internal_name) %} 6 {%- set versions = versions or get_browser_versions(internal_name) %}
7 {%- if versions.previous %} 7 {%- if versions.previous %}
8 <li>{{ browser_name }} {{ versions.previous }}</li> 8 <li>{{ browser_name }} {{ versions.previous }}</li>
9 {%- endif %} 9 {%- endif %}
10 <li>{{ browser_name }} {{ versions.current }}</li> 10 <li>{{ browser_name }} {{ versions.current }}</li>
(...skipping 20 matching lines...) Expand all
31 <li>Safari 6</li> 31 <li>Safari 6</li>
32 <li>Safari 7</li> 32 <li>Safari 7</li>
33 <li>Safari 8</li> 33 <li>Safari 8</li>
34 <li>Safari 9</li> 34 <li>Safari 9</li>
35 <li>Safari 10</li> 35 <li>Safari 10</li>
36 <li>Safari 11</li> 36 <li>Safari 11</li>
37 </ul> 37 </ul>
38 38
39 <h2 id="microsoft-edge">Microsoft Edge</h2> 39 <h2 id="microsoft-edge">Microsoft Edge</h2>
40 <ul> 40 <ul>
41 <li>{{ "Microsoft Edge released with Windows 10 Anniversary Update (EdgeHTML 1 4.14393) (legacy support)" | translate("edge-anniversary-update", "list item") } }</li> 41 <li>{{ "Experimental support for Microsoft Edge released with Windows 10 Fall Creators Update or later" | translate("edge-creators-update", "list item") }}</l i>
42 <li>{{ "Microsoft Edge released with Windows 10 Fall Creators Update (EdgeHTML 16.16299)" | translate("edge-creators-update", "list item") }}</li>
43 </ul> 42 </ul>
44 43
45 <h2 id="internet-explorer">Internet Explorer</h2> 44 <h2 id="internet-explorer">Internet Explorer</h2>
46 <ul> 45 <ul>
47 <li>Internet Explorer 8</li> 46 <li>Internet Explorer 8</li>
48 <li>Internet Explorer 9</li> 47 <li>Internet Explorer 9</li>
49 <li>Internet Explorer 10</li> 48 <li>Internet Explorer 10</li>
50 <li>Internet Explorer 11</li> 49 <li>Internet Explorer 11</li>
51 </ul> 50 </ul>
52 51
53 {{ browser_versions("Yandex.Browser", "yandex") }} 52 {{ browser_versions("Yandex.Browser", "yandex") }}
54 53
55 {{ browser_versions("Firefox Mobile", "fennec", firefox_versions) }} 54 {{ browser_versions("Firefox Mobile", "fennec", firefox_versions) }}
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld