- From: Sam-I-Am <sam@sam-i-am.com>
- Date: Tue, 02 May 2000 10:37:11 -0700
- To: www-html@w3.org
can anyone clear the following up for me: One of the changes in xhtml 4.0 from html4.01 is that minimised attributes are no longer supported. http://www.w3.org/TR/xhtml1/#diffs "XML does not support attribute minimization. Attribute-value pairs must be written in full. Attribute names such as compact and checked cannot occur in elements without their value being specified." the example given is <dl compact="compact"> What then would the unminimsed version of the input attribute checked, and the select attribute selected be? checked="checked"? In the DOM form.input.checked would have a value of true or false -- so should it be checked="true" or checked="false"? thanks Sam
Received on Tuesday, 2 May 2000 13:33:21 UTC