Browser kernel |
Private prefixes |
Browser |
Webkit |
-webkit- |
Chrome, Safari, Android, iOS |
Trident |
-ms- |
Ie |
Gecko |
-moz- |
Firefox |
Presto |
-o- |
Opera |
1 H1{2 Text-stroke:1px Red;/*Make sure that this attribute is used when it is included in the standard*/3 Text-fill-color:Blue;4 -webkit-text-stroke:1px Red;/*Ensure that this attribute is included in the WebKit kernel browser before the standard is available, such as Chrome, Safari*/5 -webkit-text-fill-color:Blue;6 -ms-text-stroke:1px Red;/*Ensure that this attribute is included in the standard before the Trident kernel browser is available, such as IE*/7 -ms-text-fill-color:Blue;8 -moz-text-stroke:1px Red;/*Ensure that this attribute is included in the standard before Gecko Kernel browser is available, such as Firefox*/9 -moz-text-fill-color:Blue;Ten -o-text-stroke:1px Red;/*Ensure that this attribute is included in the standard before the Presto kernel browser is available, such as opera*/ One -o-text-fill-color:Blue; A}
"HTML5" browser kernel, private prefix