📜  供应商 css 代码示例

📅  最后修改于: 2022-03-11 14:47:55.502000             🧑  作者: Mango

代码示例1
Vendor CSS usually refers to code that is browser specific. Typically 
prefixes:

-webkit- (Chrome, Safari, newer versions of Opera, almost all iOS browsers including Firefox for iOS; basically, any WebKit based browser)
-moz- (Firefox)
-o- (old pre-WebKit versions of Opera)
-ms- (Internet Explorer and Microsoft Edge)

They exist to allow browsers have users use new features in testing.