Since Chrome and Opera switch to βBlink,β do they change the CSS provider prefixes they use? Opera now uses -o- , and Chrome uses -webkit- . Should I include something like -blink- , or will they remain unchanged?
-o-
-webkit-
-blink-
Blink will not use vendor prefixes. Instead, you need to enable experimental features in your browser settings.
See: http://www.chromium.org/blink#vendor-prefixes http://www.quirksmode.org/blog/archives/2013/04/blink.html
Mozilla (Firefox) also does something similar: http://lists.w3.org/Archives/Public/public-webapps/2012OctDec/0731.html
Blink is just the WebKit plug anyway, so even if the prefixes are not canceled, newer versions of Chrome and Opera will still use the -webkit- prefix. You would have covered it. :)
Source: https://habr.com/ru/post/1483181/More articles:Find the number of digits in the fractional part of a decimal number in python - pythonDDD - CreatedBy / CreatedOn in a domain model? - design-patternsCreating an object of an abstract class URLConnection or HttpURLConnection in Java - javaSpring component scan corrupted in osgi container - javaUsing in js? - javascriptHow to prevent directory deletion in rsync - linuxHow to simulate distortion using opencv based on real data created using camera calibration (C ++)? - c ++wls-maven-plugin: deploying a shared library - mavenMouse Record Middle Button and Wheel Scrolling - .netpull git out of the remote ... can i pull out a specific commit? - gitAll Articles