Quote:
Originally Posted by dansgalaxy
Is it just me or are people always a 2-3 years behind the lastest standard?
it seems the newer standards are only talked about at least a year after they are made. if that makes sense...
|
Well, it takes time to write software to implement a standard...
One of the biggest criticisms of the w3c is that they release "standards" without a reference implementation. This means that there is little to no consideration about the feasibility of implementation. The result, notice that there aren't any 100% compliant user agents.
Quote:
Originally Posted by dansgalaxy
and i thought xhtml was suposed to like replace both html and xml
|
html maybe, XML, no.
It's really just XML with a schema. The schema defines what tags are valid, their attributes, and what tags can be nested in what tags.
Last edited by willcode4beer : 04-26-2007 at 07:45 AM.
Reason: clarity
|