Overview |
Resumen |
XHTML 1.0 is "a reformulation of the three HTML 4 document types as applications of XML 1.0". |
XHTML 1.0 es "una reformulación de los tres tipos de documentos HTML 4 como aplicaciones de XML 1.0". |
The World Wide Web Consortium (W3C) also continues to maintain the HTML 4.01 Recommendation, and the specifications for HTML5 and XHTML5 are being actively developed. |
El Consorcio de la World Wide Web (por sus siglas en inglés, W3C) también continúa manteniendo la Recomendación HTML 4.01, y las especificaciones para HTML5 y XHTML5 están en desarrollo activo. |
In the current XHTML 1.0 Recommendation document, as published and revised to August 2002, the W3C commented that, "The XHTML family is the next step in the evolution of the Internet. By migrating to XHTML today, content developers can enter the XML world with all of its attendant benefits, while still remaining confident in their content's backward and future compatibility." |
En el documento actual de la Recomendación XHTML 1.0, como se publicó y revisó hasta agosto de 2002, el W3C comentó que: "La familia XTHML es el próximo paso en la evolución de internet. Al migrar a XHTML hoy, los desarrolladores de contenido pueden ingresar al mundo de XML con todos los beneficios que lo acompañan. |
However, in 2005, the Web Hypertext Application Technology Working Group (WHATWG) formed, independently of the W3C, to work on advancing ordinary HTML not based on XHTML. |
Sin embargo, en 2005, se formó el Grupo de Trabajo sobre Tecnología de Aplicaciones de Hipertexto para la Web (por sus siglas en inglés, WHATWG), independientemente del W3C, para desarrollar una versión de HTML convencional, sin basarse en XHTML. |
The WHATWG eventually began working on a standard that supported both XML and non-XML serializations, HTML5, in parallel to W3C standards such as XHTML 2. |
El WHATWG empezó, con el tiempo, a desarrollar un estándar que diera soporte a serializaciones tanto en XML como fuera de XML, HTML5, en paralelo a los estándares del W3C, como XHTML 2. |
In 2007, the W3C's HTML working group voted to officially recognize HTML5 and work on it as the next-generated HTML standard. |
En 2007, el grupo de trabajo sobre HTML del W3C votó para reconocer oficialmente a HTML5 y trabajar en él como el estándar de próxima generación de HTML. |
In 2009, the W3C allowed the XHTML 2 Working Group's charter to expire, acknowledging that HTML5 would be the sole next-generation HTML standard, including both XML and non-XML serializations. |
En 2009, el W3C permitió que caducara el mandato del Grupo de Trabajo de XHTML 2, reconociendo que HTML5 sería el único estándar de próxima generación de HTML, incluyendo tanto serializaciones XML como no XML. |
Of the two serializations, the W3C suggests that most authors use the HTML syntax, rather than the XHTML syntax. |
De las dos serializaciones, el W3C sugiere que la mayoría de los autores usan la sintaxis de HTML, en lugar de la sintaxis de XHTML. |
Motivation |
Motivación |
XHTML was developed to make HTML more extensible and increase interoperability with other data formats. |
XHTML se desarrolló para hacer que el HTML sea más extensible y que incremente la interoperabilidad con otros formatos de datos. |
In addition, browsers were forgiving of errors in HTML, and most websites were displayed despite technical errors in the markup; XHTML introduced stricter error handling. |
Además, los navegadores eran tolerantes con los errores en HTML, y la mayoría de las páginas web se mostraban a pesar de los errores técnicos en el marcado; XHTML introdujo un manejo de errores más estricto. |
HTML 4 was ostensibly an application of Standard Generalized Markup Language (SGML); however the specification for SGML was complex, and neither web browsers nor the HTML 4 Recommendation were fully conformant to it. |
HTML 4 era aparentemente una aplicación del Lenguaje de Marcado Generalizado Estándar (SGML, por sus siglas en inglés); sin embargo, la especificación de SGML era compleja, y ni los navegadores web ni la Recomendación HTML 4 eran completamente conformes a ella. |
The XML standard, approved in 1998, provided a simpler data format closer in simplicity to HTML 4. |
El estándar XML, aprobado en 1998, proporcionó un formato de datos más simple, más cercano en simplicidad a HTML 4. |
By shifting to an XML format, it was hoped HTML would become compatible with common XML tools; servers and proxies would be able to transform content, as necessary, for constrained devices such as mobile phones. |
Se esperaba que, al cambiar al formato XML, HTML se volviera compatible con herramientas comunes de XML; los servidores y proxies tendrían la capacidad de adaptar el contenido, cuando fuera necesario, para dispositivos con recursos limitados, como los teléfonos móviles. |
By using namespaces, XHTML documents could provide extensibility by including fragments from other XML-based languages such as Scalable Vector Graphics and MathML. |
Al usar espacios de nombres, los documentos XHTML podrían proporcionar extensibilidad al incluir fragmentos de otros lenguajes basados en XML, como Scalable Vector Graphics y MathML. |
Finally, the renewed work would provide an opportunity to divide HTML into reusable components (XHTML Modularization) and clean up untidy parts of the language. |
Por último, el trabajo renovado proporcionaría la oportunidad de dividir HTML en componentes reutilizables (Modularización de XHTML) y depurar las partes desordenadas del lenguaje. |