- Fournir des conseils, recenser des snippets, montrer des exemples d'utilisation de SVG dans les pages web ;
- Guider le choix de l'intégration (inline, object, CSS, ...) en fonction des besoins, cas d'usage et contraintes ;
- Recenser des problèmes rencontrés
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! scrollin-up.js | |
* adds .su--scrollinUp to body | |
* when (and only) scrolling up | |
* http://soqr.fr/scrollin-up | |
* @author Pascal Cauhépé @eQRoeil | |
*/ | |
//do not execute if addEventListener is not supported | |
if (window.addEventListener) { | |
//from underscore.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"html": { | |
"filters":"html", | |
"extends":"html", | |
"snippets": { | |
"t_v": "{{ ${cursor} }}", | |
"t_c": "{# ${cursor} #}\n", | |
"t_block": "{% block $1 %}\n\t$2\n{% endblock %}\n", | |
"t_extends": "{% extends $1 %}", | |
"t_parent": "{{ parent() }}", |
Je cherche une liste (ou en établir une) de raccourcis clavier à éviter pour ne pas venir en conflit avec des raccourcis existants, pour une webapp.
En me basant sur raccourcis clavier de firefox :
- tab (a11y)
- ctrl p
- ctrl c
- ctrl v
- ctrl x
- ctrl s (sauf si c'est un enregistrement ?)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.