Theiling Online    Sitemap    Conlang Mailing List HQ   

Re: OT: Defending HTML4 (was: Re: Chelume - My Conlang website up.)

From:John Cowan <cowan@...>
Date:Friday, January 9, 2004, 6:06
Mark J. Reed scripsit:

> My only beef with XHTML is the way Boolean attributes were treated; > e.g. <input type="checkbox" checked="checked" /> > instead of checked="true" or checked="yes" or checked="on" or something > like that.
In proper SGML (and HTML is a particular application of SGML) saying "<input checked>" means the same as <input checked="checked">, so that's why the latter is correct XML; the first form is just a standard SGML abbreviation (that XML does not support) for the second. -- There are three kinds of people in the world: John Cowan those who can count, http://www.reutershealth.com and those who can't. jcowan@reutershealth.com

Reply

Mark J. Reed <markjreed@...>