Jump to content

Talk:Document Style Semantics and Specification Language

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Andy Dingley (talk | contribs) at 18:12, 24 April 2011 (CSS vs. DSSSL). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing Stub‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Note icon
This article has been automatically rated by a bot or other tool as Stub-class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.

CSS vs. DSSSL

Shouldn't the article reveal that for all practical intents and purposes, DSSSL was displaced by CSS in the late 1990s?-- era (Talk | History) 10:50, 20 June 2007 (UTC)[reply]

Not really; they were never players in the same space. DSSSL, like XSL, transforms semantically structured documents into layout specifications; CSS decorates a structure with formatting properties. CSS caught on much more widely due to its simplicity and the fact that its target audience was the Web rather than large-scale publishers, but I don’t think it’s accurate to say that DSSSL was displaced by CSS. — crism (talk) 21:01, 22 February 2009 (UTC)[reply]
Any discussion of CSS really needs to refer to Haakon Lie's PhD thesis. This explains many of the design decisions behind CSS, particularly those that are seen by CSS newcomers as "limitations" in CSS. CSS was intended to be the styling language in widespread use, not just one of many. This influenced its design, particularly by encouraging simplicty in both its understanding and use, its implementation (M$ & IE's failure to read the CSS spec notwithstanding) and even the processing overhead needed to implement CSS on small-scale devices. In particular he's quite clear that DSSSL was looked at before designing CSS, considered as a possible basis for the web stylesheet language, and then rejected for over-complexity. Thank goodness for that. Andy Dingley (talk) 09:27, 24 April 2011 (UTC)[reply]