Skip to content

Commit f2285a6

Browse files
thomscoderTrott
authored andcommitted
auto detect ltr and rtl text
1 parent 00357ed commit f2285a6

11 files changed

+16
-11
lines changed

Diff for: external/survey-2018/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ <h1>2018 Node.js User Survey Report</h1>
307307
<div class="section-content">
308308
<ul>
309309
<li>
310-
The typical respondent is a developer in a small (<100 employees) firm, with 5 years professional experience,
310+
The typical respondent is a developer in a small (&lt;100 employees) firm, with 5 years professional experience,
311311
</li>
312312
<li>
313313
Although many have 10+ years total development experience, respondents are somewhat less experienced overall in this wave.
@@ -1631,6 +1631,7 @@ <h5><i>By Primary Development Focus</i></h5>
16311631
<ul>
16321632
<li>
16331633
Perceptions of availability of resources vary considerably by region – with those in Latin America generally more upbeat, but those in APAC and EMEA having concerns in some specific topic areas.
1634+
</li>
16341635
</ul>
16351636
<div class="imagesection">
16361637
<img src="images/charts/capture31.png" data-capture="31">
@@ -1929,6 +1930,7 @@ <h5><i>By Primary Development Focus</i></h5>
19291930
<ul>
19301931
<li>
19311932
More than half of users rely on LTS release line – but that number is slipping.
1933+
</li>
19321934
<li>
19331935
Current is particularly popular among small companies, and newer Node users.
19341936
</li>
@@ -1954,6 +1956,7 @@ <h5><i>By Primary Development Focus</i></h5>
19541956
<ul>
19551957
<li>
19561958
is important to most users to have LTS for Node.js.
1959+
</li>
19571960
<li>
19581961
Users in EMEA and smaller companies are less likely to see it as a priority, but even here, more than half say it is important.
19591962
</li>
@@ -1978,6 +1981,7 @@ <h5><i>By Primary Development Focus</i></h5>
19781981
<ul>
19791982
<li>
19801983
While many say the LTS Schedule/Support timeframe is clear, that number has dropped significantly since last year – overall and across multiple segments.
1984+
</li>
19811985
<li>
19821986
APAC users, front-end developers and those in small companies are least likely to see LTS schedule/support timeframe as clear.
19831987
</li>
@@ -2002,6 +2006,7 @@ <h5><i>By Primary Development Focus</i></h5>
20022006
<ul>
20032007
<li>
20042008
Newer Node users are less likely than their more seasoned peers in their use of version manager, and are more likely to use Apt-Get.
2009+
</li>
20052010
<li>
20062011
While it is not as important to them to have LTS support, most novice users still do want it, and their understanding of the schedule/support timeframe is weak.
20072012
</li>

Diff for: layouts/about-release-schedule.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{{> navigation key='about'}}
1212

13-
<article>
13+
<article dir="auto">
1414
{{{ contents }}}
1515

1616
<p>

Diff for: layouts/about.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{{> navigation key='about'}}
1212

13-
<article>
13+
<article dir="auto">
1414
{{{ contents }}}
1515
</article>
1616

Diff for: layouts/blog-index.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{> header }}
77

88
<main id="main">
9-
<div class="container">
9+
<div class="container" dir="auto">
1010
<h2>News from {{ pagination.year }}</h2>
1111

1212
<ul class="blog-index">

Diff for: layouts/blog-post.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<main id="main">
99
<div class="container">
1010

11-
<article>
11+
<article dir="auto">
1212
<div class="blogpost-header">
1313
<h1>{{title}}</h1>
1414
<span class="blogpost-meta">{{#if author}}{{site.by}} {{author}}, {{/if}}<time datetime="{{ strftime date "%FT%T%z" }}">{{ strftime date }}</time></span>

Diff for: layouts/contribute.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{{> navigation key='getinvolved'}}
1212

13-
<article>
13+
<article dir="auto">
1414
{{{ contents }}}
1515
</article>
1616

Diff for: layouts/docs.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{{> navigation key='docs'}}
1212

13-
<article>
13+
<article dir="auto">
1414
{{{ contents }}}
1515

1616
{{!> prev-next-navigation }}

Diff for: layouts/download-current.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<main id="main">
99
<div class="container">
10-
<article>
10+
<article dir="auto">
1111
<div class="download-header">
1212
<h1>{{downloads.headline}}</h1>
1313
</div>

Diff for: layouts/download-releases.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<main id="main">
99
<div class="container">
10-
<article>
10+
<article dir="auto">
1111
<h1>{{title}}</h1>
1212

1313
<section>

Diff for: layouts/download.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<main id="main">
99
<div class="container">
10-
<article>
10+
<article dir="auto">
1111
<div class="download-header">
1212
<h1>{{downloads.headline}}</h1>
1313
</div>

Diff for: layouts/knowledge-post.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<main id="main">
99
<div class="container">
1010

11-
<article>
11+
<article dir="auto">
1212
<div class="blogpost-header">
1313
<h1>{{title}}</h1>
1414
<span class="blogpost-meta">{{#if author}}{{site.by}} {{author}}, {{/if}}{{#if date}}<time datetime="{{ date }}">{{ strftime date }}</time>{{/if}}</span>

0 commit comments

Comments
 (0)