- commit
- 850872cf030ca4f89d941d840020477989c19f5d
- parent
- 7ab252fe194a752ebf721410a6d770ad107e293c
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-04-28 15:46
add readme
Diffstat
| A | README.md | 39 | +++++++++++++++++++++++++++++++++++++++ |
1 files changed, 39 insertions, 0 deletions
diff --git a/README.md b/README.md
@@ -0,0 +1,39 @@ -1 1 simple alternative - browser extension to detect simple language alternatives -1 2 -1 3 # This extension -1 4 -1 5 This extension adds a big round button to your browser. It will try to detect a -1 6 link to a simplified version of the current page in the current language. When -1 7 you click the button, the simplified version is loaded. -1 8 -1 9 A link to a simplified version should look roughly like this: -1 10 -1 11 <a href="…" rel="alternate" hreflang="en-simple">Go to simple version</a> -1 12 -1 13 # The `simple` language variant tag -1 14 -1 15 The [simple language variant tag][1] has officially been included in the IANA -1 16 Language Subtag Registry. It intended meaning is "to represent a generic -1 17 simplification of a root language". -1 18 -1 19 This could be useful for a lot of people: -1 20 -1 21 - children -1 22 - people with cognitive disabilities -1 23 - second language learners -1 24 -1 25 Among other things, it can be used to conform with [WCAG][2] 3.1.5: -1 26 -1 27 > When text requires reading ability more advanced than the lower secondary -1 28 > education level after removal of proper names and titles, supplemental -1 29 > content, or a version that does not require reading ability more advanced -1 30 > than the lower secondary education level, is available. -1 31 -1 32 # Future -1 33 -1 34 The simple language variant tag is still new and has not seen a lot of -1 35 adoption. This extension is merely a proof of concept. I would like to see -1 36 this kind of functionality directly in browsers one day. -1 37 -1 38 [1]: http://permalink.gmane.org/gmane.ietf.languages/11065 -1 39 [2]: https://www.w3.org/TR/WCAG20/