Quote:
|
Originally Posted by mibi Thanks Chris for keeping us up to date!!!
What is CSS3 and why do you believe that it will replace HTML? |
CSS3 is the new protocol for Cascading style sheets. I am sure you are aware that using them you can set all kinds of things for sites that effect the site on a global basis.
For example you can do your page layout and never use a table, you can float areas, float and layer images over text and do all kinds of font manipulation, background images, scrolling text over images, borders, boxes, rules, etc.
CSS 3 adds much on the functionality of HTML to CSS and it operates about 800% faster than HTML. It also will take on much of Javascript's capability.
For example you can make 4 stage roll-over images (menus) that are faster than javascript and do not hog memory with image preloads.
(Actually you can do this in now in CSS2 and not a line of javascript)
With CSS3 developers will have a new set of tools that will enable 99% separation of design from content. It will operate on all browsers that support CSS3. Browsers will either support the protocol or they will be dead cause this is the future of the web.
Thank heavens there will be no more Microsoft's way, navigator's way, and everyone else way. Its conform or take your browser and go home!
Chris
PS: All major browsers currently support CSS2.