From: Sjahrazad A. <sja...@ba...> - 2003-07-17 02:10:27
|
Sometimes I used the validator for static html, and mostly never passed it:) And for the source like nuke family I doubt we can use the validator, not only for the css, the html tags also will not valid. Lot of html tags in all of core / modules files which are not following the html standard. I just thinking if we can start ignoring the Netscape 4 below, assuming in 2004 lot of users will use the newest browser. Because if we mixed the css inside the templates it will reduced unneccessary nested tables, make it better for rendering speed sjah On 16 Jul 2003 15:46:40 -0500, Scott Kindley wrote > On Wed, 2003-07-16 at 14:12, Sjahrazad Alamsjah wrote: > > See the tags below, I used this in Borobudur3D. I made a test mixing the css > > for left, center and right blocks in the file template. Its only need around > > 40 lines compare to the original html around 200 lines. You can see the > > result at http://www.uiarch.org/index.php?name=Cnl_Blocks > > > > It's really helpfull for designing the layout, or avoiding missing closing > > tags etc, but my question is, about the browser compatibility. Can we start > > playing around css stuff? what do you think? > > > > sjah > > > > > > Bets thing to do to acheive browser compatability is to stick with > W3C standard. > > We can validate CSS files by URL, Upload, of Text box (via cut-n- > paste) at this site: > > http://jigsaw.w3.org/css-validator/ > > Zoom > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > same time. Free trial click here: > http://www.vmware.com/wl/offer/345/0 _______________________________________________ > Envolution-devel mailing list > Env...@li... > https://lists.sourceforge.net/lists/listinfo/envolution-devel Best regards, sjah |