Re: Re: Bugreport: html_image shouldn't use border="0"
messju mohr <[email protected]>
| Newsgroups | gmane.comp.php.smarty.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 25, 2004 at 01:47:14AM +0100, Rainer Müller wrote:
> Rainer müller schrieb:
> >Hi,
> >currently html_image creates an img tag with the attribute border="0". This
> >isn't good because in XHTML there is no attribute border for the img tag.
> >border should not be used by default and should only be enabled with an
> >extra param border.
Yes, great. That would break it for everybody who relied on border
defaulting to "0".
My suggestion for another solution involves two things:
- Make html_image handle border=null (that is the null constant for an
unset value as in php) for an undefined border.
{html_image} will still render border="0"
but
{html_image border=null} will omit the border
- For convinience we can add a new plugin {xhtml_image} that loads and
calls {html_image} with all parameters but uses null as default for
border instead of 0.
> >Raim
> Does nodoby noticed that? Or is there nobody interested in valid html?
>
> Raim
--
Smarty Development Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php