All Valueless Attributes
For my next book I need a complete list of all the valueless attributes possible in classic HTML. e.g.
<input type="radio" name="p" value="debit" checked>
So far here are the ones I’ve got:
inputchecked,disabled,readonly,ismapselectdisabled,multipleoptgroupdisabledoptionselected,disabledtextareadisabled,readonlybuttondisabledscriptdeferimgismapareanohrefobjectdeclare
Am I missing any?
January 29th, 2007 at 2:52 PM
dl, ul, etc
compact
February 1st, 2007 at 3:35 AM
NOWRAP and NOFOLD on a number of elements, but not implemented much, NORESIZE on FRAME, PLAIN on UL, TABLE BORDER in some versions, TRUESPEED on MARQUEE, DISABLED on a few more elements like LINK and STYLE, MAYSCRIPT on APPLET, CONTROLS on IMG.
Do attributes from IE2 count as “classic HTML�
February 11th, 2007 at 3:59 PM
Elliotte Rusty Harald,
as far as I know, the file named test1.xml at http://issues.apache.org/jira/browse/XALANC-519 contains the full list of valuless HTML attributes.