Randal L. Schwartz wrote:
"Josh" == Josh Rosenbaum <[EMAIL PROTECTED]> writes:


Josh> The browser should handle this fine if you just encode the html entities.

Josh> If it's in an input you will have:

Josh> <input value="face of &quot;fred&quot;.gif"> and the browser should
Josh> take care of uri encoding.

Oh, you mean you think it's OK to send garbage (illegal according
to the RFCs), and count on the error-correcting features of a browser
to work properly when you've sent out garbage.

OK, I'll just ignore the garbage I'm getting from you then, and correct
the errors for the other readers of this list who believe in doing
things according to the specs.


Sure if you think "error correction" = "performing the standard".

See here for what a useragent(browser) must do when it submits form data:
http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.3.3

You should note step 3.

-- Josh

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to