Por ejemplo: un usuario visita una web maliciosa que contiene un elemento form.
For example: a user visits a malicious web site containing a form element.
En la versión de 4.3.2 de PHP o anteriores existe una limitación en esta funcionalidad de mbstring que consiste en que no se realiza la conversión de la codificación de caracteres de los datos enviados mediante POST si el atributo enctype del elemento form está establecido a multipart/form-data.
In PHP 4.3.2 or earlier versions, there was a limitation in this functionality that mbstring does not perform character encoding conversion in POST data if the enctype attribute in the form element is set to multipart/form-data.
El elemento form de Editor proporciona un número de accessors y mutators para manipular diversos parámetros dijit, tal como sigue
The Editor form element provides a number of accessors and mutators for manipulating various dijit parameters, as follows
El elemento form es regresado con un ID DOM.
The form element is also returned with a DOM ID.
El propietario del formulario es o bien el elemento form del cual el <textarea> es descendiente o el elemento form cuyo id está especificado en el atributo form del elemento.
The form owner is either the form element that this <textarea> element is a descendant of or the form element whose id is specified by the form attribute of the input element.
Aquí hablaremos únicamente del atributo action, dejando los otros dos para ser analizados en la referencia del elemento form.
Here we'll talk about the action attribute alone, leaving the other two to be analyzed in the reference of form.
Se podría rodear la tabla por completo con el elemento form, o poner el formulario dentro de la celda y utilizar CSS para poner sus márgenes a cero. En este último caso, el formulario debe estar completamente contenido en una sola celda.
You could wrap the <form> element around the entire table, or put the form into the table cell and use CSS to set its margins to zero - but in that case the entire form would have to be placed within that single table cell.
Como nota al margen, algunos autores gustan de evitar el "margen" que el elemento FORM introduce entre celdas de una tabla haciendo algo como lo siguiente
On a related note, some authors like to avoid the "white space" that the <form> element introduces inside table cells by doing something like this