18 messages in org.w3.www-styleRe: Re:When will CSS rule?
FromSent OnAttachments
Mike WexlerNov 18, 1996 2:15 pm 
Sarra MossoffNov 18, 1996 2:45 pm 
Kim McGalliardNov 18, 1996 3:03 pm 
Chris LilleyNov 18, 1996 3:17 pm 
Carl MorrisNov 18, 1996 7:13 pm 
Steve KnoblockNov 18, 1996 7:43 pm 
Carl MorrisNov 18, 1996 9:28 pm 
andi hindleNov 19, 1996 2:52 am 
Steve KnoblockNov 19, 1996 8:20 am 
Carl MorrisNov 19, 1996 4:24 pm 
Steve KnoblockNov 19, 1996 4:55 pm 
Carl MorrisNov 19, 1996 6:44 pm 
papr...@calum.csclub.uwaterloo.caNov 20, 1996 4:09 am 
Steve KnoblockNov 20, 1996 7:07 am 
papr...@calum.csclub.uwaterloo.caNov 20, 1996 8:43 am 
Dan DelaneyNov 20, 1996 9:13 am 
Carl MorrisNov 20, 1996 3:17 pm 
Gordon BlackstockNov 22, 1996 12:54 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Re:When will CSS rule?Actions...
From:Carl Morris (msft@htcnet.com)
Date:Nov 20, 1996 3:17:53 pm
List:org.w3.www-style

| >The question after this is, with HTML CLASS attributes, is there still | >a need for real <POEM> tags? | | Yes. POEM tags have extra benefits over <div class=poem>. | * they are more compact to type and download.

It would require a DTD, a DTD is not compact to type and download.

| * they are easier to work with programmatically. Most SGML/HTML search | engines/transformation tools/parsers/formatters/ whatever are "keyed" on | element name. Doing work based on attributes tend to be harder.

Key on element, or key on class... do what ever you want, theres no limitation other than some programmers sallary...

| HTML is not necessarily easier to use, parse OR render than a "simple" SGML. | Note that ["simple" SGML] is now a World Wide Web Consortium standard.

Yes it is, part of HTML is the mild rules used to render it... SGML is just content, content, content, NO STYLE! the world doesn't work without style... At least I am not going to look at just content...

| >However, by SGML I think all people mean is content | >validation... | | That isn't at all true. You've missed the point of SGML altogether. | | SGML is about allowing end users to take control of the data format of their | documents. Documents are important, the knowledge inside of them is vital

IE, validate content! Thats allow it allows a third party to do!