-
200623 Jun
Posted in Modules
Hello one and all, I’m Nicholas Shanks and have been helping out behind the scenes. My role is to build up the corpus of basic information about CSS Level 3 and how it has been developed, the W3C and WHATWG, and how everything in CSS3 came to be there.
To this end my first page has now gone live, detailing the current progress of each and every CSS 3 module through the vetting process. It allows you to see at a glance which modules are considered more complete. I hope you find it useful!
[tags]css level 3 modules, css3 modules, w3c, whatwg[/tags]
-
200621 Jun
Posted in Declarations, Modules, Tutorials
Update: Please see the note at the end of this article.
A potentially useful feature of CSS3 is the @font-face rule, which allows the developer to specify a font for the page that may not already be on the client’s system. Until now, most web sites have been developed with a small list of ‘web safe’ fonts – tahoma, verdana, etc, which are native to most operating systems.
@font-face will allow the browser to download a font for rendering the page; a link is given to either a remote site or a folder on the local site which the browser will access, download, install and render, so the site can be viewed in the way the designer desired.





