Computer Forum  

Go Back   Computer Forum > Computer Forums > Programming Forum > HTML Forum

HTML Forum HTML Forum. HTML Programming questions and answers here.


valid html and css

HTML Forum

HTML Forum. HTML Programming questions and answers here.


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-16-2005, 03:16 AM
dorayme
Guest
 
Posts: n/a
dorayme RSS Feed
valid html and css

When I validate my css at http://jigsaw.w3.org/css-validator/validator, I
can get "No error or warning found" but i am a bit puzzled by what the words
following mean:

"To work as intended, your CSS style sheet needs a correct document parse
tree. This means you should use valid HTML."

The css? This is not html? As for the html files that the css control, of
course they should be valid...? My css sheets are pretty plain getting
straight down to business with the tags:

body {

}

and so on. Should there be further headers and footers (in html there's
<head> and <body> and <html> and meta tags and stuff.

My sheets seem to work ok but need to get this really right...

Anyone?


dorayme

Reply With Quote
  #2 (permalink)  
Old 02-16-2005, 05:31 AM
Steve Greenaway
Guest
 
Posts: n/a
Steve Greenaway RSS Feed
valid html and css

Kermit the Frog stuck a mic in dorayme's face, who said:



Don't sweat it. The CSS validator looks at your CSS file, and nothing
else. It has no idea which html documents on the world wide webby
are linking to it, but it still gives a friendly reminder to keep the
html docs in good shape.

--
- Steve
"I think a good friend would recommend CLR to all his friends."
Reply With Quote
  #3 (permalink)  
Old 02-16-2005, 09:40 PM
dorayme
Guest
 
Posts: n/a
dorayme RSS Feed
valid html and css





OK, thanks, Steve. So the interpretation is: "Make sure your html files are
good or your css won't have the effect you expect...". Not, "the css itself
needs some parse tree thingy to work..."

dorayme

Reply With Quote
  #4 (permalink)  
Old 02-17-2005, 12:10 AM
Richard
Guest
 
Posts: n/a
Richard RSS Feed
valid html and css

On Wed, 16 Feb 2005 15:16:07 +1100 dorayme wrote:




What they should say is, "To validate your html part use validator.w3.org."
Intstead of the BS $10 words like "parse tree".

If parse means to cut, then why would I want to cut down the tree?


Reply With Quote
  #5 (permalink)  
Old 02-17-2005, 03:16 AM
Nik Coughin
Guest
 
Posts: n/a
Nik Coughin RSS Feed
valid html and css

Richard wrote:

Well, it's a moot point really because parse does not mean "to cut".

http://en.wikipedia.org/wiki/Parsing
http://www.pcwebopedia.com/TERM/P/parse.htm
http://dictionary.reference.com/search?q=parse
http://www.answers.com/parse&r=67


Reply With Quote
  #6 (permalink)  
Old 02-17-2005, 07:36 PM
Jukka K. Korpela
Guest
 
Posts: n/a
Jukka K. Korpela RSS Feed
valid html and css

dorayme <dorayme@optusnet.com.au> wrote:


then you aren't really using a validator, but a (useful) checker, which is
misleadingly called "CSS Validator".


They mean that the authors of the checker wanted to make some general
propaganda in favor of "valid HTML". It has nothing specific to do with
your HTML or SGML or XML document, if any.


It wouldn't hurt. Whether markup errors really matter depends on the
browser. It is incorrect to give the impression that CSS could never work
with invalid markup. Unfortunately most HTML documents around are invalid -
but they may still work with CSS.


So I guess you are using XML with "body" as the root element's name?
Nothing wrong with that, as long as you know what you are doing with XML
in the first place.


If you play with XML and CSS, then there is no particular reason to imitate
HTML syntax.

Your XML needs to be "well-formed" in order to be processed properly at
all. You could also make it valid, i.e. find or write a Document Type
Definition, stick to it, and declare using it. But validity is by no means
needed for making CSS work with CSS. Still less do you need to try to make
your XML valid HTML (i.e., XHTML), unless you want to make your document
work on HTML user agents, "browsers", in HTML mode (with default renderings
for many elements, etc.).

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is this valid coding? (PHP and HTML Meta)? someone PHP Forum 0 09-17-2008 06:23 AM
Well, I'm almost valid but Larry Webb HTML Forum 15 01-07-2005 08:24 PM
Is it valid? Samuël van Laere HTML Forum 7 11-03-2003 12:37 PM
icons for valid css and html tom watson HTML Forum 13 09-17-2003 09:56 AM
valid css? tom watson HTML Forum 3 09-17-2003 01:10 AM


All times are GMT. The time now is 08:24 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93