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:

input
checked, disabled, readonly, ismap
select
disabled, multiple
optgroup
disabled
option
selected, disabled
textarea
disabled, readonly
button
disabled
script
defer
img
ismap
area
nohref
object
declare

Am I missing any?

3 Responses to “All Valueless Attributes”

  1. Ed Davies Says:

    dl, ul, etc
    compact

  2. Carey Says:

    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”?

  3. James Orenchak Says:

    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.

Leave a Reply