Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 4eda897

Browse files
authored
Merge pull request #56 from ftlabs/fix/typos
[FIX] typos
2 parents 5545e53 + 8803b64 commit 4eda897

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2018-03-23-crosswords.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
---
1010
<p>Crosswords have been around for over a hundred years, and the source of vehement opinions from the very start. When computers came along, it would only be a matter of time before crosswords joined the pool of digital pastimes, up there with Minesweeper or Spider Solitaire.</p>
1111
<p>Online, there is almost a duty for news publishers to offer an interactive version of their games page. There is a push towards interactive (admittedly of varying quality). Crosswords are important to some readers and are even the main feature of one of the New York Times' subscription tiers (What a turnaround when you know that, in 1924, they deemed it a <cite>"sinful waste in the utterly futile finding of words" * </cite>!) *Source: <a href="https://en.wikipedia.org/wiki/Crossword#History" target="_blank">Crossword - Wikipedia</a></p>
12-
<p>FT Labs have been working on a <a href="https://registry.origami.ft.com/components/o-crossword" target="_blank">custom intereactive crossword component</a> with all the features you would expect, and more, giving a particular focus to the clue list, for a better cross-device experience and improved overall accessibility.</p>
12+
<p>FT Labs have been working on a <a href="https://registry.origami.ft.com/components/o-crossword" target="_blank">custom interactive crossword component</a> with all the features you would expect and more, giving a particular focus to the clue list, for a better cross-device experience and improved overall accessibility.</p>
1313

1414
<figure>
1515
<img src="/assets/uploads/2018/03/FT_crossword.png" alt="" />
@@ -34,9 +34,9 @@ <h3>A cross-platform feature: the list view</h3>
3434
<p>
3535
{% include youtube_video.html src="https://www.youtube.com/embed/PUAPFeQTvBc" %}
3636
</p>
37-
<p>Another iteration, and we moved the interaction away from the grid. Shifting the focus to the clue list by giving the possibility to answer within it has several advantages. On mobile devices, where the grid cells would be too small to select, the list is more practical to navigate and interact with. Even in the grid view, the answer should be given in the input above, which highlights the selected clue. Whichever type input you choose, grid or list, on mobile or desktop, partial answers in both areas will be updated in real time.</p>
37+
<p>Another iteration, and its current form, moves the interaction away from the grid. Shifting the focus to the clue list by giving the possibility to answer within it has several advantages. On mobile devices, where the grid cells would be too small to select, the list is more practical to navigate and interact with. Even in the grid view, the answer should be given in the input above, which highlights the selected clue. Whichever type input you choose, grid or list, on mobile or desktop, partial answers in both areas will be updated in real time.</p>
3838

39-
<h4>Demoing the Mobile View</h4>
39+
<h4>Mobile view demo</h4>
4040
<p>
4141
{% include youtube_video.html src="https://www.youtube.com/embed/_9GDGBFlvG4" %}
4242
</p>
@@ -76,10 +76,10 @@ <h3>Working across devices</h3>
7676

7777
<p>An <a href="https://registry.origami.ft.com/components/[email protected]" target="_blank">earlier version</a> of the experiment envisaged having a desktop-size grid scrolling horizontally.</p>
7878
<p>Secondly, we found that various mobile platforms handled keyboard input and focus differently. For example, on Android devices, trying to override input content would result in printing `Å`, no matter which letter of the keyboard was selected.</p>
79-
<p>Finally, we implemented a way to save progress for each interactive crossword. However, on mobile devices, this will be limited by the amount of local storage. Since we are not authenticating users, there is no way to save this across devices and store the answers against their account.</p>
79+
<p>Finally, we implemented a way to save progress for each interactive crossword. However, on mobile devices, this will be limited by the amount of local storage. Since we are not authenticating users, there is no way to save this across devices and store the answers against their FT account.</p>
8080

8181
<h3>Generating new grids</h3>
82-
<p>For now, the process to publish the interactive versions of the daily crossword is partly manual. Obviously, a fully-automatic publication would be ideal, but the main steps are automated. There will be a subsequent post describing the new crossword data format and the tool for translating between formats.</p>
82+
<p>For now, the process to publish the interactive versions of the daily crossword is partly manual. Obviously, a fully automated publication would be ideal, but the main steps are automated. There will be a subsequent post describing the new crossword data format and the tool for translating between formats.</p>
8383

8484
<h2>Available now!</h2>
8585
<p>Please try the latest interactive crosswords at <a href="https://labs.ft.com/crosswords/" target="_blank">labs.ft.com/crosswords/</a> and let us know what you think.</p>

0 commit comments

Comments
 (0)