McCain wrote: > There is checkbox that it has to be checked using "checked". The W3C > validador gives me error constantly in this. There is no possibility > of using "checked" in XHTML?
You have to use something like: <input type="checkbox" checked="checked" /> and similarly: <select> <option selected="selected">Value</option> ..etc. </select> It's all a bit redundant, but XHTML attributes must have values... Owen -----Original Message----- From: McCain [mailto:[EMAIL PROTECTED] Sent: 13 August 2004 11:04 To: Webstandardsgroup Subject: [WSG] checkbox checked in XHTML Hi, I am trying to validate like XHTML 1 Strict a web page with a form. There is checkbox that it has to be checked using "checked". The W3C validador gives me error constantly in this. There is no possibility of using "checked" in XHTML? McCain ****************************************************** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ****************************************************** ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs SkyScan service. For more information on a proactive anti-virus service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________ CONFIDENTIALITY NOTICE The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you should not disclose, copy, distribute or take action on the contents of this information, except for the purpose of delivery to the addressee. Any unauthorised use is strictly prohibited and may be unlawful. If you have received this email in error please notify the sender by email immediately and delete the message from your computer. ECOTEC Research & Consulting Limited Registered in England No. 1650169 Registered Office: Priestley House, 28-34 Albert Street, Birmingham, B4 7UD, UK Tel: +44 (0)121 616 3600 http://www.ecotec.com ________________________________________________________________________ ****************************************************** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
