|
Convenient web based access to our favorite web design Usenet groups
|
 |
This is Interesting: Free Magazines for Graphics designers and webmasters
| Author |
| Thread |
 |
|
|
|
|
|
 |
 |
 |
span not supporting clear: both and using id's |
 |
|
 |
|
|
|
 |
 |
Re: span not supporting clear: both and using id's |
 |
|
 |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
 |
Re: span not supporting clear: both and using id's |
 |
|
 |
|
|
|
  01-19-05 - 04:23 AM
|
On Wed, 19 Jan 2005 01:48:09 +0100, Sander Tekelenburg
<user@domain.invalid> wrote:
>In article <cauqu0ti0cn4357cfkrbtu23bs6o6d8buu@4ax.com>,
> Jan Roland Eriksson <jrexon@newsguy.com> wrote:
>[...]
[...]
>...Let's say a hypthetical browser is fully CSS 1 and 2 compliant,...
It can't be, given today's situation.
>...how should it decide which CSS spec it should apply to a Style Sheet
>that fits both CSS 1.0 and 2.0?
No need for "versioning" if further CSS developments follows the ideas
of how to stay forward compatible. As the CSS specs has developed at the
outside of original ideas, the case is lost and CSS1 has been rendered
"useless".
Given a correct case of developments, CSS1 should have been a 100% legit
subset of CSS2.x. That did not happen sad to say.
>As CSS doesn't require a doctype declaration,...
There is absolutely nothing in a doctype declaration that specifies a
"version" of (X)HTML to be parsed either, don't fall into that trap.
For your, and anyone's trivial exercise, cut and paste any or all of
these following pieces of markup into the validating form at...
<http://www.htmlhelp.org/tools/validator/direct.html>
=====
<!DOCTYPE head PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head>
<title>Abracadabra</title>
</head>
=====
<!DOCTYPE body PUBLIC "-//W3C//DTD HTML 4.01//EN">
<body>
<p>Hello World, wake up!</p>
</body>
=====
<!DOCTYPE div PUBLIC "-//W3C//DTD HTML 4.01//EN">
<div>
<p>Mystery stuff this DOCTYPE thingy.</p>
</div>
=====
<!DOCTYPE span SYSTEM "http://www.w3.org/TR/html4/strict.dtd">
<span>Have you solved the DOCTYPE mystery yet?</span>
=====
Variations are almost endless, but version info is not an issue here.
Why not a final one...
<!DOCTYPE head SYSTEM "http://www.w3.org/TR/html4/strict.dtd">
<head>
<title>Abracadabra</title>
</head>
<body>
<p>Oh, shit!</p>
</body>
--
Rex
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
 |
 |
Re: span not supporting clear: both and using id's |
 |
|
 |
|
|
|
 |
| All times are GMT. The time now is 09:58 AM. |
 |
|
|
|
|
|  |
|