Re: samp, kbd, var

On Wed, 2006-08-23 at 23:17 +0100, David Woolley wrote:
> Those forms normally require user chosen free text input, which should
> be represented by a <var> in the help file.

Surely the text input is a value, not a variable? In:

	<code class="perl">$i = 1;</code>

The variable is '$i', not '1'. If it's a value, then <kbd> is more
appropriate than <var>.

-- 
Toby Inkster <tobyink@goddamn.co.uk>

Received on Thursday, 24 August 2006 06:54:42 UTC