Overview |
Überblick |
XHTML 1.0 is "a reformulation of the three HTML 4 document types as applications of XML 1.0". |
XHTML 1.0 ist „eine Neuformulierung der drei HTML 4-Dokumenttypen als Anwendungen in 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. |
Das World Wide Web Consortium (W3C) behält weiterhin die HTML 4.01-Empfehlung bei, und auch die Spezifikationen für HTML5 und XHTML5 werden aktiv weiterentwickelt.
|
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." |
Im aktuellen Empfehlungsdokument zu XHTML 1.0, das bis August 2002 veröffentlicht und überarbeitet wurde, erklärte das W3C: „Die XHTML-Familie ist der nächste Schritt in der Entwicklung des Internets. Durch die heutige Umstellung auf XHTML können Entwickler von Webcontent mit allen damit verbundenen Vorteilen in die XML-Welt eintreten und dabei auf die Abwärts- und Aufwärtskompatibilität der Inhalte vertrauen. |
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. |
Dennoch wurde 2005 die Arbeitsgruppe Web Hypertext Application Work Group (WHATWG) unabhängig vom W3C gegründet, um an der Weiterentwicklung von HTML zu arbeiten, das nicht auf XHTML basiert.
|
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. |
Die WHATWG begann schließlich mit der Arbeit an dem Standard HTML5, einem Standard, der sowohl XML- als auch Nicht-XML-Serialisierungen unterstützt und parallel zu W3C-Standards wie XHTML 2 besteht. |
In 2007, the W3C's HTML working group voted to officially recognize HTML5 and work on it as the next-generated HTML standard. |
2007 stimmte die HTML-Arbeitsgruppe des W3C dafür, HTML5 offiziell anzuerkennen und als nächsten generierten HTML-Standard zu bearbeiten. |
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. |
2009 ließ das W3C die Charta der XHTML 2-Arbeitsgruppe auslaufen und erkannte das HTML5 als einzigen HTML-Standard der nächsten Generation an, der sowohl XML- als auch Nicht-XML-Serialisierungen umfasst. |
Of the two serializations, the W3C suggests that most authors use the HTML syntax, rather than the XHTML syntax. |
Das W3C empfiehlt hinsichtlich der beiden Serialisierungen die Nutzung der HTML-Syntax statt der XHTML-Syntax für die meisten Web-Autoren. |
Motivation |
Motivation |
XHTML was developed to make HTML more extensible and increase interoperability with other data formats. |
XHTML wurde entwickelt, um HTML erweiterbarer zu machen und die Interoperabilität mit anderen Datenformaten zu verbessern. |
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. |
Darüber hinaus haben Browser Fehler in der HTML verziehen, und die meisten Websites wurden trotz technischer Fehler im Markup (Auszeichnung) angezeigt. Mit XHTML wurde eine strengere Fehlerbehandlung eingeführt.
|
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 war vorgeblich eine Anwendung der Standard Generalized Markup Language (SGML); die Spezifikation für SGML war jedoch komplex und weder Webbrowser noch die HTML 4-Empfehlung waren vollständig konform dazu. |
The XML standard, approved in 1998, provided a simpler data format closer in simplicity to HTML 4. |
Der XML-Standard, der 1998 anerkannt wurde, bietet ein einfacheres Datenformat an, das in seiner Einfachheit näher an HTML 4 liegt. |
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. |
Durch den Wechsel zu einem XML-Format sollte HTML kompatibel mit gängigen XML-Werkzeugen werden. Server und Proxys würden dann Inhalte nach Bedarf für eingeschränkte Geräte, wie Mobiltelefone, umwandeln können. |
By using namespaces, XHTML documents could provide extensibility by including fragments from other XML-based languages such as Scalable Vector Graphics and MathML. |
Durch die Verwendung von Namensräumen könnten XHTML-Dokumente durch die Einbindung von Fragmenten aus anderen XML-basierten Sprachen wie Scalable Vector Graphics und MathML erweiterbar gemacht werden. |
Finally, the renewed work would provide an opportunity to divide HTML into reusable components (XHTML Modularization) and clean up untidy parts of the language. |
Letztlich bietet die adaptierte Arbeit eine Gelegenheit, HTML in wiederverwendbare Komponenten aufzuteilen (XHTML-Modularisierung) und ungeordnete Teile der Sprache zu bereinigen. |