Confirmed users
504
edits
Line 37: | Line 37: | ||
: ... and we should turn them into our allies. We should craft messages to convince the managers that asking for sites for 'iPhone' only is a lost of money (they could ask for all devices for the same amount of money) | : ... and we should turn them into our allies. We should craft messages to convince the managers that asking for sites for 'iPhone' only is a lost of money (they could ask for all devices for the same amount of money) | ||
== Improve and | == Improve and provide tools == | ||
Provide tools and functionality that help authors find incompatibilities earlier ("Web Devs will take the easier path"): | Provide tools and functionality that help authors find incompatibilities earlier ("Web Devs will take the easier path"): | ||
;Preprocessors | |||
: Check that SASS, Less, ... (Feel free to complete) do not have bugs. | |||
;CSSLint | ;CSSLint | ||
:Be sure that the entries are correct and up-to-date | :Be sure that the entries are correct and up-to-date | ||
;Online tools | |||
:There are plenty online tools that generate prefixed and unprefixed syntax (for animations, transitions and especially gradients), we have to check them and reach their authors if there are bugs | |||
;JS un-prefixing tools | |||
:We should not recommend them (most of them are in O(n) of the CSS size at best, and degradation if network slow to load the script may lead to problems like FOUC or similar). | |||
:But as Web devs use them, we need to check that they do their job correctly! And reach their authors if needed | |||
;Automatic regression finders on different engines | ;Automatic regression finders on different engines | ||
:there are companies offering that: we have to be sure we are tested) (Cloud Testing?) | :there are companies offering that: we have to be sure we are tested) (Cloud Testing?) |