Re: [forms] control_element.value getter/setter newline normalization

Justin James wrote:
> The internal
> representation of a GUI widget I would imagine is up to the standards
> of the OS (or the widget author, should they choose to override the
> OS's guidelines).

Note that the standard DOM representation of a newline, however, is \n. 
  The only way to inject \r into the DOM is via explicit script 
manipulation of some sort, or maybe via character entities (and I'm not 
at all sure about the latter).

-Boris

Received on Wednesday, 1 October 2008 01:57:46 UTC