> Tag attributes should be quoted in three situations:
>
> 1) always
> 2) always
> 3) always
>
> Imo even suggesting that it's possible to leave an attribute unquoted
> is reprehensible.

Really? I suspect you use unquoted attributes all the time, at least with
one tag. I know I do. For example, rather than writing

<cfset myvar="#myexp#">

I'd write

<cfset myvar = myexp>

Of course, I generally try to follow the general rule of quoting all
attribute values, but the problem with rules in CF is that there are often
exceptions!

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to