Vertaling van "webkit-" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Puisque box-sizing est plutôt récent, vous devriez utiliser les préfixes -webkit- et -moz- pour l'instant, comme je l'ai fait dans mes exemples.
Since box-sizing is pretty new, you should use the -webkit- and -moz- prefixes for now, as I have in these examples.
C'est particulièrement un problème lorsque les développeurs décident de n'utiliser que la version -webkit- d'une propriété - ce qui veut dire que le site ne fonctionnera pas sur d'autres navigateurs.
This is particularly a problem when developers decide to only use say, the -webkit- version of a property - meaning that the site won't work in other browsers.
Mais vous devrez encore utiliser le préfixe -webkit- pour construire des applications compatibles avec tous les navigateurs.
But you still need to use the vendor's prefix -webkit- to make a cross-browsers compatible application.
En fait, cela arrive tellement souvent que d'autres navigateurs ont commencé à implémenter les versions préfixées -webkit- de plusieurs propriétés CSS, ils marcheront donc avec un tel code.
This actually happens so much that other browsers have started to implement -webkit- prefixed versions of various CSS properties, so they will work with such code.
La seconde a un préfixe -webkit-, et montre encore une vieille version de la syntaxe de la propriété (également issue d'une vraiment vieille version du moteur Wekkit)
The second one has a -webkit- prefix, and shows an even older, proprietary version of the syntax (this is actually from a really old version of the WebKit engine).
Si par exemple un navigateur implémente la version -webkit- et la version non préfixée, il va en premier temps appliquer la version -webkit-, puis la remplacer par la version non préfixée.
If for example a browser implements both the -webkit- version and the non-prefixed version, it will first apply the -webkit- version, then override it with the non-prefixed version.
Chromium - qui est pourtant basé sur le code de Webkit- est un paquet indépendant.