The new features in the upcoming CSS3
CSS2 has been around for over 11 years and has allowed web page developers to add consistency, creative ideas, and change how viewers interact with the internet forever. However, it does seem odd that as technology rapidly changes that the current CSS we are using is 11 years old. CSS3 has been around, but it is not frequently used. The limited usage may be a result of the browser capabilities or the fact the designers just don't know much about it.Browser Capabilities -- before we talk about what CSS3 can do its important to understand how browsers understand CSS3.
- Vendor-specific extensions: Browsers have only partially activated some CSS3 elements. This is a result of the uncertainty that WC3 will recommend all CSS3 functions. As a result of users having to use extensions, style sheets can become large, disorganized, and time consuming as a result of how each browser reacts differently.
- -moz- : Gecko-based browsers such as Firefox
- -webkit- : Used with Safari
- -khtml- :Konqueror
- -o- : Opara
- -ms-: Internet Explorer
When looking at the element that CSS3 can provide designers we break them into 13 different categories. Each category does not necessarily work with all browsers.
- Selectors
- RGBA and Opacity
- Multi-Column Layout
- Multiple Backgrounds
- Word Wrap
- Text Shadow
- @font-face-Attribute
- Border Radius
- Border Image
- Box Shadow
- Box Sizing
- Media Queries
- Speech
0 Responses to “The new features in the upcoming CSS3”: