
|
|
Quellcode |
1 2 |
set(style[your_style_name].css, calc( style[your_style_name].css + ' font-size:' + (12*stagewidth/1920) +'px;' ) ); assignstyle(layer[your_text_layer], 'your_style_name'); |
* no accessibility for the Visual impairment
Zitat
Basic content should be accessible to all web browsers
Basic functionality should be accessible to all web browsers
Sparse, semantic markup contains all content
Enhanced layout is provided by externally linked CSS
Enhanced behavior is provided by unobtrusive, externally linked JavaScript
End-user web browser preferences are respected
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »indexofrefraction« (2. Januar 2019, 21:48)
Zitat
I surf the web with NoScript (a FireFox extension to block java script on a per-domain basis, the sake of security). That also enforces "js; dr". Some pages show absolutely no content unless you allow JS from their domain, and perhaps others. I often don't bother; just back button out of there and go somewhere else.
Zitat
I am seeing more and more single-page apps that are nothing more than documents, blogs or articles for which relying on JavaScript is not appropriate. Often this breaks down one way or another (back button, stuck "loading" screen, bad formatting).
- http://tantek.com/2015/069/t1/js-dr-javascript-required-dead
Zitat
js;dr = JavaScript required; Didn’t Read.
Pages that are empty without JS: dead to history (archive-org), unreliable for search results (despite any search engine claims of JS support, check it yourself), and thus ignorable. No need to waste time reading or responding.
Also known as, if it’s not curlable, it’s not on the web.
https://indiewebcamp.com/curlable
Because in 10 years nothing you built today that depends on JS for the content will be available, visible, or archived anywhere on the web.
All your fancy front-end-JS-required frameworks are dead to history, a mere evolutionary blip in web app development practices. Perhaps they provided interesting ephemeral prototypes, nothing more.
I agree with you there, if there is a section of the website that can only be done with JS (krapno, three.js, etc) make it its own directory and warn visitors (eg: JavaScript / WebGL ahead ) otherwise think of krpano/three.js like plugin that may or may not work@ tomasparks
well krpano itself is js, so it does not make much sense to avoid js completely :-D