Vendor Prefixes in CSS
Besides the commonly known CSS vendor prefixes, such as -moz-, -webkit-, and -ms-, there are several other prefixes used in web development.
According to the CSS 2.1 Specification, the following vendor prefixes are recognized:
- -ms- (Microsoft)
- mso- (Microsoft Office)
- -moz- (Mozilla Foundation)
- -o-, -xv- (Opera Software)
- -atsc- (Advanced Television Standards Committee)
- -wap- (The WAP Forum)
- -webkit- (Safari, Chrome, and WebKit-based browsers)
- -khtml-, -konq- (Konqueror browser)
- -apple- (WebKit supports properties with -apple- prefixes)
- prince- (YesLogic)
- -ah- (Antenna House)
- -hp- (Hewlett Packard)
- -ro- (Real Objects)
- -rim- (Research In Motion)
- -tc- (Tall Components)
The above is the detailed content of What CSS Vendor Prefixes Exist Beyond -webkit-, -moz-, and -ms-?. For more information, please follow other related articles on the PHP Chinese website!